
body {
  background-color:#ffffff;
  color:white;
  margin-left:auto;
  margin-right:auto;
  background: #fff url('images/background.jpg') repeat-x;
}


table {
  padding=0;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  }

img{
  border:none;
  display:inline;
}

#page {
  background-color:#ffffff;
  color:#595959;
  border:solid #595959 1px;
}

#header{
  display: block;
  width: 700px;
  height: 200px;
  text-align:center;
}

#footer {
  font-size:x-small;
  color:#fefefe ;
  background-color:#595959 ;
  width:700px;
}

#footer a, #footer a:visited {
  color: #fefefe ;
  border-bottom: solid #5c5c5c 1px;
  margin-bottom: 1px;
}

#footer a:hover{
  color:red;
}

#main {
  background-color:transparent;
  display: block;
  width: 700px;
  }

#content {
    background-color:#FFFFFF;
    color:#3E3E3E;
    width: 700px;
  }

.content_par {
padding:10px 35px 5px 35px;
}

.promo-left {
    display: block;
    float:left;
    background-image : url('images/promo_background.jpg');
    width:300px ;
    height: 180px;
    border-right:solid grey 1px;
    border-bottom:solid grey 1px;
    padding:5px;
    margin-left:30px;
    margin-bottom:15px;
}
.promo-right {
    display: block;
    float:right;
    background-image : url('images/promo_background.jpg');
    width:300px ;
    height: 180px;
    border-right:solid grey 1px;
    border-bottom:solid grey 1px;
    padding:5px;
    margin-right:30px;
    margin-bottom:15px;
}
.promo-wide {
    display: block;
    background-image : url('images/promo_wide_background.jpg');
    width:650px ;
    margin-left:25px ;
    border-right:solid grey 1px;
    border-bottom:solid grey 1px;
}

.promo-price{
  font-size: x-large;
  color: red;
  font-weight:bold;
}

.price{
  font-size: large;
  font-weight:bold;
}

.sample-left {
    clear:both;
    display: block;
    float:left;
    background-image : url('images/promo_background.jpg');
    width:300px ;
    border-right:solid grey 1px;
    border-bottom:solid grey 1px;
    padding:5px;
    margin-left:30px;
    margin-bottom:15px;
}
.sample-right {
    display: block;
    float:right;
    background-image : url('images/promo_background.jpg');
    width:300px ;
    border-right:solid grey 1px;
    border-bottom:solid grey 1px;
    padding:5px;
    margin-right:30px;
    margin-bottom:15px;
}

h1 {
  margin-top:1.5em;
  font-size: 20px;
  font-weight:bold;
}


h2 {
  font-size: 18px;
  font-weight:bold;
}


h3 {
  margin-top: .3em;
  text-align: left
  font-size: 18px;
  font-weight:bold;
}

h4 {
  font-size: 14px;
  font-weight:bold;
}

ul{

}

li {
  text-align:left;
}

a, a:visited{
  text-decoration: none;
  color: red;
  }

a:hover{
  color:black;
}

/* css menu */
.top_nav{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #ff0000;
border-width: 1px 0;
background: #afafaf url(images/menu_default.png) center center repeat-x;
}

.top_nav li{
display: inline;
}

.top_nav li a{
float: left;
color: #595959;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid red;
}

.top_nav li a:visited{
color: #595959;
}

.top_nav li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/menu_active.png) center center repeat-x;
}


<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->


.main_menu {
        
    background-image : url('images/menubar_background.jpg');
    background-repeat:repeat-x;
  }