@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;
background-attachment:fixed;
font-family: 'Open Sans', sans-serif;}

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

.middle {
	float:left;
	width: 400px;
	margin-left:280px;
	margin-top:40px;
	}
	
.right {
	float:left;
	margin-top: 60px;
	margin-left:70px;
	width:270px;
	text-align:right;
}

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

.footer {float:left;margin-left:280px;clear:both;
width:740px;height:30px;
border-top:#9FF094 2px solid;padding-top:5px;text-align:right;
font-size:12px;}

.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-weight:800;
	margin-bottom:0px;

}


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

.middle a {font-family: 'Open Sans', sans-serif;
	color: #c55959;
	font-size: 13px;
	font-weight: normal;
	margin-top:0px;text-decoration:none;
}

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

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



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

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

#logo{
	float:left;
	margin-left:260px;
	margin-top:30px;
	height:90px;width:382px;
	
	}
	
#navigation{
	float:left;margin-left:70px;
	margin-top:60px;
	font-size:16px;
	color:#FFF;
	
}

#navigation  a{
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	color: #FFF;
	
}

#navigation  a:hover {
	color: #c55959;
	}

img {border:none;}
img#logo45grad {
	margin: 4px 0 4px;
	}

#print {margin-right:3px;}