﻿body {
	background-color:#04253d;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin:0px;
}

h1 {
	font-family:Georgia, "Garamond";
	font-size:27px;
	font-weight:lighter;
	text-transform:capitalize;
	color:#ffba00;
	margin:0px;
	margin-bottom:3px;
}

h2 {
	font-family:"Calibri", Tahoma;
	font-size:18px;
	font-weight:normal;
	text-transform:capitalize;
	color:#afd7ff;
	margin:0px;
	margin-bottom:3px;
}


p {
	
	font-family:"Century Gothic";
	font-size:13px;
	color:#ffffff;
	margin:0px;
}

.imgleft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.imgright {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.img {
	float: left;
	border: 4px solid #99CCFF;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.imgcenter {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.imgbrdright {
	float: right;
	border: 5px solid #405560;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.copy {
	
	font-family:"Century Gothic";
	font-size:10px;
	color: #E1F2FD;
	margin:0px;
	margin-top:30px;
	letter-spacing:1px;
}

a:link {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}

a:visited {
	color:#ffffff;
	text-decoration:underline;
}


#top {
	width:950px;
	height:80px;
	margin-left:auto;
	margin-right:auto;
}
	#logo {
		float:left;
		width:196px;
		height:51px;
	}
	#logo a {
		display:block;
		width:196px;
		height:51px;
		text-decoration:none;
		background-image:url('../images/logo.png');
		padding:0px;
	}
	#logo a:hover {
		background-position:0 -51px;
	}
	#nav {
		width:500px;
		height:25px;
		color:#ffffff;
		font-family:"Century Gothic", Arial, Helvetica, sans-serif;
		font-size:13px;
		letter-spacing: 1px;
		float:left;
	}
	#nav a:link {
		color:#ffffff;
		text-decoration:none;
		}
	#nav a:hover {
		color:#ffffff;
		text-decoration:none;
		}
	#nav a:visited {
		color:#ffffff;
		text-decoration:none;
		}


#main-top {
		width:950px;
		height:215px;
		background-image:url(../images/top-bg.jpg);
		margin-left:auto;
		margin-right:auto;
}

#main {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	min-height:400px;
	background-image:url('../images/bodybg.jpg');
	background-color:#000;
	background-repeat:no-repeat;
}
	#col1 {
		margin-left:30px;
		margin-top:0px;
		width:325px;
		float:left;
	}
	#col2 {
		margin-left:10px;
		margin-top:0px;
		width:575px;
		float:left;;
	}

#main-bottom {
		width: 950px;
		height:71px;
		margin-left:auto;
		margin-right:auto;
}

#tooltip{
	font-size:13px;
	position:absolute;
	border:1px solid #333;
	background-image:url(../images/80.png);
	padding:5px 5px;
	color:#fff;
	display:none;
	}	

