
/* CSS Document */



body{
	background-color: #99ccff;
	margin-top: 25px;
	padding: 0px;
	text-align:center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.wrapper  {
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	width: 960px;
	text-align: left;
	margin-bottom: 0px;}



/* ----------------- Navigation Section ----------------- */


#nav-buttons {
	padding: 0px;
	margin: 0px;
	width: 960px;
	height: 40px;
	background-color: #000;
}


/* ----------------- Content Section ----------------- */

#content-full {
	padding: 20px 50px 20px 50px;
	margin: 0px;
	width: 860px;
	color: #000;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:13px;
	font-weight:normal;
	line-height: normal;
	position: relative;
	left: 0px;
	top: 20px;
	overflow: visible;
	float:left;
	border: 1px solid #80befd;
	background-color: #FFF;
}

#content-main {
	padding: 20px;
	margin: 0px;
	width: 600px;
	color: #000;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:13px;
	font-weight:normal;
	line-height: normal;
	position: relative;
	left: 0px;
	top: 20px;
	overflow: visible;
	float:left;
	border: 1px solid #80befd;
	background-color: #FFF;
}



#sidebar {
	padding: 20px;
	margin: 0px;
	width: 255px;
	color: #000;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:13px;
	font-weight:normal;
	line-height: normal;
	position: relative;
	left: 20px;
	top: 20px;
	overflow: visible;
	float:left;
	border: 1px solid #80befd;
	background-color: #FFF;
}


#slideshow {
	padding: 0px;
	margin: 0px;
	width: 633px;
	height: 303px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}



/* ----------------- Bottom Section ----------------- */



#bottom-content {
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	width: 960px;
	color: #fff;
	text-align:center;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	vertical-align: middle;
}



#bottom-boxes {
	margin-left:20px;
	margin-top:10px;
	width: 210px;
	height: 170px;
	color: #fff;
	text-align:center;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	vertical-align: middle;
	float:left;
}



/* ----------------- Miscellaneous Section ----------------- */

table {border-collapse:collapse; border-spacing:0;}

.photos-left{
	margin: 5px 12px 5px 0px;
}

.photos-right{
	margin: 5px 0px 5px 12px;
}
.clear {clear:both;}


a img{border:none}



