body {
	background-color: #737373;
}
body, p {
	font: 14px/16px Arial, Helvetica, sans-serif;
	color: white;
}
a {
	color: #FC110A;
}
a:hover {
	color: #fff;
}
h2 {
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	margin: 0;
}
p {
	margin: 0 0 4px 0;
}
img {
	border: none;
}
/* Main layout */
#screencontainer {
	width: 100%;
}
#midcontainer {
	width: 980px;
	background-image: url(images/basic/mid.gif);
}
/* logo and menu */
#topcontainer {
	width: 980px;
	height: 6px;
	background: url(images/basic/top.gif) no-repeat;
	font-size:0px;
}
#bottomcontainer {
	width: 980px;
	height: 6px;
	overflow: hidden;
	background: url(images/basic/bottom.gif) no-repeat;
	font-size:0px;
}
#maincontainer {
	width: 968px;
	background-image: url(images/basic/bg-main.gif);
	overflow: hidden;

}
#spacebar {
	width: 6px;
	float:left;
	height: 500px;
	overflow: hidden;

}
#sidebar {
	width: 310px;
	float:left;
	overflow: hidden;
}
#menubar {
	width: 123px;
	float:left;
	background-color: black;
	overflow: hidden;
	height:100%;
}
#menuandcontent {
	width: 658px;
	float:left;
	overflow: hidden;
	height:100%;
	background: url(images/basic/bg-main.jpg) no-repeat;

}
#menu {
	width: 123px;
	float:left;
	overflow: hidden;
}
#content {
	width: 500px;
	float:left;
	overflow: hidden;
}
.contentblock {
	width: 440px;
	margin-top:30px;
	background-color:#959595;
	overflow:hidden;
	padding: 8px 8px 8px 8px;
}
.contentblock .photothumb {
	float: left;
	width: 160px;
}
.contentblock .phototext {
	float: left;
	width: 260px;
}


