@charset "utf-8";
/* CSS Document */

body	{
	background-color:#000;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 18pt;
}

#wrapper	{
	width: 1024px;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
}

#header	{
	width:1024px;
	height:255px;
}

#hdr1	{
	background-image:url(images/site/index_01.jpg);
	background-repeat:no-repeat;
	height: 45px;
}

#hdr2	{
	background-image:url(images/site/index_02.jpg);
	background-repeat:no-repeat;
	height: 37px;
}

#hdr3	{
	background-image:url(images/site/index_03.jpg);
	background-repeat:no-repeat;
	height: 45px;
}

#hdr4	{
	background-image:url(images/site/index_04.jpg);
	background-repeat:no-repeat;
	height: 26px;
}

#hdr5	{
	background-image:url(images/site/index_05.jpg);
	background-repeat:no-repeat;
	height: 39px;
}

#hdr6	{
	background-image:url(images/site/index_06.jpg);
	background-repeat:no-repeat;
	height: 22px;
}

#hdr7	{
	background-image:url(images/site/index_07.jpg);
	background-repeat:no-repeat;
	height: 41px;
}

#content	{
	background-image:url(images/site/index_08.jpg);
	background-repeat:repeat-y;
	padding-top: 50px;
	overflow:auto;
}

#menu	{
	width: 190px;
	float: left;
	padding-left: 30px;
}

#contentarea	{
	width: 775px;
	float: left;
}

#btm	{
	background-image:url(images/site/index_10.jpg);
	height: 16px;
}

#ftr, #ftr a:link, #ftr a:visited	{
	width: 1024px;
	text-align:center;
	font-size: 8pt;
	color:#CCC;
}

/**text styles**/

a:link, a:visited	{
	color: #000;
	text-decoration:underline;
}

a:hover	{
	color:#666;
	text-decoration:none;
}


.menu, .menu a:link, .menu a:visited	{
	color:#b99589;
	text-decoration:none;
}

.menu a:hover	{
	color:#fff;
	text-decoration:underline;
}

h1	{
	font-size:14pt;
	font-weight:bolder;
	color: #63514c;
}

h1 a, h1 a:hover	{
	font-size:14pt;
	font-weight:bolder;
	color:#816c64;
	text-decoration:none;
}

a.listing{
	color:#666666;
	font-size:12pt;
	text-decoration:none;
}

a:hover.listing{
	color:#999999;
	font-size:12pt;
	text-decoration:underline;
}

a:visited.listing{
	color:#666666;
}

.smalltext	{
	font-size:10pt;
}




	

