/*  
Theme Name: missionart
Theme URI: 
Description: A theme generated by ThemesPress.com
Author: ThemesPress
Author URI: http://themespress.com/
*/
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 10px;
	padding: 0;
	background: url('images/pagebg.png');
	font-family: Sans-serif;
	color: #333333;
}

h1, h2, h3{
	margin-top: 0;
	padding-top: 0;
	font-family: Sans-serif;
	color: #990000;
}

h4 {
	margin: 0;
	padding: 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

p, ul {
	line-height: 18px;
	font-size: 11px;
}

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

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

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

/* Header */

#header {
	width: 760px;
	height: 122px;
	margin: 0 auto;
	background: url(images/img1.png) no-repeat;
}

#header h3 {
	float: left;
	width: 539px;
	height: 80px;
	margin: 0;
	padding: 20px 0 0 5px;
	}
	

#header h1 {
	float: left;
	width: 539px;
	height: 80px;
	margin: 0;
	padding: 40px 0 0 20px;

}

#header h1 a {
	text-decoration: none;
	color: #73880A;
}

#header h2 {
	float: right;
	width: 195px;
	height: 66px;
	margin: 0;
	padding: 50px 0 0 0;
	background: #3B3B3B url(images/img2.png) repeat-x;
	border: 2px solid #333333;
	text-align: center;
	letter-spacing: normal;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#header h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	padding: 2px;
	background: url(images/img2.png) repeat-x left center;
	border: 1px solid #444444;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	
	padding: 0 10px;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover{
	padding: 0 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	}
	

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF url(images/img4.png);
}

#colOne {
	float: left;
	width: 559px;
}

#colTwo {
	float: right;
	width: 155px;
	padding: 20px;
	background: url(images/img3.png) no-repeat;
	border: 2px solid #cccccc;
}

#colTwo h4 {
	color: #660000;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
}