* {
    padding:0;
    margin:0;
}

body { 
font-family: Arial, Verdana, sans-serif; 
line-height: 1.4;
font-size: 13px;
background: #343434;
margin: 0;
padding: 0;
}

a { color: #2068AF; text-decoration: none;}
a:hover { text-decoration: underline; }
h1, h2, h3, h4, h5 { font-family: Arial, Verdana, sans-serif; margin: 0 0 15px 0; font-weight: normal; padding: 2px 0 4px 5px; }
h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
ul { margin: 0 0 20px 30px; list-style-type: square; }
ol { margin: 0 0 20px 30px; list-style-type: decimal; }
blockquote { background: #eee; border-left: 5px solid #bcbcbc; padding: 10px; margin: 0 10px 20px 10px; }
blockquote p { margin: 0; padding: 0; }
p { padding: 0 10px 20px 10px; }
table { margin: 0 0 20px 0; text-align: left; width: 100%; }
td, th { padding: 5px; border: 1px solid #e7e7e7; }
th { color: #323232; }

#wrap { 
background: url(images/headerandmenu.png) no-repeat top;
width: 800px;
margin: 0 auto;
}

#header {
height: 110px;
text-align: right;
font-family: 'Special Elite', arial, serif;
}
#header h1 {
margin: 0;
padding: 0px 20px 0 0;
font-weight: bold;
font-size: 41px;
border: none;
line-height: 1;
background: none;
}
#header h1 a { text-decoration: none; color: #178511; }
#header h1 a:hover { text-decoration: none; color: #111; }
#header h2 { background: none; border: none; margin: 0; padding: 0 20px 0 0; color: #000; font-weight: bold; font-size: 21px; }

#headerbottom { padding: 25px 0; }

#menu {
height: 40px;
line-height: 40px;
}
#menu ul {
list-style-type: none;
margin: 0;
padding-left: 10px;
}
#menu ul li {
display: block;
float: left;
text-transform:uppercase;
font-weight:bold;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #fff;
}
#menu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

#content {
background: #fff;
padding: 0; 
margin:0;
}
#main-cont{
padding:20px;
margin:0;
}
#main-cont p{
padding:0;
margin:0;
}
.left {
float: left;
width: 470px;
}

.right { 
float: right;
width: 300px;
color: #717171;
}
.right h3 { background: url(images/sidebar.png) repeat-x; height: 50px; line-height: 38px; margin: 0; padding: 0 0 0 10px; color: #fff; font-size: 18px; border: none; }
.right ul { margin: 0; padding: 5px 10px 20px 10px; list-style-type: none; }
.right ul li { background: url(images/list.png) no-repeat left top; padding: 0 0 3px 20px; margin: 0; font-size: 13px;}
.right ul li a {  }

#footer { 
background: url(images/footer.png) no-repeat;
padding: 0 10px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #fff; }
#footer a:hover { border-bottom: 1px dotted #fff; text-decoration: none; }

.footerleft { float: left; }
.footerright { float: right; }

