@charset "utf-8";
/* CSS Document */

#page {
position: relative;
top: 0px;
left: 0px;
width: 900px;
left: 50%;
margin-left: -450px;
}
#topbar {
background: #000000;
border-bottom: solid 1px #990000;
}
#header {
position: relative;
top: 0px;
left: 0px;
width: 900px;
left: 50%;
margin-left: -450px;
}
#topnav {
clear:both;
}
#homecontent {
position: relative;
text-align: left;
}
#content {
position: relative;
width: 600px;
min-height: 400px;
background: url(images/contentbg.png) repeat-y;
text-align: left;
}
#contentcap {
position: relative;
width: 700px;
height: 15px;
background: url(images/contentcap.png) no-repeat;
}
#footer {
background: #3a3a3c;
font-size: 10px;
border-top: solid 1px #990000;
}
#footercap {
position: relative;
width: 900px;
height: 15px;
background: url(images/footercap.png) no-repeat;
}