/*

Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Name       : Primitive
Version    : 1.0
Released   : 20080425

*/
*
{
	margin: 0px;
}
BODY
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #222222;
}
A
{
	background-color: inherit;
	color: #CC0099;
}
A:hover
{
	text-decoration: none;
}
P
{
	text-align: justify;
	margin-bottom: 15px;
	line-height: 22px;
}
UL
{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
}
H3
{
	font-size: 20px;
	margin-bottom: 30px;
}
H4
{
	font-size: 13px;
	margin-bottom: 5px;
}
#header
{
	color: #FF00FF;
	padding: 50px 40px 25px;
	background: #000 url(images/logo.png) no-repeat;
}
#header H1
{
	font-size: 35px;
}
#header H2
{
	font-size: 15px;
}
#menu
{
	padding: 5px 30px 0px;
	margin-bottom: 30px;
	color: #222222;
	background-color: #F5F5F5;
	border-bottom: 1px solid #DADADA;
}
#menu DIV
{
	clear: both;
}
#menu UL
{
	display: block;
	position: relative;
	top: 1px;
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
#menu UL LI
{
	position: relative;
	float: left;
	border: 1px solid #DADADA;
	border-bottom: 0px;
	margin-right: 5px;
}
#menu UL LI A
{
	display: block;
	padding: 5px 10px 8px;
	text-decoration: none;
	background-color: inherit;
	color: #333333;
}
#menu UL LI A:hover
{
	background-color: #0022AA;
	color: #FFF;
}
#menu UL LI.active, #menu UL LI.active A, #menu UL LI.active A:hover
{
	background-color: #FFFFFF;
	color: #333333;
}
#container
{
	margin: 0px 40px;
}
#primarycontainer
{
	float: left;
	margin-right: -160px;
	width: 100%;
}
#primarycontent
{
	margin-right: 200px;
}
#primarycontent P
{
	margin-bottom: 20px;
}
#secondarycontent
{
	float: right;
	width: 160px;
}
#footer
{
	text-align: center;
	margin: 20px 0px 0px;
	padding-top: 15px;
	border-top: 1px solid #DADADA;
	clear: both;
}
.clearit
{
	clear: both;
	height: 1px;
}
#content
{
	position: absolute;
	right: 30px;
	top: 235px;
	width: 160px;
}
