@charset "utf-8";
body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/bodybg.jpg);
	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: #000000;
}
body img { border:none; }
body input, body input.submit, body input:focus, body a {
  outline:0 none;
}
body a { color:#0073ae; font-size: 10pt; }
body a:hover { color:#ff0000; text-decoration: none; }
.main #container { 
	width: 954px;  
	background: url(../img/contentbg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0 3px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	padding:0px;
}
.main #containert:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .main #container{ display:inline-block;}

.main #header { 
	background: url(../img/headerbg.jpg) repeat-x center; 
	height: 51px;
	width: 100%;
	margin:20px 0;
/*	padding: 0 10px 0 20px;  /* 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. */
}
/*------------------------------------------*/
.hiddenLogo { position:absolute; left:0px; top:0px; display:block; width:200px; height:51px;}

.main #head {
	background: url(../img/logo.png) no-repeat left center; 
	height: 46px;
	width: 690px;
	margin:0 auto;
	padding:5px 0 0 270px;
	color:#ffffff;
	position: relative;
}
.main #head a { text-decoration: none; color:#c1c1c1; }
.main #head a:hover { text-decoration: none; color:#ffffff; }

.main #head li { display: inline; list-style: none; margin:0 10px; }

.main #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 301px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fafafa; /* the background color will be displayed for the length of the content in the column, but no further */
	border-right: 1px solid #aaaaaa;
}
.main #sidebar .search { padding:20px 0; vertical-align: middle; }
.main #sidebar .title { background: #999; height:14px; padding: 7px; color:#ffffff; }
.main #sidebar table { border-bottom: 1px solid #e0e0e0; font-size: 8pt; }
.main #sidebar table a { font-size: 8pt; }
.main #sidebar { font-size: 8pt; }
.main #sidebar .content ul { margin:0; padding:0 30px; }
.main #sidebar .content li { margin-bottom:5px; list-style-type: decimal; }
.main #sidebar .content li span a { color: #ff0000; }

.main #mainContent {
	border-left: 1px solid #aaaaaa;
	margin: 0 0 0 301px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.main #mainContent .title { background: #999; height:14px; padding: 7px; color:#ffffff; border-bottom: 1px solid #d0d0d0; }
.main #mainContent .content { border-bottom: 1px dotted #d0d0d0; margin-bottom:20px; }
.main #mainContent .content span.date { font-size: 8pt; }
.main #mainContent .content a { font-size: 11pt; }
.main #mainContent li { margin-bottom:5px; list-style-type: none; }
.main #mainContent li a b { font-size: 11pt; }

.main #contentbottom { background: url(../img/horoscopebg.jpg) repeat-x center; height:40px; margin:20px auto; padding:15px 10px; width:940px; border:1px solid #c8c8c8; }

.main #footer { 
	background: url(../img/footerbg.jpg) repeat-x top; 
	height: 51px;
	width: 100%;
}

.main #footer #content { 
	background: url(../img/footerlogo.jpg) no-repeat left center; 
	height: 17px;
	width: 760px;
	margin:0 auto;
	padding:17px 100px;
	color:#ffffff;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.searchResult a{ font-size:14px; font-weight:bold; text-decoration:none; color:#555;}
.searchResult a:hover{ color:#333; }
.main #mainContent a.link { color: #0073ae; font-weight: normal; font-size: 9pt; }
.main #mainContent a.link:hover{ text-decoration:underline; color:#0073ae;}
.searchResult p{ color:#666; margin:5px 0px;}
.main #footer span{ float:left;}
.main #footer p{ float:right; margin:0px; padding:0px;}
.main #footer p a{font-size:14px; color:#fff;}

.main #head ul{margin-top:13px;}
*+html .main #head ul{ margin-top:18px;}