body {
margin : 0 0 0 0;
padding : 0;
background : #2C2C2C;
background-image : url(images/bg.jpg) ;
background-repeat : repeat-x;
background-position : top center;
font : normal small Arial, Helvetica, sans-serif;
color : #7C7C7C;
}
h1, h2, h3, h4, h5, h6 {
margin : 0;
padding : 0;
text-transform : uppercase;
letter-spacing : 0.2em;
color : #F16C11;
font : normal small Arial, Helvetica, sans-serif;
font-weight : bold;
}
p, ul, ol, blockquote {
margin-top : 0;
line-height : 160%;
}
a {
text-decoration : none;
color : #F16C11;
}
a:hover {
text-decoration : none;
color : #c3c3c3;
}
td, tr, p, div {
color : #7C7C7C;
font-size : 12px;
}
.clr {
	clear: both;
}

#header {
width : 1000px;
height : 163px;
margin : 0 auto;
background-image : url(images/header.jpg) ;
}
#menu {
width : 1000px;
height : 35px;
margin:0 auto;
background-image : url(images/buttons_bg.jpg) ;
}
#menu_inner {
width : 300px;
padding-left:700px;
height : 35px;
margin:0 auto;
}
#menu_inner ul {
margin : 0 auto;
padding : 0px 0 0 10px;
list-style : none;
line-height : normal;
}
#menu_inner li {
display : inline;
}
#menu_inner a {
display : block;
float : left;
height : 35px;
padding:5px 10px 0 10px;
background : none;
text-align : center;
font-weight : bold;
color : #C0CC38;
font-size : 11px;
font : normal small Arial, Helvetica, sans-serif;
}
#menu_inner a:hover {
background-image : none;
color : #F16C11;
text-decoration:underline;
}

#content_top {
width : 1000px;
height : 260px;
margin : 0 auto;
background-image : url(images/content_top.jpg);
}
#content {
width : 1000px;
margin : 0 auto;

}
#content2 {
float:right;
width : 610px;
}
#content3 {
float:left;
width : 370px;
}
#content h2 {
height : 16px;
margin-bottom : 20px;
padding : 19px 0 0 10px;
letter-spacing : normal;
font-size : 14px;
}
#content h3 {
text-transform : uppercase;
letter-spacing : normal;
font-size : x-small;
color : #F16C11;
}
#content ul {
margin-left : 0;
padding-left : 10px;
list-style : square inside;
}
#links {
height : 20px;
width : 1000px;
margin : 0 auto;
text-align : center;
font-size : 10px;
padding-top:40px;
}
#footer {
height : 134px;
width : 100%;
margin : 0 auto;
background : url(images/footer.jpg) repeat-x;
}
#footer * {
color : #C1C1C1;
}
#footer p {
text-align : center;
font-size : 10px;
}
