* 
	{
	margin: 0;
	padding: 0;
	border: 0;
}
.clear
	{
	clear:both;
}
.right
	{
	float: right;
}
.left
	{
	float: left;
}
.mag 
	{
	float:left;
	margin-right:20px;	
	margin-left:20px;
}
body
	{
	font: 62.5% Tahoma, Verdana, sans-serif;
	background: #2a2b32;
	color: #fff;
	height:100%;
}
#parent {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#wrapper
	{ 
	width:760px;
	text-align:center;  
	margin-left:auto; 
	margin-right:auto;
}
#header
	{
	margin-top:30px;
	width:760px;
	height:80px;
	background:url(logo.gif) no-repeat top center;
}
#footer
	{
	background: #181719;
	border-top: solid 1px #464547;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 300px;
}
#footercontainer
	{
	width:480px;
	margin:auto;	
	text-align:left;
}
#verticalrule 
	{
	width:1px;
	height:280px;
	background: #404240;
	margin-top:10px;
	margin-left:30px;
}
.bottomtext
	{
	width:200px;
	text-align:left;
}	
h1
	{
	padding-top:10px;
	font-size: 1.2em;
}
p, q, cite
	{
	font-size: 1em;
}
a:link, a:visited, a:active {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}