@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #260202 url(images/dotted_bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFCC;
}
.aphro #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.aphro #mainContent h1, h2 {
	font-size: 1em;
	color: #eba50d;
	padding: 0px;
}

.aphro #header {
	background: #DDDDDD;
	margin: 0;
	padding: 0 0 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/aphrodesia_header_red.jpg);
	height: 149px;
	text-align: right;
	color: #eba50d;
}

.aphro #container img {
	padding: 0px;
	border: 0px;
}

.aphro #container #header ul {
	font-size: 0.9em;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	vertical-align: bottom;
	height: 50px;
	padding: 86px 10px 0px 0px;	
}

.aphro #container #header li {
	display: inline;
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.1em;
}

.aphro #container #header a:link, a:visited {
	text-decoration: none;
	color: #eba50d;
}

.aphro #container #header a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #660000;
}

.aphro #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.aphro #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	font-size: 0.8em;
	float: left;
	width: 400px;
	vertical-align: top;
	margin: 8px 10px 10px 0px; 
	padding-left: 50px;
}
.aphro #mainContent p {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.aphro #container #mainContent a:link {
	color: #FFCC66;
}

.aphro #container #mainContent a:visited {
	color: #FFCC66;
}

.aphro #mainContent a:hover {
	background-color: #990000;
	color: #FFCC66;
	text-decoration: none;
}

.aphro #container #sidebar {
	padding: 0 10px; 
	background: #000;
	font-size: 0.8em;
	float: right;
	width: 250px;
	margin: 8px 30px 10px 10px; 
}

.aphro #container #sidebar a:link {
	color: #FFCC66;
	text-decoration: underline;
}

.aphro #container #sidebar a:visited {
	color: #FFCC66;
	text-decoration: underline;
}

.aphro #container #sidebar a:hover {
	background-color: #990000;
	color: #FFCC66;
	text-decoration: none;
}

.aphro #container #sidebar ul {
	list-style-type: square;
	padding-bottom: 2px;
}

.aphro #container #sidebar img {
	float: right;
}



.aphro #container .photogallery {
	text-align: center;
	color: #FF9900;
	font-size: .8em;
}

.aphro #container #footer {
	padding: 0px;
	background:#780a0a;
	text-align: center;
	color: #eba50d;
	font-size: 0.7em;
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	height: 30px;
}

.aphro #container #footer ul {
	
	list-style-type: none;
	margin: 0;
	vertical-align: bottom;
	height: 50px;
	padding-top: 5px;
}

.aphro #container #footer li {
	display: inline;
	padding: 3px;
	letter-spacing: -0.1em;
}
.aphro #container #footer a:link {
	text-decoration: none;
	color: #eba50d;
}
.aphro #container #footer a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #660000;
}

.aphro #copyright {
	font-size: .7em;
	margin: 10px 0px 14px 0px;
	color: #FF6600;
}

.aphro #copyright a:link {
	color: #eba50d;;
}

.aphro #copyright a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #660000;
}

.aphro #container img.left {
	float: left;
	padding: 0px 40px 0px 20px;
	width: 200px;
}

.aphro #container img.right {
	float: right;
	padding: 20px 20px 20px 40px;
	width: 200px;
}

.aphro #container img.center {
	padding: 0px 40px 0px 40px;
}

.aphro #container .bottomLeft {
	float: left;
	background: url(images/bus.jpg) no-repeat left;
	height: 83px;
	width: 198px;
}

.aphro #container .bottomRight {
	float: right;
	background: url(images/head.jpg) no-repeat right;
	height: 83px;
	width: 198px;
}

.aphro #leftbar {
	background: #ffcc00 url(images/left_bg.jpg) no-repeat right;
	height: 100%;
	width: 900px;
}

.clear {
     clear:both;
}
