﻿* {
    padding: 0;
    margin: 0;
} 

body {
	background: #eee;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, sans-serif;
    font-size: .74em;
}

a {
	color: #820101;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header 
{
    margin: 0 auto;
    width: 800px;
	height: 120px;
	background: #B22037 url('header.jpg');
	background-repeat: no-repeat;
   
}

#headersmall 
{
    margin: 0 auto;
    width: auto;
	background: #040133;
	font-size:medium;
	color: #fff;
	height:30px;
	text-align:center;
	background-repeat: no-repeat;
   
}

#headermedium 
{
    margin: 0 auto;
    width: auto;
	background: #040133;
	font-size:medium;
	color: #fff;
	height:30px;
	text-align:center;
	background-repeat: no-repeat;
   
}


h1.groovedouble {border-style: groove double; font-size:medium;}

#wrap {

    width: auto;
    height: 25px;
	background: #eee url('menu/blank.gif');
    background-repeat: repeat-x;
}    
    #headerbox {
    margin: 0 auto;
    width: 100%;
    height:25px;
    text-align:center;
    float: right;
    font-size:medium;
	color: #ccc;
	background: #820101;
    background-repeat: repeat-x;
    vertical-align:middle;

}

}    
    #headerboxsmall {
    margin: 0 auto;
    text-align:center;
    font-size:large;
	color: #ccc;
	background: #820101;
    background-repeat: repeat-x;
    vertical-align:middle;

}

h1 {
	text-align:center;
	font-size:medium;
	font-family:arial;
	width:100%;
    vertical-align:middle;
    height:25px;
}

p {
	text-align:justify;
	word-spacing: 2px;
	letter-spacing: 2px;
	line-height: 200%;
	font-family:arial;
	padding-right:15px;
	padding-left: 15px


}


}    
    #tickbox {
    margin: 0 auto;
    width: 445px;
    height: 200px;
    float: right;
	background: #fff;
    background-repeat: repeat-x;

}


#topwrap {
background: #eee url('topwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#botwrap {
background: #eee url('botwrap.jpg');
background-repeat: no-repeat;
width: 800px;
height: 40px;
margin: 0 auto;
}

#content {
padding: 0 30px 0 30px;
}

.right {
	float: left;
	width: 520px;
	margin: 0 10px;
	font-size: 1em;
	color: #222;
	
}

.left {
	float: left;
	width: 160px;
	margin: 0 10px 0 10px;
}

.left ul {
	padding: 0px 0px 15px 0px;
	margin:0;
}

.left li {
	margin-bottom:5px;
	list-style-type: none;
	color: #B22037;
	background: #AE1C33;
	padding: 5px;
	font-size: .9em;
}

.left li a{ color: #fff; }
.right h2 { color: #B22037; font-size: 14px; margin-bottom: 10px;}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer {
    margin: 0px auto 0 auto;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #666;
	background: #eee;
}

img { border: none;}