body {
color: #000000;
background: url(images/bg.jpg) #f7f7f7;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
margin: 0px auto;
padding: 0px;
}

a {
text-decoration: none;
color: #901414;
}

a:hover {
text-decoration: underline;
}

p {
margin: 0px;
padding: 10px 0px 0px 10px;
}

h1 {
font-size: 15px;
padding: 200px 0px 0px 0px;
margin: 0px;
}

h2 {
font-size: 10px;
font-weight:lighter;
padding: 80px 0px 0px 0px;
margin: 0px;
}

#wrap {
width: 1000px;
margin: 0px auto;
padding: 0px;
}

#header {
height: 100px;
background: url(images/header.jpg);
}

#left {
height: 500px;
width: 100px;
float: left;
background: url(images/left.jpg);
}

#right {
height: 500px;
width: 100px;
float: left;
background: url(images/right.jpg);
}

#center {
height: 500px;
width: 800px;
float: left;
}

#centerin {
height: 500px;
width: 800px;
float: left;
text-align: center;
background: url(images/center.jpg);
}

#clear {
clear: both;
}

#footer {
height: 150px;
width: 1000px;
text-align: center;
background: url(images/footer.jpg);
}

