﻿body {
	background-color:#C3D3E3;
	background-image:url(images/bg_body.jpg);
	margin-top:10px;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:800px;
	background-image:url(images/bg_wrapper.jpg);
}

#header {
	width:800px;
	height:160px;
	float:left;
	background-image:url(images/bg_header.jpg);
}

#navigation_wrapper{
	position:relative;
	width:200px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	left:60px;
	
}

#navigation_top {
	background:url(images/bg_nav_top.jpg);
	width:200px;
	height:43px;
}

#navigation_body {
	background:url(images/bg_nav_middle.jpg);
}

.menu_link {
	color:#000000;
	position:relative;
	display:block;
	left:18px;
	top:-25px;
	font-weight:bold;
	font-family:arial, verdana, helvetica, sans-serif;
	text-decoration:none;
	font-variant:small-caps;
	font-size:9pt;
	width:160px;
	height:20px;
	text-indent:8px;
	line-height:12pt;
}

#navigation_bottom {
	background:url(images/bg_nav_bottom.jpg);
	position:relative;
	width:200px;
	height:29px;
}

#random_tip{
	position:relative;
	background:url(images/bg_random_tip.jpg);
	height:150px;
	width:200px;
	float:left;
	font-size:10pt;
}

#random_tip p{
	padding:20px;
}

#content {
	position:relative;
	width:465px;
	float:left;
	left:70px;
	top:-150px;
}

#content p{
	margin-left:35px;
	margin-right:35px;
	margin-top:0px;
	margin-bottom:15px;
}

#content h1{
	background-image:url(images/bg_h1.gif);
	background-repeat:no-repeat;
	position:relative;
	width:440px;
	height:70px;
	left:17px;
	font-variant:small-caps;
	font-size:24pt;
	text-align:center;
	padding-top:10px;
	margin-top:45px;
	margin-bottom:15px;
	padding-bottom:0px;
	line-height:32pt;
}

#content h2{
	background-image:url(images/bg_h2.gif);
	position:relative;
	width:300px;
	height:35px;
	left:90px;
	font-variant:small-caps;
	font-size:16pt;
	line-height:22pt;
	text-align:center;
	padding-top:5px;
}

#content h3{
	text-align:left;
	text-indent:10px;
	font-size:18pt;
	display:inline;
	text-decoration:underline;
}

#content h4{
	font-weight:bold;
	display:inline;
	font-size:14pt;
	text-decoration:none;
}

#content_top {
	position:relative;
	top:25px;
	width:475px;
	height:25px;
	background-image:url(images/bg_content_top.jpg);
	margin:0px;
	padding:0px;
}

#content_body {
	background-image:url(images/bg_content_body.jpg);
	margin:0px;
	padding:0px;
}

#content li
{
	list-style-type:none;
	margin-top:10px;
	margin-right:20px;
}

#content_bottom {
	position:relative;
	top:-16px;
	width:475px;
	height:125px;
	background-image:url(images/bg_content_bottom.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

#footer {
	width:800px;
	height:85px;
	background:url(images/bg_bottom.jpg);
	text-align:center;
	clear:both;
	font-style:italic;
}

#footer p {
	position:relative;
	top:10px;
	font-size:9pt;	
}

#main_splash{
	height:300px;
	width:500px;
	margin-bottom:500px;
}

.float_right {
	float:right;
	position:relative;
	right:28px;
	margin-left:36px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right:0px;
}

.float_left {
	float:left;
	position:relative;
	left:30px;
	margin-right:45px;
}

.menu_link:hover {
	text-decoration:underline;
}

.body_link {
	color:#187CDF;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none;
}

.body_link:hover {
	color:#187FDF;
	font-size:12pt;
	color:#72BEF3;
	text-decoration:underline;
}

form {
	margin-bottom:12px;
	margin-left:30px;
	margin-right:30px;
}

table{
	margin-left:30px;
	margin-right:30px;
}

.thumbnail{
	display:inline;
	padding:10px;
	margin-left:30px;
}

.clear{
	clear:both;
}

.centered{
	text-align:center;
}

h1 a:link{
	text-decoration:none;
	color:#000000;
}

h1 a:visited{
	text-decoration:none;
	color:#000000;
}

h1 a:hover{
	text-decoration:underline;
	color:#000000;
}
