ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body {
    background-color: #463c33;
    background-image: url(images/slugmanB.gif);
    background-repeat: repeat;
    font-family:Verdana;
    font-size:11px;
    font-weight:normal;
    margin:0px auto;
}

#mainContainer {
	width:970px;
	overflow-x:hidden;
	text-align:center;
	margin-left: auto; margin-right: auto; text-align: center; 
	}
	
#leftSide {
	color: #fff;
	float: left;
	width:630px;
}

#leftSide h1 { padding-top: 40px;}
#leftSide p {margin-left: 120px; padding: 10px; font-weight: bold;}
#leftSide  a { color: #e5dfdb;}

#rightSide {
	color: #fff;
	float: right;
	width: 330px;
}

#rightSide  h3{ padding-top: 40px;}
#rightSide  a { color: #e5dfdb;}

#footer {
    background-color: #271f1d;
    text-transform:  uppercase;
    font-size: 9px;
    font-family:  verdana;
    width: 100%;
    font-weight:bold;
	padding: 10px;
	text-align: center;
	width:100%;
	color: #e5dfdb;
}

#footer a {
    color: #e5dfdb;
    padding-right: 3px;
}

#footer2{
	background-color: #ded5ce;
	color: #5e4f48;
	text-align: center;
	padding: 5px;
	}

#footer2 a {
    font-weight: bold;
	color: #010101;
	text-decoration: underline;
}
#header {
    width: 970px;
}

#header .top,
#header .top a{
    background-color: #ded5ce;
    color: rgb(85,61,57);
    text-transform: uppercase;
    text-align:left;
}

#header .top img {
    padding-right: 4px;
}

#header .top {
    padding-left: 35px;
    padding-top: 2px;
    padding-bottom: 2px;
}


#header .top .right
{
    text-align:right;
    vertical-align:middle;
    padding-left: 0px;
    padding-right: 50px;
    color:#A99E98;
}

#header .logo {
    clear: both;
    background: url(images/header_b.jpg);
    padding-left: 30px;
    height: 93px;
}

#header .logo .promo {
    text-align: left;
    border-left: 1px dotted #ded5ce;
    font-family: verdana;
    font-size: 11px;
    /*margin: 5px 0px;*/
    /*padding-left: 5em;*/
    color: white;
    border:#FF0000 0px solid;
}

#header .categories {
    text-align: left;
    font-size: 8pt;
}

#header .categories a{
    color: #ded5ce;
	
}

#content {
    background: #010101;
	width: 970px ;
	min-height: 701px;
    background-repeat:no-repeat;
	background-image: url(images/slugman_bg.jpg);
    background-repeat: none;
}


#search_panel{
    color : white;
    background-color: #DED5CE;
    font-weight: bold;
    padding: 2px 15px 5px 15px;
    float: right;
    z-index: 2000;
}

.clear {
    clear: both;
}

