body {
	background-color: #003366;
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

a { color: #003366; }
h1 { color: #721309; font-weight: bold; font-size: 15px }
h2 { color: #003366; font-weight: bold; font-size: 12px}
h3 { color: #721309; font-weight: bold; font-size: 12px }
h4 { color: #721309; font-weight: bold; font-size: 11px }


/*** structure ***/

#surround {
	width: 850px;
	margin: 0 auto;
	margin-top: 13px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

#surround:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

#banner {
	height: 126px;
	border-bottom: 1px solid #999;
}

#top-nav {
	background-color: #013467;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 27px;
}

#content {
	background-image:url(../images/second-bg.gif);
	background-repeat: repeat-y;
}

#side-nav {
	float: left;
	width: 174px;
}

#main {
	margin-left: 174px;
	padding: 20px;
}

#footer {
	background-image:url(../images/second-bg.gif);
	background-repeat: repeat-y;
	clear: both;
	marginp: 0px;
	margin-bottom: 0px;
	padding: 20px;
	color: #406896;
	text-align: center;
}

#footer-home {
	clear: both;
	marginp: 0px;
	margin-bottom: 0px;
	padding: 20px;
	color: #406896;
	text-align: center;
}

/*** home page ***/

#middle {
	border-bottom: 1px solid #184b7e;
}

#main-home {
	padding: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.box {
	border: 1px solid #c6cbd0;
	padding: 5px;
	margin-bottom: 10px;
}

.box-inside {
	background-image: url(../images/box-bg.gif);
	background-repeat: repeat-x;
	padding: 1px;
}

.light-bg {
	background-position: 0 -40px;
}

#box-series {
	width: 405px;
	float: left;
}

.series {
	padding: 9px;
	padding-top: 16px;
	font-size: 11px;
	color: #164574;
}

#box-other {
	margin-left: 428px;
}

#box-girls {
	float: left;
}

#box-answering {
	margin-left: 160px;
	line-height: 16px;
}

.box-small {
	/* width: 180px; *************** CHANGE THISBACK *******/
	float: left;
	margin-right: 7px;
}

.box-header {
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #990000;
}

#register, #news {
	padding: 5px;
}

#news p, #register p {
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#email {
	display: block;
	margin-bottom: 6px;
}

.read-more {
	text-align: right;
}

.sign-up { 
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #09560d;
	font-size: 130%;
	font-weight: bold;
}
.courseTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

#photo-gallery img { 
	border: none;
}