/* ACVenture CSS Document - YellowPencil.com */

/* HTML definitions */

body {
	background: url(../images/goldengate2.gif) no-repeat fixed 0 140px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "Trebuchet MT", verdana, helvetica, sans-serif;
}

table, tr, td, p, ol, ul, li {
	font-size: 11px;
	font-family: "Trebuchet MT", verdana, helvetica, sans-serif;
	}

h1 {
	font-size: 20px;
	color: #5d8386;
}

h2 {
	font-size: 16px;
	color: #333;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Selector ID definitions for layout regions */

#header {
	width: 100%;
	font-size: 18px;
	font-family: arial;
	color: #5d8386;
	padding-left: 20px;
}

#header img {
	margin: 0;
	border: 0;
	padding-right: 30px;
}

#header img a {
	border: 0;
}

#content {
	margin: 20px;
	border: 1px dotted #ffc310;
	/*background: transparent url(../images/transback.gif) repeat;*/
	color: #000;
	line-height: 16px;
	padding: 30px;
}

#footer {
	border-top: 2px dotted #5d8386;
	font-size: 10px/12px;
	text-align: right;
	padding-right: 20px;
}

/* Menu ID selector to layout main navigation */

#menu {
	width: 100%;
	background-color: #ffc310;
	padding: 1px;
	border-top: 1px dotted #5d8386;
	border-bottom: 1px dotted #5d8386;
	color: #5d8386;
	font-size: 12px;
	vertical-align: middle;
	}

#menu a {
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:link, #menu a:visited {
	color: #5d8386;
}

#menu a:hover {
	color: #000;
	}

/* Selector Classes for specific design applications */

.photoright {
	float: right;
	font-size: 10px/10px;
	margin: 10px;
	font-style: italic;
	display: block;
}

.photoleft {
	font-size: 10px/10px;
	margin: 10px;
	font-style: italic;
	display: block;
}

.photoright img {
	border: 2px solid #5d8386;
	display: block;
}

.photoleft img {
	border: 2px solid #5d8386;
	display: block;
}

.date {
	float: right;
	vertical-align: bottom;
	padding: 5px;
	font-size: 10px;
	color: #333;
}
