body {
    background: url("/images/bg.png") repeat fixed 0 0 #DFEEA7;
    color: #191919;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
	margin:0px;
}
a:link, a:visited {
    color: #028CC5;
    text-decoration: none;
}
#header-wrapper {
    background: url("/images/header.png") no-repeat scroll center top transparent;
    height: 290px;
    margin: 0 auto;
    width: 1030px;
}
#menu {
    float: left;
    height: 30px;
    margin-bottom: 30px;
    margin-left: 40px;
    width: 890px;
}
#menu ul {
    list-style-image: none;
    list-style-type: none;
	margin: 0px;
}
#menu li {
    background: url("images/menudivider.png") no-repeat scroll right top transparent;
    float: left;
    padding: 10px 17px 15px 19px;
}
#menu li:hover{
    background: url("images/menudivider.png") no-repeat scroll right top #A2B80A;
	padding: 10px 17px 15px 19px;   
}
#header {
    margin: 0 auto;
}
#header-inner {
    background-position: left center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#header-inner a{
    color: #000;
    font-size: 11px;
	font-weight: bold;
    text-decoration: none;
}
.descriptionwrapper{
margin-left:160px;
}
#menu li a {
    color: #FFFFFF;
    font-size: 11px;
    text-transform: uppercase;
	font-weight: bold;
    text-decoration: none;
}
.titlewrapper{
margin-left:180px;
height: 60px;
}
.topad{
    margin-left: 17px;
    margin-top: 30px;
}
#content-wrapper {
    background-color: #FFFFFF;
    margin: 0 auto;
    width: 1000px;
	overflow:hidden;
}
#main-wrapper {
background-color: #FFFFFF;
    float: left;
    margin: 5px;

    width: 640px;

	margin-right:10px;
}

#main-wrapper h1{
   color: #FFFFFF;
    font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
	 padding: 5px;
	 margin:0px;
text-shadow: 1px 1px 0 #620000;
    text-transform: uppercase;
	border-radius:5px 5px 5px 5px;
	 background: -moz-linear-gradient(top, #9c001f, #fd0033);
    background: -webkit-linear-gradient(top, #9c001f, #fd0033);
    background: -o-linear-gradient(top, #9c001f,#fd0033);
    background: linear-gradient(top, #9c001f, #fd0033);
    /* versions of IE use these */
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#9c001f',EndColorStr='#fd0033');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9c001f, endColorstr=#fd0033)";

}

#sidebar-wrapper {
background-color: #FFFFFF;
    float: right;
	width: 340px;
    margin-top: 5px;
    
  
}
.sidebar {
    font-family: Helvetica;
    /*line-height: 1.5em;*/
}
.sidebar h1{
   color: #FFFFFF;
    font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 600;
	 padding: 5px;
	 margin:0px;
text-shadow: 1px 1px 0 #620000;
    text-transform: uppercase;
	border-radius:5px 5px 5px 5px;
	 background: -moz-linear-gradient(top, #9c001f, #fd0033);
    background: -webkit-linear-gradient(top, #9c001f, #fd0033);
    background: -o-linear-gradient(top, #9c001f,#fd0033);
    background: linear-gradient(top, #9c001f, #fd0033);
    /* versions of IE use these */
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#9c001f',EndColorStr='#fd0033');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9c001f, endColorstr=#fd0033)";

}
#footer-wrapper {
    background: none repeat scroll 0 0 #ADC21F;
margin: 0 auto;
    width: 1000px;
	overflow:hidden;
}


#credit-wrapper {
    background: none repeat scroll 0 0 #7E920F;
    height: 40px;
margin: 0 auto;
    width: 1000px;
	overflow:hidden;
}
.menuelement{
float:left;
width:70px;
padding: 3px 7px;
word-break:break-all;
}
.menuelement a{
color:#191919;
font-size: 8px;
}

.clear{
clear:both;
}
#search{
margin-top:10px;
margin-left:3px;
}

#sbutt{
margin-top:10px;
margin-left:3px;
}
.footerbox {
    float: left;
    margin-right: 28px;
	margin-left:15px;
	   color: #FFFFFF;
    padding: 10px 0;
    width: 270px;
}

.footerbox h2 {
    background: url("/images/star.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
    font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    padding-left: 20px;
    text-shadow: 1px 1px 0 #414A01;
    text-transform: uppercase;
}
.footerbox ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.footerbox li {
    border-bottom: 1px dotted #DAEF4E;
    line-height: 2em;
    margin: 0;
    padding: 0 5px 0.25em;
}
.footerbox a {
    color: #FFFFFF;
}