@charset "utf-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-image:url(images/backing.jpg);
	background-position: center top;
	font-size: 12px;
	line-height: 21px;
}

#father {
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
	background-image:url(images/top_backing.JPG);
}

#mother {
	width: 1000px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
}

#left_column {
	position: relative;
	float: left;
	width: 256px;
	background-image:url(images/logo_bottom_left.JPG);
	background-repeat: no-repeat;
	background-position: left;
	background-position: top;
}

#right_column {
	background-image:url(images/logo_bottom_right.JPG);
	background-repeat: no-repeat;
	background-position: 256px 0px;
	color: #CCC;
}

/*-------------------------------TEXT-------------------------------*/
#text_homepage {
	padding-top: 12px;
	padding-left: 350px;
	margin-right: 50px;
	color: #CCC;
	font-size: 14px;
}

h1 {
	font-size: 15px;
	color:#66FF00;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	color:#FFFF66;
	font-weight: bold;
}

.sub_styles a:link {
	font-size: 12px;
	padding-left: 29px;
	padding-right: 29px;
}

.snake_titles {
	font-size: 18px;
	color:#FFFF66;
	text-decoration: underline;
}

/*-------------------------------NEWS-------------------------------*/
.news_box {
	margin: 0 auto;
	margin-top: 230px;
}
.news_text {
	padding-left: 29px;
	padding-right: 29px;
	font-size:12px;
	color: #CCC;
}
.news_date {
	color:#FFFF66;
	font-size: 13px;
	font-weight: bold;
}

/*-------------------------------FEATURE BOX-------------------------------*/
.feature_box {
	position: relative;
	margin-left: 350px;
}

.featured_img {
	float: left;
	padding-left: 40px;
}

.featured_text {
	width: 200px;
	float: left;
	font-size: 12px;
}

/*-------------------------------LINKS-------------------------------*/

a:link, a:visited, a:active {
	color:#66FFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*-------------------------------TABLE STYLES-------------------------------*/

.outer {
	background-color:#336633;
	text-align: center;
	color: #FFF;
}

.heating_styles {
	border: thin #FFCC00 solid;
	
}

.heating_styles td {
	padding:5px 5px;
}

td.rowcolor1 {
	background-color:#333333;
}

.snakes {
	color: white;
}

.snakes td {
	padding: 12px;
	color: #CCC;
}

.snakes th {
	padding-left: 12px;
	padding-right: 12px;
}

.snakesheader {
	background-color:#666600;
}
#text_homepage .snakes tr td div {
	font-size: 14px;
}
