html *{
outline: none;
}
body {
margin: 0;
padding: 0;
background-color: #9bce03;
color: #613A19;
font-family: sans-serif;
}
a{
color:#387021;
}
a:hover{
color: #e46307;
}
#topblock_wrapper{
background-color: #387021;
}
#topblock_inner{
}
#logo{
min-height: 64px;
text-align: center;
}
#logo img{
margin: 0 auto;
}
#header_image{
min-height: 99px;
background-image: url('/images/header_image.jpg');
}
#slogan{
float: left;
padding-left:200px;
color:#bde1ef;
}
#searchform{
width: 750;
margin: 0 auto;
text-align: right;
padding-top: 30px;
}
#topblock_lower{
min-height: 30px;
}
#menu{
width: 830px;
margin: 0 auto;
text-align: center;
}
a.menulink{
color: white;
font-family: sans-serif;
text-decoration:none;
padding: 15px;
line-height: 2;
}
a.menulink:hover{
color: #e46307;
}
#main_wrapper{
text-align: center;
}
#bottomshadow{
background-image: url('/images/ds-x.png');
background-repeat: repeat-x;
min-height: 30px;
}
#main_inner{
background-image: url('/images/ds-x.png');
background-repeat: repeat-x;
min-height: 30px;
}
#main{
width: 830px;
margin: 0 auto;
min-height: 800px;
background-image: url('/images/main_bg.jpg');
background-position: center;
background-repeat: repeat-y;
text-align: left;
}
#main_wide{
width: 1100px;
margin: 0 auto;
min-height: 800px;
background-color: #e6f5b8;
text-align: left;
}
#mainbody{
width: 760px;
margin: 0 auto;
color: #613a19;
}
#mainbody_wide{
width: 1100px;
margin: 0 auto;
color: #613a19;
}
#content{
min-height: 350px;
}
#footer{
text-align: center;
float: none;
}
#image_container{
padding: 30px;
}
.left{
float: left;
}
.right{
float:right;
}
.half{
width: 50%;
}
.righttext{
text-align: right;
}