* {
	margin:0;
	padding:0;
} 


body {
	background-color: #F5F5DC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}


h1 {
	font-size: 64px;
	font-family: "century gothic",verdana,arial;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
}

h2 {
	margin: 5px;
}

h3 {
	font-weight: bold;
	font-size: 13px;
}

h3 a {
	color: #161645;
}


#wrapper {
	margin: auto;
	clear: both;
	width: 800px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333399;
	border-left-color: #333399;
	background-color: #EFEFFD;


}

#header {
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	height: 158px;
}

#header a {
	text-decoration: underline;
	color: #000000;
	padding: 5px;
}

#left {
	float: left;
	width: 580px;
	margin: 10px;
}

#left .sitemap a {
	color: #161645;
	font-size: 12px;
}

#left p {
	margin-bottom: 10px;
	font-size: 11px;
}

#right {
	padding: 5px;
	float: right;
	width: 160px;
	margin: 10px;
	margin-left: 20px;
	background-color: #333399;
}

#right a {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
}


#footer {
	padding: 20px;
	clear: both;
	background-color: #333399;
	height: 50px;
	font-weight: bold;
	color: #FFFFFF;
}

#footer a {
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
	padding: 5px;
}

#footer p {
	margin-bottom: 10px;
}

.thumb {
	margin: 3px 5px 5px 0;
}