/* CSS Document */
@charset "utf-8";
body{
	background:url(../images/general/bgrd_top.jpg);
	background-repeat:repeat-x;
}
h1, h2, h3, h4, h5{
    margin-top: 0.2em;
    margin-bottom: .5rem;
    font-family: sans-serif;
    font-weight: bold;
	color: #477c44;
}

a:link {
	color: #FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF99;}
a:hover {
	text-decoration: none;
	color: #333333;}
a:active {
	text-decoration: none;
}
.container{
	min-width:1200px;
}
body {
   min-width:1200px;
}

#logo{
	float: left;
	margin: 10px 0 0 80px;
}
#hd_cont{
    float: right;
    color: #FFF;
    padding: 8px 15px 0 0;
}
#menu{
    float: right;
    padding: 42px 0 0 0px;
}
#hdr{
	clear: both;
    padding-top: 9px;
}
#ftr_text{
	font-size: 1.4em;
    color: #FFF;
}
.lines{
	margin: 40px 0 10px 0;
}
.str{    
	font-size: 20px;
    font-family: sans-serif;
    margin-left: 60px;
    color: #757575;
    font-weight: bold;
}
.s_img{
	margin: 30px 0 30px 0;
}
.proudly{
	margin-top: 20px;
    color: #477c44;
    font-size: 1.3em;
    font-family: sans-serif;
}
.img_l{
	float:left;
	padding:10px 20px 10px 0;
}
.img_r{
	float:right;
	padding:10px 0 10px 20px;
}