*{margin:0px;padding:0px}

/* Basics */
body {
	color: #666666;
	margin: 0px;
	padding: 17px;
	text-align: center;
	background-color: #00729a;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
body, p, td, th { font-size : x-small; font-family: verdana, arial, sans-serif; }

/* Text */
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #00729a;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00729a;
}
a:hover, a:active { text-decoration: line-through; color: #333333; }

h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-small;
	position: relative;
	background-color: #939598;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}
h1.alt { color: #6A6A6A; text-transform: uppercase; font-weight: bold; font-size: small; border-bottom: solid 1px #FF0F6F; 
	padding: 0px 0px 4px 0px; margin: 0px 0px 6px 0px; }

h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	background-color: #939598;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
	height: 15px;
	width: auto;
	float: left;
	}
	
h3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	position: relative;
	background-color: #00729a;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 2px;
	padding-left: 9px;
	height: 15px;
	width: auto;
	float: left;
	}




/* main structure */
#rootContainer { width: 100%; text-align: center; }
#bodyCenter {
	margin:0px auto;
	width: 750px;
	background-color: #FFFFFF;
	color: #666666;
	text-align: left;
}
#bodyCenter #header {
	height: 125px;
	margin:0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	width: 730px;
}

#menu {
	position:relative;
	width:730px;
	float:left;
	z-index:2;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#menu a:link {
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover, a:active {
	text-decoration: line-through;
	color: #666666;
	
}


#bodyCenter #footer {
	clear: both;
	border-top: solid 1px #D0D0D0;
	padding: 5px 2px 5px 2px;
	text-align: center;
	font-size: 9px;
}
#footer a { color: #656565; font-weight: normal; font-size: 9px; }
#footer a:hover, a:active {
	text-decoration: line-through;
	color: #666666;
}

#OneColumn {
	width: 730px;
	position: relative;
	float:left;
	z-index:2;
	margin-bottom: 15px;
	margin-left: 10px;
}

.portfolio {
	width: 105px;
	height: 105px;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#TwoColumnLeft {
	position:relative;
	width:400px;
	float:left;
	z-index:2;
	margin-bottom: 10px;
	margin-left: 10px;
}

#Video {
	position:relative;
	width:480px;
	float:left;
	z-index:2;
	margin-bottom: 15px;
	margin-left: 15px;
}

#TwoColumnRight {
	position:relative;
	width:275px;
	float:right;
	z-index:1;
	margin-right: 10px;
	margin-bottom: 10px;
}

#VideoTwoColumnRight {
	position:relative;
	width:300px;
	float:right;
	z-index:1;
	padding-right: 10px;
	padding-bottom: 10px;
}
#BlogTwoColumnLeft {
	position:relative;
	width:425px;
	float:left;
	z-index:2;
	margin-bottom: 15px;
	margin-left: 15px;
}

#BlogTwoColumnRight {
	position:relative;
	width:200px;
	float:right;
	z-index:1;
	margin-right: 15px;
	margin-bottom: 15px;
}
