/* CSS Document */
body {
	background-color: #1C5859;
	background-image:url(images/pixelstrip.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#allcontent {
	font-family:Arial, Helvetica, sans-serif;
	width: 900px;
	margin-top: 25px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

#sidebar{
	position: relative;
	top: 0px;
	left: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	width: 250px;
	height: 550px;
	float: left;
	line-height: 10px;
}

#nav{
	position: relative;
	top: 30px;
	left: 0px;
	
}

#logo {
	width: 210px;
	height: 166px;
	position: relative;
	top: 50px;
	left: 15px;
	float:left;
}

#rightbar{
background-color: #E6E2DE;
width: 650px;
height: 550px;
float:left;
position: relative;
top: 0px;
left: 0px;
}

#copy{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height: 16px;
width: 620px;
position: relative;
top: 1px;
left: 20px;
}

#copy h1{
font-family:Arial, Helvetica, sans-serif;
font-size:32px;
line-height: 36px;
}

#copy h2{
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
line-height: 28px;
font-weight:400;
}

#copy h3{
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
line-height: 28px;
font-weight:800;
}

#copy p{
position: relative;
left: 20px;
top: -10px;
width: 600;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
line-height: 24px;
margin: 0px;
padding: 0px;
border: 0px;
}

#mws {
font-style:italic;
color:#1C5859;
}

#copy li{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
line-height: 36px;
font-weight:200;
}

#footer{
position: relative;
top: 15px;
float: left;
width: 900px;
font-family:Arial, Helvetica, sans-serif;
text-align: center;
color: #FFFFFF;
font-size:12px;
line-height: 18px;
margin-bottom: 15px;
}

