@charset "utf-8";
/* CSS Document */

body {
	font-size: 62.5%;
	color:#000;
	font-family: Arial;
}

P{
	font-size: 1.3em;
	text-align: center;
}

p.description{
	font-size: 1.7em;
	font-family: Bradley Hand ITC;
	font-weight: bold;
}

a.PageNumbering{
	font-size:1.2em;
	text-align:center;
	color:#666;
	text-decoration:none;
}

a.PageCurrent{
	font-size: 1.4em;
	font-align:center;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

h1{
	font-size: 2em;
	font-family: verdana;
}

h2 {
	font-size: 1.7em;
	border-bottom: solid 1px #060;
	font-family: verdana;
	color: #060;

}
h2.ContentTitle{margin-bottom: 0px;}

a:link {color: #000;}
a:active{color: #000;}
a:visited{color: #000}
a:hover{color: #060;}

#MainArea{
	margin: 0 auto;
	width: 800px;
	min-height: 700px;
}

#Header{ 
	width: 800px;
	height: 150px;
	border-bottom: solid 1px #999;
}

#Nav{ 
	float: left;
	width: 150px;
	min-height: 550px;
	border-right: solid 1px #999;
	padding-right: 5px;
}

#Nav li{ 
	list-style: none;
	line-height:2em;
	font-size:1.2em;
	
}

#Nav li a{

	display: block;
	text-decoration: none;
	font-size:1.2em;
}


#Content{
	float: right;
	width: 635px;
	height: 550px;
}

#HeaderOne{
	float:left;
	width:300px;
}

#HeaderTwo{
	float: right;
	width: 300px;
}

#ContentOne{
	float:left;
	width:300px;
}

#ContentTwo{
	float: right;
	width: 300px;
}
