#fullbody{
	background-repeat: repeat-x;
	background-position:center top;
   font-family: Arial, sans-serif;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	text-decoration:none;
}
a:focus,a:hover{
}
a img{
	border:0;
}
p{margin:0px;padding:6px 0px 12px 0px;}

.clear{
	clear:both;
}
.absolute{
	position:absolute;
}

#main{
	width:741px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	width:741px;
	height:85px;
	background-repeat: no-repeat;
	background-position:0px 25px;
}
#main_border{
	width:725px;
	height:auto;
	border:8px #fff solid;
	float:left;
}
#banner{
	width:725px;
	height:134px;
	background-repeat: no-repeat ;
	background-position:center top;
}

#banner_bottom{
	width:725px;
	height:25px;
	border-top:8px #fff solid;
	border-bottom:8px #fff solid;
	clear:both;
}
#banner_right{
	position:absolute;
	background-repeat: no-repeat;
	background-position: center top;
}
#footer{
	width:741px;
	height:44px;
	clear:both;
}
#footer_left_img{
	width:200px;
	height:152px;
	background-repeat: no-repeat;
	background-position: center top;
	position:absolute;
	background-repeat: no-repeat;
	background-position: center top;
	top:-128px;
	left:-10px;
}

/* LEFT */
#left_bg{
	width:725px;
	height:auto;
	float:left;
	background-repeat: repeat-y;
}
#main_left{
	width:211px;
	height:auto;
	float:left;
}
.left_contact{
	width:211px;
	height:82px;
	padding-top:60px;
	padding-bottom:125px;
	clear:both;
	background-repeat:no-repeat;
	background-position: 0px 60px;
}
#contact_phone{
	width:211px;
	height:82px;
	background-repeat:no-repeat;
	background-position: center 42px;
}


/* Right */
#main_right{
	width:462px;
	height:460px;
	float:right;
	padding:12px 22px 22px 22px;
	border:1px #b8ac99 solid;
}
html>body #main_right{height: auto; min-height: 460px;}  

/* Content Text*/
.content_banner{
	width:458px;
	height:209px;
	padding:1px;
	background-repeat: no-repeat;
	background-position: 1px 1px;
        background-color:#fff ;
}
#content{
	width:462px;
	height:auto;
	float:right;
	padding:10px 0px 10px 0px;
	text-align:justify;
	line-height: 16px;
}
#content_title{
	width:400px;
	height:30px;
	clear:both;
	background-repeat:no-repeat;
}
/* Navigation */
#nav{
	width:196px;
	height:auto;
	padding-left:8px;
	float:left;
}
#nav ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#nav li{
	padding-left:24px;
	width:172px;
	height:31px;
	background-repeat: no-repeat;
	background-position:10px 0px;
	line-height:30px;
	font-size:11px;
	font-weight:bold;
	border-bottom:1px #fff solid;
}
#nav a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#content ul {
        margin: 1em 0 0 2em;
}
#content li {
        font-weight: normal;
        margin-top: .5em;
}
#content strong {
        font-weight: bold;
}
#content ul {
        list-style-type: disc;
}
#content h1 {
        font-weight: bold;
        margin: 2em 0 0 0;
}
#content p {
        font-weight: normal;
        margin: 0;
}
#footer #login {
   width: 100%;
   text-align: right;
   font-family: Arial, sans-serif;
   font-weight: normal;
   font-size: .9em;
   padding-top: 3px;
}
#footer #login a {
   text-decoration: none;
}
