body {
	text-align:center;
	background-image: url(images/layout/background_grad.png);
	background-repeat: repeat-x;
	background-color: #6F516A;
	font-family:Geneva, Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: 170D09;
	margin-top: 0px;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.light {
	color:#CCCCCC
}
a:link{
	color: #CCCCCC;
	text-decoration: none;
}
a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
#wrap{
	width:776px;
	margin:0 auto;
	background-image: url(images/layout/content_background.png);
	background-repeat: repeat-y;
}
#header{
	text-align:left;/* IE 5.x center bug fix */
	background-image: url(images/layout/header.png);
	background-repeat: no-repeat;
	height: 101px;
}
.logo{
	padding-top: 21px;
	padding-left: 31px;
}
ul#navigation{
	margin:0;
	padding-left: 400px;
	padding-top: 9px;
}
ul#navigation li{
	float:left;
	list-style:none;
	background-color: #CCCCCC;
	text-align: center;
	margin-left:1px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 2px;
}
ul#navigation li a:link {
	color: #170D09;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
ul#navigation li a:visited {
	color: #170D09;
	text-decoration: none;
}
#content{
	width:693px;
	margin:32px auto 0;
	text-align:left;
	line-height: 20px;
	background-image: url(images/layout/contentbox_header.png);
	background-repeat: no-repeat;
	background-color: #7B5778;
}
#contentcontent{
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#contentfoot{
	background-image: url(images/layout/contentbox_footer.png);
	height: 50px;
}
h2{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 1px;
}
#foot {
	clear: both;
	text-align:left;
	height: 99px;
	background-image: url(images/layout/footer_background.png);
	color: #CCCCCC;
	margin-top: 30px;
	line-height: 17px;
}
.copyright{
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}
.contact{
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-right: 40px;
}
