body {
	text-align:center;
	padding : 0;
	margin : 0;
	background-color : #000000;
	/* background-image : url("../images/bg-grey.gif"); 
	background-repeat : repeat-x;
	background-position : top center;*/
	font-family : tahoma, sans-serif;
	color:#FFFFFF;
	font-size : 11px;
	padding-bottom : 25px;
}
a { color:#FFFFFF; text-decoration:none; }
a:hover { text-decoration:none; }
img {
	border:0px;
} 
div.site_content {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width:760px;
}

div.logo {
	padding-top: 35px;
	padding-bottom: 25px;
	margin-left:5px;
}
div.greybox {
	/* border: 1px solid #333333; */
	background-color : #000000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div.greybox_top {
	/* background-color:#222222; */
	width: 734px; 
	background-image:url(images/top_bg.gif);
	background-repeat:repeat;
	padding: 5px 5px 5px 9px;
	margin: 5px 7px 0 5px;
}
.website_box, .website_box_nohover {
	border : 1px solid #333333;
	width : 220px;
	padding : 5px;
	margin : 5px 0 0 6px;
	background-color : #181818;
	float : left;
	display : inline;
	text-align: center;
	width: 170px;
}
.website_box:hover {
	border : solid #A70000 1px;
	background-color : #333333;
}

div.right {
	text-align:right;
}
.clearboth {
	clear : both;
}
