
body{
margin:0;
padding:0;
font-family: Georgia;
line-height: 1.2em;
}

#main{
width: 750px;
margin: 0 auto;
}

#header{
background: url('img/header.jpg') no-repeat;
height: 225px;
}


#content{
padding: 10px;
clear: both;
width: 750px;
height: auto;
}


#footer{
float: right;
color: #909090;
padding: 10px 0;
font-size: 10px;
}

#footer a{
color: #505050;
text-decoration: none;
}


#footer a:hover{
color: #8FCD06;
text-decoration: none;
}


.contentText{
margin: 10px;
margin-top: 0;
font-size: 12px;
line-height: 1.5em;
}


.contentText a{
color: #912824;
text-decoration: none;
}

.contentText a:hover{
color: #363636;
text-decoration: none;
}


#left{
float: left;
width: 240px;
padding: 5px;
font-size: 12px;
color: #912824;
}


#middle{
float: left;
width: 240px;
padding: 5px;
font-size: 12px;
color: #912824;
}


#right{
float: left;
width: 240px;
padding: 5px;
font-size: 12px;
color: #912824;
}

.boxTop{
background: url('img/box_top.jpg') no-repeat;
height: 13px;
width: 221px;
}


.boxMiddle{
background: #C1C1C1;
height: 200px;
width: 221px;
}

.boxText{
padding: 10px;
font-size: 12px;
height: auto;
}

.boxText a{
color: #912824;
text-decoration: none;
}

.boxText a:hover{
color: #363636;
text-decoration: none;
}

.boxFooter{
clear: both;
background: url('img/box_footer.jpg') no-repeat;
height: 13px;
width: 221px;
}

#menu{
float: right;
margin-right: 10px;
background: url('img/menu.jpg') no-repeat;
height: 32px;
width: 431px;
}

.menuText{
text-align: center;
font-size: 17px;
color: #eeeeee;
}

.menuText a{
color: #eeeeee;
text-decoration: none;
}

.menuText a:hover{
color: #565656;
text-decoration: none;
}



.boxHeadline{
padding-left: 5px;
font-size: 15px;
background: url('img/text_underline.jpg')repeat-x bottom;
}


