		/*** The Essential Code ***/

body {
	background:#E0D1AF url(../images/bg.png) repeat-x 0 0;
	color:#333227;
	padding:0;
	margin:0px 0px; padding:0px;
	text-align:center;
	
   }
#gotobutton {
}
#ourname {
	position: relative;
	height: 30px;
	width: 610px;
	margin: 5px 5px 0;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
        }

#wrapper {
width: 400;
   }
   
#container {
min-width: 840px;
max-width: 1000px;
width:expression(document.body.clientWidth < 840? "840px" : document.body.clientWidth > 1000? "1000px" : "auto");

	margin:0px auto;
	text-align:left;

}

.logohead{
	font-size:25px;
	color:#FFFFFF;
	padding-top:32px;
	text-align:right;
	padding-right:10px;
	background-image: url(../images/reflection.png);
	height: 82px;
}

#left {
	float: left;
	width: 200px;
	padding-right: 0px;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
}
#left #title {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#left p {
	padding-left: 4px;
	text-indent: 20px;
}

#left_nav{
	float: left;

	width:200px;
	color:#fff;
	float:left;
	background: #482400 no-repeat left bottom;
	height: 500px;
}
#left_nav img{
	margin:40px 0 38px 52px; display:block;
	}

#left_nav ul{
	list-style-type: none;
	width:180px;
	display:block;
	margin:38px 2px 0 0;
	text-align: right;
	}
#left_nav ul li{
	background:url(../images/custombullet.gif) no-repeat 0 2px;
	border-bottom:#B8A997 1px dashed;
	margin-right: 20px;
	}
#left_nav ul li.li1{
	background:url(../images/custombullet.gif) no-repeat 0 8px;
	border-bottom:none;
	padding: 0 0 0 18px;
	}
#left_nav ul li a{
	font:13px/23px Arial, Helvetica, sans-serif;
	color:#B2E4E9;
	text-decoration:none;
	padding-right: 10px;
	}
#left_nav ul li a:hover{
	text-decoration:underline;
	}

img.floatLeft {
	float: left;
	margin: 4px 4px 4px 0px;
}
img.floatRight {
	float: right;
	margin: 4px 0px 4px 4px;
}
#topmenu {
	float:left;
	height: 100px;
	width: 200px;
	margin-left: 20px;
}

#main {
	padding: 120px 5px 0 0px;
	width: 500px;
	margin-left: 280px;
}
#main h2 {
}
#main p:first-letter
{
color:#ff0000;
font-size:xx-large;
}

#right {
	float: right;
	width: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

.clear {
    clear: both;
}

#footer {
	margin-left: 25px;
	height: 30px;
	width: 900px;
	background-repeat: repeat;
	margin-top: 40px;
	padding-left: 40px;
	background-position: center bottom;
	text-align: center;
	vertical-align: text-bottom;
	background-color: #FFD3A8;
	border: 1px solid #6699CC;
	padding-top: 10px;
}
