/*-Main Layout-------------------------------------------*/
#body
{
}

#overall
{	
	top: 0px;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

/*-Header-------------*/
#content
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 120px;
	padding-bottom: 30px;	
	text-align: center;
}
#content p
{
	text-align: left;	
}
#content img
{
	margin-left: auto;
	margin-right: auto;
}
#header 
{
	position: absolute;
	height: 100px;
	width: 800px;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px black;
}
#header h1 
{
	position: absolute;	
	margin-top: 25px;
	padding-bottom: 0px;
	margin-left: 5px;
}
#header div#links 
{
	position: absolute;
	padding-left: 5px;
	top: 79px;
	padding-bottom: 0px;
}
#header div#picture 
{
	position: absolute;
	left: auto;
	right: 0px;
	top: 0px;
}
#header div#picture img
{
	border-width: 0px;
	display: block;
}
#rule img
{
	position: absolute;
	top: 84px;
	border-width: 0px; 
	width: 600px;
	height: 1px; 
	display: inline;
	padding-top: 0px;
	margin-top: -10px;
}
#collapse_header
{
	position: absolute;
	top: 79px;
	left: 585px;	
}
