﻿body {
	margin: 60px;
	padding: 0px;
	background-color: #faeeb2;
	background-image: url(../images/SunBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #157B94;
	padding: 5px;
	font-size: 18px;
	color: #FFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #4e4e4f;
}

#navholder {
	width: 915px;
}


#wrapper {
	background-color: #FFF;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	border: thick solid #157b94;
	box-shadow: 8px 8px 8px #888;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-topleft: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;


}
#headertop {
	display: block;
	height: 100px;
	padding-top: 20px;
	padding-left: 20px;
	-moz-border-radius-topright: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	
}
#header {
	background-image: url(../images/6ff8bf6bfcc429d4.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 915px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
#bodywrap {
	width: 915px;

}
#leftcolumn {
	display: block;
	float: left;
	width: 207px;
	background-color: #CCC;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
}
#contentblock {
	padding: 10px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#sidenav {
	padding: 10px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}


#rightcolumn {
	display: block;
	float: left;
	width: 673px;
	padding: 10px;
}
#footer {
	text-align: center;
}
