@charset "UTF-8";
/* CSS Document */

body {
	background-color:#1a303d;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/bg_colour.gif);
	background-repeat: repeat;
}


p {
	font-size:12px;
	line-height:18px;
}

h1 {
	font-size: 20px;
	color: #003300;
	font-weight:bold;
}

h2 {
	font-size: 18px;
	color: #003300;
	font-weight:bold;
}

h3 {
	font-size: 16px;
	color: #003300;
	font-weight:bold;
}

h4 {
	font-size: 14px;
	color: #003300;
	font-weight:bold;
}

h5 {
	font-size: 13px;
	color: #003300;
	font-weight:bold;
}




#wrapper {
	width:980px;
	margin:auto;
}

#content {
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
}

#left {
	width:205px;
	float:left;
	margin:15px 0 15px 20px;
}

#right {
	float:right;
	width:660px;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.clear_b {
	clear:both;
}


.page_headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #396462;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #396462;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.photo_border {
	border: 3px solid #FFFFFF;
}
.side_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F8FBEF;
}

