/* CSS Document */
body{
	padding:0px;
	margin:0px;
    background-image: url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color: #594e52;
	font:14px/16px Georgia1, Georgia, serif;
}

A:link
 {text-decoration: none; color:#78474c;}
A:visited
 {text-decoration: none; color:none;}
A:active
 {text-decoration: none; color:none;}
A:hover
 {text-decoration: none; color:#CC0000;
  }


div, p, ul, form, input, h2, h3, h4, img{
	padding:0px;
	margin:0px;
}

hr {color: #78474c;
background-color: #78474c;
height: 1px; }

img
{  border-style: none;
}

ul{list-style-type:none;}

headerstyle{
font-size:12px;
color:#FFFFCC;
}

/*----MAIN PANEL----*/
#mainPan{
	width:780px;
	position:relative;
	height: 800px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #a696a2;
	border: medium solid #393031;
}

/*----Left Panel----*/
#leftPan{
	width:180px;
	float:left;
	background-color:#78474c;
	height: 627px;
	margin-right: 8px;
	padding-top: 15px;
}

#leftPan ul.one{width:150px; height:177px; margin:0 0 22px 14px;}
#leftPan ul.one li{
	width:150px;
	height:26px;
	border-bottom:1px solid #9d6f66;
}
#leftPan ul.one li a{width:116px;
 height:26px;
  display:block;
   background: #78474c;
    color:#ab878c;
	 font:12px/22px Georgia1, Georgia, serif; text-transform:uppercase;
	  text-decoration:none; padding:0 0 0 34px;}
#leftPan ul.one li a:hover{
	background: url(images/hoverbg.jpg);
	color:#3e1e25;
	text-decoration:none;
	padding:0 0 0 34px;
}
#leftPan ul.one li.nav{width:116px; height:26px; background:url(images/hoverbg.jpg); color:#3e1e25; text-decoration:none; font:12px/22px Georgia1, Georgia, serif bold; text-transform:uppercase; padding:0 0 0 34px;}
#leftPan ul.one li.contact{width:127px; height:26px; border-bottom:none;}


#leftPan h3{ height:20px; background:#FFFCF4; color:#574A22; font:20px/22px "Trebuchet MS",Arial, Helvetica, sans-serif; padding:0 0 0 25px;} 

/*----/Left Panel----*/

/*----Right Panel----*/
#rightPan{
	width:auto;
	float:left;
	background-color:#e2e2da;
	width:592px;
	height:642px;
}
/*---Top Panel----*/
#topPan{
	width:780px;
	height:150px;
	margin: 0 0 8px 0;
	float: left;
	background-image: url(images/topbg.jpg);
	
}
#topPan img.logo{width:213px; height:30px; margin:41px 0 5px;}

#topPan p{width:210px; height:18px; border:1px solid #D1C7A7; background:#fff; color:#010000; text-align:center; font-size:14px;}

/*---/Top Panel----*/
/*---Body Panel----*/
#bodyPan{
	width:525px;
	min-height:612px;
	padding:0 30px 0 30px;
	margin-top: 14px;
	overflow:auto
}
#bodyPan h2 {color:#78474c; font-size:16px; text-decoration:underline; }
#bodyPan h1 {color: #A1808B; font-size:16px; line-height:2pt; vertical-align: middle; }
#bodyPan h3 {font:11px/13px Georgia1, Georgia, serif; line-height: 9pt;}

#footerPan{
 	position:relative;
 	width: 780px;
 	height: 30px;
 	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center;
	font: 11px/22px Georgia, "Times New Roman", Times, serif;
	color: #393031;
}

#header{
	width: 300px;
	height: 20px;
	background-color: #74414A;
	color:#CBC1C9;
	margin-bottom: 2px;
	font-weight:bold;
	padding-top: 3px;
	padding-left: 10px;
}
#thumbnail{
	width: 80px;
	height: 75px;
	color: #333333;
	margin-bottom: 2px;
	font-weight:bold;
	padding: 10px;
	font: 11px/22px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	line-height: 100%;
	float: left;
}

#thumbnail img{
	margin-bottom: 2px;
}
/*---/Body Lower Panel----*/
