body {
	margin:auto 0;
	text-align:center;
	font-family: sans-serif;
	font-size: 12px;
	background:url(images/bg.gif) repeat-y top center;
	background-color:#4c4c4c;
}
* {
	margin:0px;
	padding:0px;
	}
	
a img {
	border:0px;
}

#wrapper {
	margin:0 auto;
	text-align:left;
	width:751px;
	}
#header {
	width:100%;
	min-height:105px;
	background-color:#fff;
	}
#logo, #info {
	float:left;
	}
#info {
	text-align:right;
	float:right;
	padding:30px 10px 0 0;
	font-weight:bold;
	}
	
#menu {
	clear:both;
	text-align:center;
	}
#menu ul {
	list-style-type:none;
	background-image:url(images/bg-menu.gif);
	height:38px;
	width:751px;
	margin:auto;
	}
#menu li {
	float:left;
	}
#menu ul a {
	padding: 0 17px;
	display:block;
	line-height:38px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	}
	
#contentwrapper {
	background:url(images/menu-filler.jpg) no-repeat top center;
	padding:200px 6px 0px 6px;
	margin-bottom:20px;
	}
#content {
	float:left;
	margin-right:6px;
	
	background-color:#696969;
	border:1px solid #242424;
	padding:4px;
	color:#fff;
	}
#content ul {
	margin:4 14px;
	padding:0;
	}
#content h1 {
	font-size: 18px;
	}
	
#rightmenu {
	float:left;
	width: 175px;
	margin-left:6px;
	min-height:75px;
	background-color:#a2a2a2;
	border:1px solid #242424;
	}
#footerwrapper {
	clear:both;
	padding-top:14px;
	}
#footer {
	margin:0 auto;
	padding-top:4px;
	width:700px;
	border-top:1px solid #242424;
	text-align:center;
	}
#footer ul {
	list-style-type:none;
	height:20px;
	width:700px;
	margin:auto;
	}
#footer li {
	float:left;
	}
#footer ul a {
	padding: 0 20px;
	display:block;
	line-height:20px;
	text-decoration:none;
	font-size:10px;
	color:#811516;
	font-weight:bold;
	}
#imagewrapper {
	width:100%;
	}
#pics {
	padding:8px 3px;
	width:235px;
	float:left;
	}
#pics a img {
	border:3px solid #ffffff;
	}
#pics a {
	border-right:1px solid #242424;
	border-bottom:2px solid #242424;
	}