@import url(reset.css);
@import url(grid.css);
@import url(typography.css);

body{margin:0 auto;padding:0; text-align: left; color:rgb(111,111,111);; font:normal normal 14px/1.5em Arial, Helvetica, sans-serif;background:transparent url(../images/header.png) 0 0 repeat-x;height: 100%;}
ul{list-style:none outside;line-height:outside;margin: 0 0 10px;}
ul.nav li{z-index:8;display: block;float:left;position:relative;height:35px; border-bottom:0;min-width:105px;}
li.center{text-align: center;}
li a{font-size:16px;text-decoration:none;color:rgb(143,194,75);padding:6px;}
li a:hover, li a.current{color: rgb(255,255,255);background: rgb(143,194,75);padding:6px;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}

.home{clear: both;width: 189px;text-align:center;margin: 8px auto 0 auto;}
.home a{background:url(../images/rw-home.png) no-repeat 50% 0;height:10px;display:block;text-align: center;text-decoration:none;text-indent: -3000px;}
.home a:hover{text-decoration:none;text-indent: -3000px;background-position: 50% -21px;}

.m28{margin-top:28px;}
.p20{padding-top: 20px;}
ul.norm_list{float:left;width: 300px;margin-top:30px;}
ul.norm_list li{background: url(../images/bullet1.png) no-repeat 0 8px;padding: 5px 0 5px 20px;}

li.test{padding-left: 20px;}
.content{height: auto; min-height: 100%;margin: 0 auto 150px;}

.img_center{
	padding-top:30px;
	margin:auto;
	width: 241px;
	height: 189px;
	display: block;
	text-align: center;
}

.about_image{margin-top:10px;}
.about{padding: 0 0 40px;}
a.img_link{
background:url(../images/logo.jpg) no-repeat 50% 0;
	margin:auto;
	width: 241px;
	height: 189px;
	display: block;
text-decoration:none;
text-indent: -3000px;
}

a.img_link:hover{
text-decoration:none;
text-indent: -3000px;
}

    .clearfooter {
    clear:both;
    height:150px;
    }

    .footer {
    /*width:986px;*/
    position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
    }
