@charset "utf-8";
/* CSS Document */

body {
	font-family: Trebuchet MS,Trebuchet,Helvetica,sans-serif;
	color: #003366;
	text-align: center;
}
#wrapper {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 15px;
}
#header_wrapper {
	float: left;
	width: 960px;
	height: 60px;
	background-repeat: no-repeat;
}
#header_text {
	display: block;
	width: 940px;
	padding: 10px;
}
#footer {
	display: block;
	float: left;
	padding: 10px;
	height: 111px;
}
#splash_image {
	height: 120px;
	width: 600px;
	float: left;
}
#navigation {
	width: 960px;
	float: left;
	padding-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#navigation_spill {
	width: 960px;
	float: left;
	font-size: small;
}

#footer_wrapper {
	float: left;
	width: 938px;
	margin-top: 40px;
	border: 1px dashed #999999;
	padding: 10px;
	margin-bottom: 20px;
	clear: both;
}
#content_main_left {
	float: left;
	width: 600px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content_main_full {
	float: left;
	width: 960px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 115%;
	text-align: justify;
}
#content_main_blog {
	float: left;
	width: 700px;
	line-height: 115%;
	text-align: justify;
	padding: 10px;
}

#page_title {
	float: left;
	width: 960px;
	text-align: left;
	margin-top: 10px;
	clear: both;
}

#right_content {
	float: right;
	width: 210px;
	margin-right: 10px;
	padding: 10px;
	text-align: left;
}

#searchbar {
	width: 960px;
	float: left;
	padding-bottom: 10px;
	text-align: left;
}
#searchbar h2 {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
}
#search_holder {
	float: left;
	width: 100%;
	display: block;
}
#search_holder span { font-weight: bold; }
.line_spacer {
	height: 30px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#pointer_div {
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	width: 740px;
}
#form_top {
	float: left;
	width: 475px;
	display: block;
}
#right_section {
	float: right;
	width: 478px;
}
#search_instructions {
	font-size: 0.7em;
	margin-top: 10px;
	vertical-align: middle;
	margin-left: 20px;
	color: #FFFFFF;
	width: 100px;
	display: block;
	background-image: url(../images/inputbox_bg_title.png);
	height: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0px;
}
#se_pointer {
	margin-bottom: 5px;
}
h1#img_replace {
    padding: 59px 0 0 0;
    overflow: hidden;
    background-image: url("../images/logo.gif"); 
    background-repeat: no-repeat;
    height: 0px; /* for most browsers */
} 
#footer_wrapper #left_footer {
	float: left;
	font-size: 0.7em;
}
#footer_wrapper #right_footer {
	float: right;
}
#zodiac_left {
	float: left;
	width: 500px;
}
#horoscope_right {
	float: right;
	width: 440px;
	margin-left: 20px;
}
