body {
	color: #4d4b4a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #E8E7D2;
	background-repeat: repeat-x;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}
/********************** Header ***************************/
#logo{
	background-color: #FFFFFF;
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
	height: 49px;
	width: 774px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#logo a{
	margin: 0px auto;
}
#header {
background-image:url(images/header.jpg);
	margin: 0px 0px 0px 0px;
	width: 774px;
	height:266px;
	background-repeat: no-repeat;
	position:relative;
	
}
#header ul{
	list-style-type: none;
	display:inline;
	position:absolute;
	top:218px;
	left:-167px;
	width: 847px;
}
#header li{
	float:left;
		
}
.lastchild{
	border-right: 0px none #4d4b4a !important;
}
#header ul a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #4d4b4a;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	border-right: 2px solid #4d4b4a;
}
#header ul a:hover{
	color:#000000;
}


/********************** Content ***************************/

#content {
	background-color: #330099;
	width:774px;
	display:block;	
}
#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0px 23px 6px 28px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #bbb6a0;
	
}
/********************** Content - left ***************************/
#left {
	background-color: #E8E7D2;
	border: 1px solid #c2bdaa;
	width:450px;
	margin: 0px 0px 10px 28px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}
#leftform {
	background-color: #E8E7D2;
	border: 1px solid #c2bdaa;
	width:700px;
	margin: 25px;
	padding: 5px;
	float:left;
	display:inline;
}
#leftsearch {
	background-color: #FFFFFF;
	border: 1px solid #c2bdaa;
	width:500px;
	margin: 0px 0px 10px 28px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}
#leftsuccess {
	background-color: #E8E7D2;
	border: 1px solid #c2bdaa;
	width:720px;
	margin: 0px 0px 10px 28px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
}
.text{
	float:left;
	width:422px;
}
#left h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #4d4b4a;
	text-decoration: underline;
	margin: 20px 0px 10px 23px;
}
#left h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #4d4b4a;
	text-decoration: none;
	margin: 10px;
}
#left p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:lighter;
	color: #4d4b4a;
	margin: 10px;
}
#left a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;color: #4d4b4a;
}
#left a:hover{
	color:#000000;
}
.photos{float:right;}
.photos img{display:block;}
/********************** Content - right ***************************/
#right {
	float:right;
	width:250px;
	background-color:#E8E7D2;
	margin: 0px 23px 10px 0px;
	padding: 0px 0px 6px 0px;
	border: 1px solid #c2bdaa;
}
#rightsearch {
	float:right;
	width:200px;
	background-color:#E8E7D2;
	margin: 0px 23px 10px 0px;
	padding: 0px 0px 6px 0px;
	border: 1px solid #c2bdaa;
}
#right h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#cc6600;
	width:250px;
	text-align:center;
	padding: 5px 0px 5px 0px;
}
#h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#cc6600;
	width:463px;
	text-align:center;
	position:top;
	padding: 5px 0px 5px 0px;
}
#right p{
	padding: 10px 9px 0px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4b4a;
}
#right a{
	padding: 15px 9px 5px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d4b4a;
	font-weight:bolder;

}
#right a:hover{
	color:#000000;
}
#right span a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #605c4c;
	text-decoration: none;
	text-transform: uppercase;
	background-color:#c2bdaa;
	width:138px;
	text-align:left;
	padding: 3px 0px 3px 5px;
	margin: 15px 6px 0px 6px;
}

/********************** footer ***************************/
#footer, #footer a {
	background-color: #bbb6a0;
	width: 774px;
	height:30px;
	text-align:center;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #4d4b4a;
}
#footer a:hover{
	color:#000000;
}
.footnav{
list-style-type: none;
	display:inline;
	position:absolute;
	}
	
	
	#navcontainer {
	margin: 10px 0 0 30px;
	padding: 0;
	height: 20px;
	position: absolute;
	left: 141px;
	width: 0px;
		
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
        background: #E8E7D2;
        width: 108px;
        height: 20px;
        border-top: 1px solid #E8E7D2;
        border-left: 1px solid #E8E7D2;
        border-bottom: 1px solid #E8E7D2;
        border-right: 1px solid #cc6600;
        padding: 0;
        margin: 0 0 0px 0;
        color: #330099;
        text-decoration: none;
        display: block;
        text-align: center;
        font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover {
        color: #cc6600;
        background: #E8E7D2;
}

#navcontainer a:active {
        background: #E8E7D2;
        color: #cc6600;
}

#navcontainer li#active a {
        background: #c60;
        border: 1px solid #c60;
        color: #fff;
}

.popup {
background: #E8E7D2;
        width: 100px;
		  font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
		   color: #330099;
        text-decoration: none;
        display: block;
        text-align: center;
		}
.search {
width:774px;
background-color:#330099;
position:right;
padding-bottom:3px;
}

