body {
	background-color:#FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-color: #666666;
	}

body a {
	text-decoration: none;
	font-weight: bold;
	color: #996600;
	}
	
body a:hover {
	color: #996600;
	text-decoration: underline;
	}
	
#blockcontainer {
	width: 800px;
	}

#container {
	margin-top: 20px;
	}

#block1 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 355px;
	height: 240px;
	background-color:#FFF;
	border: 2px solid #CCCC99;
	}

#block2 {
	position: absolute;
	top: 20px;
	left: 410px;
	width: 355px;
	height: 240px;
	background-color:#FFF;
	border: 2px solid #CCCC99;
	}

#block3 {
	position: absolute;
	top: 366px;
	left: 20px;
	width: 355px;
	height: 240px;
	background-color:#FFF;
	border: 2px solid #CCCC99;
	}

#block4 {
	position: absolute;
	top: 366px;
	left: 410px;
	width: 355px;
	height: 240px;
	background-color:#FFF;
	border: 2px solid #CCCC99;
	}

#nav {
	position: absolute;
	top: 274px;
	left: 0px;
	height: 100px;
	width: 800px;
	text-align: center;
	z-index: 4;
	}
	
.bottomnav {
	position: relative;
	clear: both;
	bottom: -110px;
	text-align: center;
	color: #996600;
	}

#blockcontainer .bottomnav {
	position: relative;
	top: 620px;
	text-align: center;
	color: #996600;
	}
	
#topnav {
	position: absolute;
	top: 20px;
	margin-left: 20px;
	}
	
#leftnav {
	width: 200px;
	top: 120px;
	float:right;
	color: #996600;
	text-align: left;
	padding: 60px 0 40px 0;
	}
	
#leftnav a {
	text-decoration: none;
	color: #996600;
	}
	
#leftnav a:hover {
	text-decoration: underline;
	color: #996600;
	}
	
#bigblock {
	width: 65%;
	margin-left: 20px;
	float: left;
	border: 2px solid #CCCC99;
	padding: 40px 0 40px 0;
	}

#bigblock a {
	text-decoration: none;
	color: #996600;
	}
	
#bigblock a:hover {
	text-decoration: underline;
	color: #996600;
	}	
	
p {
	margin: 30px 40px 0px 40px;
	font-size: 12px;
	}
	
.title {
	display: block;
	margin: 20px;
	color: #333300;
	font-weight: bold;
	}
	
.sidetitle {
	display: block;
	margin: 0px;
	color: #333300;
	font-weight: bold;
	}
	
.cont {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #996600;
	margin: 20px 0px 10px 0px;
	text-align: right;
	}

.copyright {
	font-size: xx-small;
	}