* {
list-style:none;
border:none;
margin:0;
padding:0
}

html {
	overflow-y: scroll;	
}
html, body {
	height: 100%;	
}


.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden
}

* html .clearfix {
	height:1%
}

.clear {
	clear:both
}

body {
	text-align:center;
	margin:0;
	padding:0;
	color:#000000;
	background-color:#999999;
	font-family:"Myriad Pro", "Trebuchet MS", Arial;
	font-size:0.9em; 
    line-height:15px;
	
}
a {
   color:#669900;
   text-decoration:underline;
 }
a:hover { 
   color:#333333;
   text-decoration:underline;
}
.err{
  color:#FF0000;
}
#wrapper {
	width:850px;
	text-align:left;
	margin:0 auto;
	background:#FFFFFF;
    min-height:700px;
    height:auto !important;
    height:700px;
	margin-top:35px;

}
#wrapper .inside{
	padding:5px;

}
#banner{
	background:url(images/header_bckg3.jpg) no-repeat;
	height:170px;

}
#banner a{ 
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
    font-size:17px; 
    font-style:italic; 
    text-transform:uppercase;
  

}
#banner .inside{
   padding-top:11px;
   padding-left:240px;
}

#menu{
   background:url(images/menu.jpg) repeat-x ;
   height:30px;
   width:840px;
   
}

#menu ul {
   margin:0;
   padding:0;}
#menu ul li{
	display:inline-block; 
	float:left; width:113px;
	list-style:none; 
	text-align:center;
 }
#menu a { 
    display:block; 
    float:left; width:113px;
    color:#fff;
    font-size:14px;
    text-transform:uppercase; 
    font-weight:bold; 
	text-decoration:none;
	 padding-top:4px; 
	font-style:normal;
}
#menu a:hover{
   padding-top:4px; 
   height:22px; 
   background: #669900;
   }

#container{
    background:url(images/container-bg1.jpg) repeat-y;
  
	width:840px
}
#container .inside{
   background:url(images/img.jpg) no-repeat 438px 50px;
    min-height:600px;
	height:auto !important;
	height:600px;
	padding-bottom:20px;
	
		
	}	
#leftcontent{
    background:url(images/img.jpg) no-repeat  right bottom;
    width:560px;
    min-height:600px;
	height:auto !important;
	height:600px;
	float:left;
	padding:10px;

	
 }

#leftcontent h1{
     font-size:1.5em;
	 color:#999999;
	 padding-bottom:20px;

}
h3{
  color:#FFFFFF;
  font-weight:normal;
  font-size:1em;
  font-style:italic;
}
.site{
   color:#999999;
  font-weight:bold;
  font-size:1em;
 
}
#sidebar{
 width:245px;
 float:right;
} 

#sidebar .inside{
  padding:20px 25px 20px 33px;

}
#footer{
  background:url(images/footer.jpg) repeat-x ;
  height:102px;
  text-transform:uppercase;
  color:#FFFFFF;
  
 }
#footer p{
    padding:10px 0 0 30px;
    font-weight:bold;
    font-size:12px;
	font-style:italic;
} 
