body{
	margin:0px auto;
	text-align:center;
	background-color:#3B3A3A;
}

	#top{
		width:1024px;
		height:56px;
		padding-top:16px;
		margin:0px auto;
		text-align:center;
		background:url(images/top.gif) no-repeat;
	}

	#page{
		width:1024px;
		margin:0px auto;
		text-align:center;
		background:url(images/page.gif) repeat-y;
	}
	
	#body{
		width:645px;
		padding:24px 0px 24px 0px;
		margin:0px auto;
		text-align:center;
		background:url(images/body.gif) repeat-y;
	}

	#bottom{
		width:1024px;
		height:32px;
		margin:0px auto;
		text-align:center;
		background:url(images/bottom.gif) no-repeat;
	}
	
	#leftSide{
		padding-left:16px;
		color:white;
		font-family:Verdana;
		font-size:10pt;
		text-align:left;
	}
	
h2{
	margin:0px;
	padding:0px;
	font-family:Verdana;
}

#footer{
	text-align:center;
	font-family:Verdana;
	font-size:10pt;
	color:silver;
}

#footer a{
	color:silver;
}

p{
	margin:0px;
	padding:32px;
	font-family:Verdana;
	font-size:10pt;	
}
