/* CSS Document */

body { 
	background:url(../images/bkg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	line-height: 16px;
}

a:link	{color: #713735; text-decoration:none; font-weight:bold;}
a:visited {color:#713735; text-decoration:none; font-weight:bold;}
a:hover 	{ background:#713735; color:#FFFFFF; text-decoratin:underline;}
img	{border:0;}
 li {list-style:url(../images/bullet.gif);}

.bar_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	color: #999999;
	padding:5px 15px 0 0; margin:0; text-align:right;
}
.titles {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom:8px;
	padding-top:10px;
	border-bottom: #000000 solid 1px;
}

.bigtitle	{font-size:1.2em; font-weight:bold;}
/* menu */

#menu {background: url(../images/navbar_bkg.gif); height:50px; float:left; font-size:1.1em; width:778px; }
#menu li	{list-style:none;}
#menu ul { padding:0;  margin:0; list-style-type: none;}
#menu ul li { float:left; position:relative; }
#menu ul li a	{color:#fff; text-decoration:none; padding: 10px 25px 10px 25px; text-transform:uppercase; display:block; border-right: #CCCCCC solid 1px; font-weight:normal;  }
#menu a:visited {color:#fff; text-decoration:none;text-transform:uppercase;}
#menu a:hover	{ background: #713735; text-decoration:none;}

/*Containers*/

#page {margin:10px auto; width:776px; border: #666666 solid 1px; padding-left:20px; padding-right:20px; }
#heading { height:50px;  float:left; padding-bottom:10px; border-bottom:#333333 1px solid; margin-bottom: 10px;}
.name {float:left; padding:20px 20px 20px 5px;}
.city {float:right; padding-top:35px; }

#maincontent {float:left;  width:776px; border:#666666 solid 1px; background:#FFFFFF;}
#title { height:110px; background:#FFFFFF; border-bottom:#b0af9d solid 25px;}
.titlepic {padding-bottom:30px; padding-left:15px;}

#leftcontent {width:495px;  float:left; padding-left:27px; padding-top:12px; background:#FFFFFF;}
.aboutpic {float:left; padding-right:20px;}
#leftcontent2 {  float:left; padding-left:27px; padding-top:12px;}
#rightcontent {width:213px;  float:right; }


#infobar { width:776px; background:#000000; height:50px; border: #666666 solid 1px; float:left; margin:0; }
#footer {text-align:center; line-height: 18px; 	color: #666666;  width:778px;}