body
{
	background-color: #F6F3ED;
	margin : 0px 0px 20px 0px;
}

div
{
	border: 0px solid Red;
}
	
#siteholder
{
	position: absolute;
	width: 800px;
	top: 15px;
	left: 50%;
	margin-left: -400px;
	border: 0px;
	
}

#tabs
{
	position: absolute;
	width: 800px;
	height: 24px;
}

#background
{
	position: absolute;
	width: 800px;
	height: 100px;
	top: 25px;
	
}

#sloganbar
{
	position: absolute;
	width: 800px;
	height: 22px;
	top: 126px;
	background-color: #122B41;
}

#holder
{
	position: absolute;
	width: 800px;
	top: 149px;
	background-color: #ffffff;

}

#menu
{
	position: relative;
	width: 175px;
	height: 400px;
	top: 1px;
	float : left;
	background-image : url(images/bgmenu.gif);
	background-repeat : no-repeat;
}

#menu ul
{
	margin: 0;
	margin-top: -5px;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 40px;
	list-style: none;
	font-family : Arial, Helvetica, sans-serif;
}

#menu ul a
{
	color: #122B41;
	font-size: 11px;
	text-decoration: none;
}

#menu ul a:hover
{
	color: #122B41;
	font-size: 11px;
	text-decoration: underline;
}

#text
{
	position: relative;
	width: 585px;
	top: 0px;
	left: 0px;
	float: right;
	background-color: white;
	font-size: 12px;
	text-align: justify;
	font-family : Arial, Helvetica, sans-serif;
	padding-left: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-top: 40px;
}

p
{
	margin: 5px 0px 15px 20px; 
}

h1
{
	font-size: 18px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #122B41;
	margin: 0px 0px 15px 20px;
}

h2
{
	font-size: 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color: #122B41;
	margin: 0px 0px 5px 20px;
}



#text a
{
	color: #122B41;
	font-size: 12px;
	text-decoration: underline;
}

#text a:hover, a:active
{
	color: #122B41;
	font-size: 12px;
	text-decoration: none;
}

#bottom
{
	position: relative;
	height: 20px;
	width: 800px;
	clear : both;
	background-color: #F6F3ED;
}


