@charset "utf-8";

html, body {margin:0;padding:0;height:100%;width:100%}
body {background-image:url(../img/paint.jpg);
background-position:left bottom;background-repeat:no-repeat;
font-family: 'Open Sans', sans-serif;}

list {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
}

.middle {
	float:left;
	width: 400px;
	margin-left:0px;
	margin-top:0px;
	}
	
.right {
	float:left;
	clear:both;
	margin-top: 0px;
	margin-left:0px;
	width:270px;
}

.right img {margin-bottom:30px;float:left;}

.footer {visibility:hidden;display:none;}

.footer a{font-family: 'Open Sans', sans-serif;
		color: #333;
	font-size: 12px;
	text-decoration: none;
	
}

.footer a:hover{
	text-decoration: underline;
}


.mainframe {
	height: 768px;
	width: 1280px;
}

h1 {
	color: #c55959;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;

}


h2 {
	color: #c55959;
	font-size: 14px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	margin-bottom:0px;

}

h3 {
	color: #c55959;
	font-size: 13px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	margin-bottom:0px;

}
p {
	color: #000;
	font-size: 13px;
	font-weight: normal;
	margin-top:0px;
}

ul {
	
	list-style-type: none;
	font-weight: bold;
}



.header {
	background-image:url(../img/background_tile.jpg);
	width: 100%;
	height: 120px;
	left: 0px;
	top: 0px;
}

li {
	float: left;
	padding: 0 10px 0 0;
	
}

#logo{
	float:left;
	margin-left:0px;
	margin-top:0px;
	height:90px;width:382px;
	
	}
	
#navigation{
	visibility:hidden;display:none;
	
}



img {border:none;}

#print {margin-right:5px;}