body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	margin-left: 50px;
	background-image: url(../images/bg.gif);
}
a:link {
	color: #000000;	
}
a:hover {
	color: #000000;	
}
a:visited {
	color: #000000;	
}
#centeredbox {
	height: 650px;
	width: 820px;
	margin: auto;
	margin-top: 0px;
}
#shadow {
	position:absolute;
	height: 650px;
	width: 820px;
	margin: auto;
	margin-top: 0px;
}
#container {
	position:absolute;
	height: 600px;
	width: 770px;
	background-image: url(../images/backgound.jpg);
	margin: 20px;
}
#leftbar {
	position:absolute;
	height: 600px;
	width: 310px;
}
#topbar {
	position:absolute;
	height: 140px;
	width: 460px;
	margin-left:310px;
}
#rightcontent {
	position:absolute;
	height: 460px;
	width: 460px;
	margin-left:310px;
	margin-top:140px;
}
