#container {
width:600px;
margin:0 auto;
}

#header {
width:600px;
height:496px;
background-image:url(headerbg.jpg);
background-repeat:no-repeat;
}

#content {
background-image:url(contentbg.jpg);
background-repeat:repeat-y;
height:1050px;
}

#left {
width:263px;
float:left;
}

#topborder {
background-image:url(topborder.jpg);
background-repeat:no-repeat;
width:263px;
height:11px;
margin-left:10px;
margin-top:10px;
}

#bottomborder {
background-image:url(bottomborder.jpg);
background-repeat:no-repeat;
width:263px;
height:11px;
margin-left:10px;
margin-bottom:10px;
clear:both;
}

#text {
background-image:url(textbg.jpg);
background-repeat:repeat-y;
width:228px;
padding-left:20px;
padding-right:25px;
padding-top:5px;
float:left;
margin-left:10px;
font-family:Helvetica;
font-size:13px;
}

#text a {
font-family:Helvetica;
font-size:13px;
color:#000000;
text-decoration:none;
}

#text a:hover {
font-family:Helvetica;
font-size:13px;
color:#BD393A;
text-decoration:none;
}

#right {
width:286px;
height:126px;
float:left;
margin-left:35px;
}

#rightinfo {
font-family:Helvetica;
font-size:18px;
font-weight:bold;
padding-top:10px;
}

#rightinfo a {
font-family:Helvetica;
font-size:18px;
font-weight:bold;
color:#ec2024;
text-decoration:none;
}

#rightinfo a:hover {
font-family:Helvetica;
font-size:18px;
font-weight:bold;
color:#000000;
text-decoration:none;
}

#bottombar {
background-image:url(bottombar.jpg);
background-repeat:no-repeat;
width:600px;
height:3px;
margin:0 auto;
}
