#main
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent; 
	border: 0;
	margin: 0px 0px 0px 150px;
	width: 600px;
	height: 600px;
}
#logo
{
	background: no-repeat url('logo_white.png');
	height: 150;
	width: 600;
}
#linkscontainer
{
	background-color: rgb(68, 105, 138);
	position: relative;
	top: 120px;
	left: 300;
}

#linkscontainer ul
{
	margin: 0px 0px;
	background-color: transparent;
	color: white;
	font-family: arial, helvetica, sans-serif;
	height: 30px;
}

#linkscontainer ul li
{
	display: inline;
	list-style-type: none;
	bottom: 0;
}

#linkscontainer ul li a

{
	padding: 3px 10px;
	background-color: rgb(68, 105, 138);
	color: white;
	text-decoration: none;
	font-weight: bold;
	float: left;
}

#linkscontainer ul li a:link, #linkscontainer ul li a:visited
{
	color: #fff;
	background-color: rgb(68, 105, 138);
	text-decoration: none;
}

#linkscontainer ul li a:hover
{
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#tcontentborder
{
	height: 9px;
	background:  no-repeat url('ctop.png');
}

#ccontainer
{
	width: 600px;
	background: url(bg.png) no-repeat #ffffff;
}

#body
{
	color: #6a4d34;
	font-family: sans-serif;
	background: url(cbot.png) no-repeat;
	background-position: bottom;
	padding: 0px 10px 10px 0px;
}
p
{
	text-indent: 20px;
	color: #6a4d34;
	font-family: sans-serif;
	font-size: 105%;
}
#blockoftext
{
	padding: 0px 0px;	
	margin: 0px 0px;
	text-indent: 0px;
	color: #6a4d34;
	font-family: sans-serif;
	font-size: 105%;
	line-height: 130%;
}

h1
{
	color: #6a4d34;
	font-family: sans-serif;
	font-size: 130%;
	font-weight: bolder;
}

h2
{
	color: #6a4d34;
	font-family: sans-serif;
	font-size: 100%;
}

h3
{
	color: #6a4d34;
	font-family: sans-serif;
	font-size: 80%;
}

#cbottom
{
	background: url(cbot.png) no-repeat;
}
#footer
{
	text-align: center;
	color: white;
}
