@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 101%;
}
body {
	text-align: center;
	background-color: #24480B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
}

#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	text-align: left;
	padding-bottom: 50px;
}
#header {
	height: 120px;
	background-image: url(../images/layout/brathwaite_hall_logo.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
}
#header  a {
	height: 100px;
	display: block;
	width: 475px;
}
#container {
	border: 1px solid #990000;
	}
#navigation {
	background-image: url(../images/layout/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	font-size: 1.6em;
	padding-left: 210px;
	padding-top: 0px;
	background-color: #F9F8CA;
	letter-spacing: 0.1em;
	font-weight: bold;
}

#content {
	background-color: #f9f8ca;
	padding-top: 15px;
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #990000;
}
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #333300;
}
#left_panel {
	float: left;
	width: 550px;
	background-color: #F9F8CA;
	padding-top: 5px;
	padding-right: 60px;
	padding-left: 55px;
}
#left_panel p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
#right_panel {
	float: left;
	width: 255px;
}
#single_column {
	width: 500px;
	margin-right: auto;
	padding-bottom: 50px;
	margin-left: auto;
}
#single_column p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}


.image_holder {
	margin-bottom: 5px;
}
.image_holder p {
	font-size: .9em;
	color: #990000;
	text-align: center;
}
#charges {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.3em;
	margin-bottom: 25px;
	margin-top: 10px;
	background-color: #CCCCCC;
}

tr   td   {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-color: #F9F8CA;
	padding: 5px;
}

#footer {
	text-align: center;
	background-color: #F4F2A6;
	color: #72700E;
	font-size: 1.4em;
	letter-spacing: .1em;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/layout/nav_bg.jpg);
	height: 25px;
	background-repeat: repeat-x;
	padding-top: 10px;
}




h1 {
	color: #990000;
	margin-bottom: 10px;
	font-size: 2em;
}
h2 {
	font-size: 1.2em;
}

.clear {
	clear: both;
}
#contact_form {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#contact_form p {
	font-size: 1.4em;
}

/* contact form styles*/

form {
	margin-top: 25px;
	margin-bottom: 0;
	margin-left: 25px;
	padding-bottom: 40px;
}
#name, #email {
	width: 200px;
}
#message {
	width: 450px;
	height: 150px;
	margin-bottom: 10px;
}
label, .warning {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.warning {
	color: #CC0000;
}
#base {
	padding: 20px;
	text-align: right;
	font-size: 1.1em;
	color: #99CC66;
}
#base p {
	margin-top: 10px;
}

#base  a:link, #base a:visited {
	color: #99CC66;
}
#base a:hover, #base a:active {
	color: #99FF33;
}
