#fullbody{
	background-position: center top;
	background-repeat: repeat-x;
	background-color:#ccc;
	color:#afafaf;
}
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;
}
.clear{
	clear:both;
}

#main{
	width:791px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:791px;
	height:392px;
	background-repeat:no-repeat;
}
#header_img{
	width:60px;
	height:392px;
	background-repeat:no-repeat;
	background-position:30px 2px;
}
#main_bg{
	width:791px;
	height:auto;
	float:left;
	background-repeat:repeat-y;
}
#footer_bg{
	width:784px;
	position: relative;
	height:auto;
	padding:0px 0px 31px 7px;
	float:left;
	background-repeat:no-repeat;
	background-position:right bottom;
}

/* LEFT */
#main_left{
	width:165px;
	height:154px;
	float:left;
	padding-right:3px;
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
	font-size:20px;
	font-family:Century Gothic;
}

#main_left_phone{
	width:160px;
	height:60px;
	float:left;
	padding-right:3px;
	background-repeat:no-repeat;
        position: absolute;
        bottom: 10px;
        left: 14px;
	background-position: bottom center;
}
#main_left h6{
	font-size:20px;
	padding-bottom:16px;
	font-weight:normal;
}
/* Content Text*/
#content{
	width:440px;
	height:150px;
	float:left;
	padding:10px 15px 0px 15px;
	text-align:justify;
	overflow: auto;
	background-repeat:repeat-x ;
	line-height: 24px;
}
/* Navigation */
#nav{
	position: absolute;
	background-color: #EEE;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	bottom: 35px;
	right: 8px;
	width:138px;
	height:auto;
	float:left;
	padding-top: 6px;
}
#nav ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
#nav li{
	padding-left:10px;
	cursor:pointer;
	width:127px;
	height:18px;
	font-family:Century Gothic;
	font-size:11px;
	font-weight:bold;	
}
#nav li a {
	width:128px;
	height:17px;
        line-height:16px;
        display:block;
}
html>body #nav li a {
       width: auto;
}
#nav li.sfhover{
	background-repeat:repeat-y;
}
#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_bg #login {
   position: absolute;
   bottom: 12px;
   right: 16px;
   width: 29px;
   height: 1.2em;
   font-size: .8em;
   font-family: Century Gothic;
   font-weight: bold;
}
#footer_bg #login a {
   text-decoration: none;
}
