@charset "utf-8";
/* CSS Document */
body
{
	padding: 0px 0 0;
	background:#741c1c url("images/bg.png") repeat;
    font: 100.01%/1.3 Verdana,Arial,sans-serif;
	
	
	height:100%;
	}
#box
{
	
	padding: 30px;
	margin:0 auto;
    background:#ffffff;
	color:#ffffff;
	width:800px;
	
	}
	
	

.container
 {
    position: relative;
	padding-bottom:30px;
	min-height:100%;
	
	}



#logo
{
	background: #ffffff url("images/boxed.gif") no-repeat; 
    width: 100%;  
    text-align: center;
	height: 125px;
	padding-bottom:0px;
}
#logo2
{
	background: #ffffff url("images/boxed2.gif") no-repeat; 
    width: 100%;  
    text-align: center;
	height: 216px;
	padding-top:15px;
	padding-bottom:5px;
}


#col
{
    background-color:#ffffff;
	
	float: left;
	width: 550px;
	padding-bottom:50px;
	margin:5px;
	
}
#col4
{
    background-color:#ffffff;
	
	float: left;
	width: 800px;
	padding-bottom:50px;
	margin:5px;
	
}
#col2
{
    background-color:#ffffff;
	
	
	float: right;
	width: 180px;	
	margin:5px;
}


a
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #741c1c;
	
}
a:link 
{
	color: #000000;
	 }





h1
{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
	font-size: 28px;
}
h2
{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
	font-size: 24px;
}
h3
{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 10px 10px 10px 10px; 
	font-size: 20px;
	
	
}
h4
{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin: 0.2em 0;
	font-size: 16px;
	
}
h5
{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
	font-size: 12px;
}
h6
{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
	font-size: 20px;
	
}
p
{
	color:#000000;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-size:12px;
}



#footer {  
	
	height:30px;
    width: 100%; 
    text-align: center;
	background:#ffffff;
	margin: 10px 0;
	clear:both;
	
	}
#footer p 
{
	color:#000000;
}
	
	

#menu
{
	margin: 0px 0;
	background: url("images/mbg.gif");
	height: 30px;
	line-height: 30px;
	width:800px;
	
}

#items
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	color: #000;
	
}
#menu a
{
	color:#ffffff;
	font-weight: bold;
	font-size:12px;
	border-left: 1px solid #ffffff;
	display: block;
	float: left;
	padding: 0 12px;
	text-align: center;

}

#menu a:hover
{
	background: #111111 url("img/mbg.gif");
}

#selected
{
background: #ffffff url("img/mbg.gif");
}
.center
{
text-align: center;
}

ul
{
color:#000000;
font-size:14px;
}
li
{
color:#000000;
list-style-image:none;
}
img
{
	border:0;
	}


