* {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

.clear {
	clear: both;
	padding-left: 0px;
	padding-bottom: 0px;
}

.Photo_Left {
	padding-right: 10px;
	padding-bottom: 10px;
}
.Photo_Right {
}




body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4943;
	font-size: 14px;
}


#container {
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	height: auto;
}

#main {
	text-align: center;
	width: 975px;
	position: absolute;
	left: -8px;
	top: 309px;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-y;
	height: auto;
}



#main p{
	line-height: 22px;
	text-align: justify;
	padding-bottom: 20px;
	padding-right: 75px;
	padding-left: 75px;
}

#main h1{
	text-align: left;
	font-size: 22px;
	color: #202e6a;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 75px;
}

#left {
	position: relative;
	width: 420px;
	right: 0px;
	float:left;
}

#left .photo {
	border: 3px solid #59574f;
	margin-top: 35px;
	margin-left: 20px;
}

.photo-wrap {
	border: 2px solid #59574f;
	float:left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#right {
	position: relative;
	width: 495px;
	right: 0px;
	float:right;
	padding-right: 50px;
	padding-left: 10px;
}


/*Navigation*/

#navigation {
	height: 35px;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat-x;
}


ul#navigation {
	width: 960px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	height: 22px;
	padding-top: 10px;
	top: 0px;
}

ul#navigation li {
	display: inline;
	border-right-width: 0px;
	border-right-style: solid;
	font-weight: bold;
	border-right-color: #fff;
	margin-left: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

ul#navigation li a {
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}

ul#navigation li a:hover {
	color: #202e6a;
	font-weight: bold;
	text-decoration: none;
}


ul#navigation li.last {
	display: inline;
	border-right-width: 0px;
	border-right-style: solid;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 0px;
	padding-right: 10px;
	border-right-width: 0px;
	border-right-style: none;
}

/*Type Classes*/

#right p {
	line-height: 22px;
	text-align: justify;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 0px;
}

a {
	color: #202e6a;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #9A8762;
	font-weight: normal;
	text-decoration: underline;
}

#right h1 {
	text-align: left;
	font-size: 22px;
	color: #202e6a;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#right .highlight  {
	text-align: left;
	font-size: 18px;
	color: #8F8B80;
	font-style: italic;
	font-weight: normal;
	line-height: 26px;
	padding-top: 40px;
	padding-right: 10px;
}


.subhead  {
	text-align: left;
	font-size: 18px;
	color: #485488;
	font-weight: normal;
	line-height: 26px;
	padding-top: 40px;
}

.subhead  a {
	text-decoration:none;
	color: #485488;
}

.subhead  a:hover {
	text-decoration:underline;
	color: #485488;
}

.Photo_Right  {
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;
	padding-bottom: 10px;
}



/*Footer*/
#footer {
	text-align: center;
	font-size: 10px;
	bottom: 0px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 25px;
	color: #202e6a;
}

#footer a {
	color: #202e6a;
	text-decoration:underline;
	font-weight: normal;
	font-size: 10px;
}

#footer a:hover {
	color: #4b4943;
}

ul#footer {
	font-weight: normal;
	color: #202e6a;
	text-align: center;
	top: 0px;
	font-size: 10px;
}

ul#footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #202e6a;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
}

ul#footer li a {
	color: #202e6a;
	text-decoration:underline;
	font-weight: normal;
	font-size: 10px;
}

ul#footer li a:hover {
	color: #4b4943;
}


ul#footer li.last {
	display: inline;
	border-right-width: 2px;
	border-right-style: solid;
	padding-left: 5px;
	margin-left: 0px;
	padding-right: 5px;
	border-right-width: 0px;
	border-right-style: none;
}

