* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-color: #FFFFFF;
	font-family: "Arial";
	font-size: 12px;
	text-align: center;
}

#wrapper {
	height: 500px;
	width: 800px;
	margin: 10px auto;
}

#banner {
	height: 300px;
	width: 800px;
	background: #FFFFFF url(images/magnarxreviewsheader.jpg) no-repeat;
}

#bar {
	height: 40px;
	background: #FFFFFF url(images/bar.jpg) repeat-x;
	margin: 3px 0px 3px 0px;
}

#navigation {
	width: 228px;
	margin-top: 3px;
	float: left;
}

#navbar {
	height: 32px;
	width: 228px;
	background: #FFFFFF url(images/navigation.jpg) no-repeat;
}

.imglink {
	height: 24px;
	width: 228px;
}

#shadow {
	height: 24px;
	width: 228px;
	background: #FFFFFF url(images/shadow.jpg) no-repeat;
}

#content {
	width: 545px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 3px 0px 6px 5px;
	padding: 10px;
	float: right;
}

#content p {
	font-size: 12px;
	text-align: left;
}

#footer {
	height: 17px;
	background: #FFFFFF url(images/bar.jpg) repeat-x;
	padding: 13px 0px 10px 0px;
	color: #FFFFFF;
	clear: both;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-family: "Arial";
	font-size: 16px;
	color: #434343;
	text-align: left;
	padding: 10px 0px 10px 0px;
}