/* CSS Document */

body{
padding:0px;
margin:0px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
#main{
width:100%;
background-image:url(images/back.jpg);
background-repeat:repeat-x;
}
#header1{
color:#000;
padding-top:20px;
text-indent:150px;
}
p{
padding:0px;
margin:0px;
margin-bottom:10px;
}
h1{
font-size:30px;
padding:0px;
margin:0px;
}
a:link,a:visited{
color:#D01F0D;
text-decoration:none;
}
a:hover{
color:#FF0000;
}
#container{
width:940px;
margin:auto;
}
#top{
width:760px;
height:50px;
background-image:url(images/top.jpg);
background-repeat:repeat-x;
}
.stick2{
vertical-align:top;
padding:0px;
margin:0px;
background-image:url(images/container_back.jpg);
background-repeat:repeat-y;
background-position:0px 0px;
}
.stick{
vertical-align:top;
padding:0px;
margin:0px;
}
#left{
width:90px;
height:270px;
background-image:url(images/left.jpg);
background-repeat:repeat;
}
#right{
width:90px;
height:270px;
background-image:url(images/right.jpg);
background-repeat:repeat;
}
#banner{
width:760px;
height:245px;
}
#banner_left{
background-image:url(images/banner_left.jpg);
background-repeat:no-repeat;
float:left;
width:253px;
height:245px;
}
#banner_right{
background-image:url(images/banner_right_bottom.jpg);
background-position:bottom;
background-repeat:repeat-x;
float:right;
width:507px;
height:245px;
}
#images{
width:100%;
height:157px;
}
#message{
text-indent:20px;
width:100%;
height:83px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#F24215;
color:#fff;
font-style:italic;
padding-top:5px;
}
#content{
width:760px;
background-repeat:repeat-y;
background-image:url(images/container_back.jpg);
/*no height as it needs to extend depending on text lenght*/
}
#text{
width:525px;
float:right;
padding:15px;
letter-spacing:1px;
}
#menu{
float:left;
width:195px;
}
#footer{
margin-bottom:15px;
height:25px;
width:760px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
}
#footer_inner{
width:500px;
height:25px;
margin:auto;
text-align:center;
font-size:12px;
padding-top:5px;
letter-spacing:1px;
}
a.menu_item:link,a.menu_item:visited,menu_item{
display:block;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:20px;
height:25px;
width:190px;
margin:auto;
color:#000;
background-image:url(images/link.gif);
background-repeat:no-repeat;
background-position:160px 10px;
text-align:center;
text-decoration:none;
margin-top:10px;
}
a.menu_item:hover{
color:#D01F0D;
background-image:url(images/alink.gif);
background-position:-20px 10px;
}