body{
	background-image:   url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
a{
	color: #003366;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: -0.01em;
}
	
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 5px 5px 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	line-height: 1.5em;
}
ul{
	margin-top: 0px;
}
	li{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 1.5em;
	}

/*ID's*/
#Shell {
	position:absolute;
	left:50%;
	margin-left:-378px;
	top: 61px;
	width:770px;
}

#Content {
	float:left;
	width:450px;
	margin-top:50px;
}

#SideBar {
	float:right;
	width:320px;
	margin-top:83px;
}

#SideBar img {
	margin-bottom: 13px;
	margin-left:10px;
	margin-right: 5px;
	border: 0;
}

#ContactUs {
	width:450px;
	float: left;
	margin-top: 10px;
	border: 1px dashed #999;
}

#ContactUs h2 {
    font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}	

#Footer{
	position: relative;
	width: 616px;
	text-align: right;
	border-top: 1px dashed #CCC;
}

#Footer p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	color: #999;
}


/*Classes*/
.list{
	font-weight: bold;
	margin-bottom: 0px;
	padding: 0px;
}

.none{
	margin: 0px;
	padding: 0px;
}

.nav {
	color: black;
	text-decoration: none;
}

.big{
	font-size: 100%;
}
.blockup{
	margin: 0 10px 0 0;
}
.left {
	margin-right: 8px;
}
.photo{
	text-align: center;
}
.thumb {
	border: 1px dashed #CCC;
	margin: 0px;
	background-image:none;
}