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

body
{
margin-top:0;
background-image: url(../_images/background.jpg);
background-repeat:repeat-x;
background-color:#b5300d;


}

#wrap
{
position:relative;
width:900px;

height:auto;
margin-left:auto;
margin-right:auto;

border-top:0;


}

#news
{
background-image:url(../_images/homeimage.jpg);
background-repeat:no-repeat;
width:540px;
height:462px;
padding-left:75px;
padding-top:15px;
margin-left:26px;


}

#title
{
height:60px;
width:900px;
background:#ffffff;
margin-bottom:10px;
}

#contentLeft
{
background:#ffffff;
width:178px;
height:600px;
float:left;
padding:10px;
margin-left:10px;
border:4px solid #000000;
margin-top:5px;
}

#contentRight
{
	margin-top:5px;
border:4px solid #000000;
background:#ffffff;
width:620px;
height:auto;
float:right;
padding:10px;
margin-right:6px;
}

#footer
{
margin-top:20px;
position:relative;
width:630px;
background:#ffffff;
height:40px;
float:right;
clear:both;
font-size:10px;
padding-top:10px;
padding-left:10px;
margin-right:7px;
border:4px solid #000000;
}
