*{
	margin: 0px;
	padding: 0px;
}*
body {
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #282828;
	font-size: 12px;
}
a, a:visited{
	color: #282828;
	text-decoration: underline;
}
a:hover{
	color: #282828;
	text-decoration: underline;
}
#header {
	height: 178px;
	background: url(images/header-background.gif) repeat-x;
	text-align: center;
}
#wrapper {
	width: 798px;
	min-height: 400px;
	margin: 0px auto;
	background: url(images/body-background.gif) repeat-y center;
}
#left {
	width: 239px;
	float: left;
}
.left-header {
	background: url(images/left-header.gif) no-repeat;
	width: 223px;
	height: 27px;
	padding: 11px 0px 0px 16px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
#left ul {
	list-style-type: none;
	width: 221px;
	margin-left: 16px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-top: 1px solid #f0f0f0;
}
#left li {
	display: block;
	height: 21px;
	padding: 10px 0px 0px 17px;
	background: #f7f7f7;
	border-bottom: 1px solid #f0f0f0;
}
#left a, a:visited{
	color: #282828;
	text-decoration: none;
}
#left a:hover{
	color: #282828;
	text-decoration: none;
}
.aboutus {
	padding-left: 20px;	
}
.journal {
	padding-left: 20px;	
}
.awards {
	padding-left: 20px;	
}
#right {
	float: right;
	width: 535px;
}
.right-header {
	background: url(images/right-header.gif) no-repeat;
	width: 519px;
	height: 27px;
	padding: 11px 0px 0px 16px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}
.right-content {
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
	margin: 0px 20px 5px 0px;
	padding: 10px;
}
#clear {
	clear: both;
	display: block;
}
#footer {
	background: #d9d9d9;
	margin: 50px 16px 0px 16px;
	font-size: 14px;
	text-align: center;
	color: #979797;
	padding: 0px 0px 10px 0px;
}
#sponsors {
	margin-top: 10px;
}
#sponsors ul{
	list-style-type: none;
	margin-left: 10px;
}
#sponsors li {
	display: inline;
}
#sponsors img {
	border: none;
}