a{
color: #4c1e1e;
font-weight: bold;
text-decoration: none;
}

a:hover{
color: #4c0e1e;
text-decoration: underline;
}

a:visited{
color: #000;
}

.subheading{
font-weight:bold;
color: #4c1e1e;
}

#oyster{
margin: 20px 15px;
}

.heading{
margin-top: 20px;
}

p{
margin: 15px 15px;
}

body{
margin: 0px;
background-color: #dddddd;
}

#wrapper{
width: 960px;
margin: auto;
font-family: arial, sans-serif;
background-image:url(../images/bg1.jpg);
}

#header{
float: left;
background-image: url("../images/header_bg.jpg");
background-repeat: no-repeat;
height: 100px;
width: 960px;
display: inline;
}


#top_menu{
float: right;
margin-top: 80px;
width: 150px;
}

#left{
width: 470px;
float: left;
display: inline;
}

#contact{
float: left;
}

#content{
width: 420px;
float: left;
display: inline;
}

#footer{
clear: both;
background-image: url("../images/footer_bg.jpg");
background-repeat: repeat-x;
width: 960px;
height: 50px;
}

#ignite{
color: white;
font-size: 12px;
width: 200px;
float: right;
}

.form_error{
color: red;
}