/* CSS Document */

body {
text-align:center;
background: url('images/gradient.png');
background-color:#660000;
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

a {
color:#0000FF;
text-decoration:none;
}

h1 {
font-size:36px;
color:#660000;
font-weight:bold;
}

h2 {
font-size:20px;
font-weight:bold;
}

img {border:0;}

#wrapper {
text-align:left;
margin-left:auto;
margin-right:auto;
width:930px;
background:#fff;
border-top:2px solid #ff0000;
border-right:2px solid #990000;
border-bottom:2px solid #990000;
border-left:2px solid #ff0000;
}

#header {
padding:0 0 0 15px;
}

#content {
}

#sidebar {
float:left;
width:170px;
}

#sidebar p {text-align:center;}

#main {
float:right;
width:730px;
padding-right:10px;
}

#main p {text-indent:10px;}

#product {
text-align:center;
text-indent:0px;
}

#footer {
clear:both;
padding:5px;
text-align:center;
}

