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

body{
	background:url(../images/bg-tile.jpg) 0 0 repeat;
	font-family: arial, "lucida console", sans-serif;
}

.wrapper{
width:800px;
background-color:#FFFFFF;
margin-left: auto;
margin-right: auto;
clear:both;
border-left-color:#990000;
border-left-style:solid;
border-width:2px;
}


.header{
width:800px;
clear:both;

}

.content{
background-color:#FFFFFF;
width:800px;
clear:both;

}

.footer{
width:800px;
background-color:#FFFFFF;
clear:both;
text-align:center;
border-top-color:#990000;
border-top-style:solid;
border-bottom-color:#990000;
border-bottom-style:solid;
border-width:2px;
}

hr{
width:100%;
color:#990000;
}

#menu{
background:url(../images/menu.jpg) 0 0 no-repeat;
background-color:fff;
width:800px;
padding:10px 10px 10px 10px;
text-decoration:none;
text-align:center;
clear:both;
}

#menu a{
color:#FFFFFF;
font-family: arial, "lucida console", sans-serif;
padding:10px 10px 10px 10px;
text-decoration:none;
}

#menu a:hover{
background:url(../images/a-hover.jpg) 0 0 repeat-x;
color:#FFFFFF;
font-family: arial, "lucida console", sans-serif;
text-decoration:none;
}

#leftcol
{
width:200px;
float:left;
background-color:#FFFFFF;
clear:both;
padding:5px 5px 5px 5px;
border-right-color:#990000;
border-right-style:solid;
border-width:2px;

}
#main{
width:586px;
float:right;
background-color:#FFFFFF;
vertical-align:top;
border-left-style:solid;
border-color:#990000;
border-width:2px;
}

#quote{
font-size:85%;
font-style:italic;
}

a{
color:#990000;
text-decoration:none;
}

a:hover{
color:#FF0000;
text-decoration:none;
}

#leftcol-p{
margin-left:5px;
margin-right:5px;
font-size:90%;
}

h3, h2, h4, h5{
color:#990000;
text-align:center;
}

p{
margin:5px;
}