/* Body */
body {
	font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #FFF;
	background: #000;
	margin: 15px;
}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; /*color: #414d4c;*/ }
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 { font-size: 20px; line-height: 24px; margin-bottom: 7px; }
h3 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
h4 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
h6 { font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #1F6DD0; }
a:hover { color: #1F6DD0; }
a:visited { color: #1F6DD0; }

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2; 
}

/* Container */
#wrapper { 
	width: 980px;
	min-height: 780px;
	margin: 0 auto;
	background: url(images/bg.png) no-repeat;
}

/* Header */
#header { 
}
#header h1 { 
	width: 250px;	
	height: 80px; 
	float: left; 
	padding: 0;
	margin: 10px 0 0 30px; 
}
#header h1 a { 
	color: #FFF; 
	text-shadow: 1px 1px 1px #333; 
	text-decoration: none; 
}


/* Navigation */
#nav { 
	width: 600px; 
	float: right;
	background: url(images/nav-bg.png) no-repeat;
	color: #F00;
	font-weight: bold; 
	margin: 30px 10px 0 0; 
}
#nav ul { 
}
#nav ul li {
	display: inline;
	padding: 0 10px 0 5px; 
}
#nav ul li a { 
	text-decoration: none; 
	color: #FFF; 
}
#nav ul li a:hover {
	color: #999;
}
#nav ul li.current_page_item {
	color: #FFF200;
}



/* Content */
#content {
	width: 800px;
	height: 600px;
	margin: 0 auto; 
	background: url(images/main.png) no-repeat;
}
#content .text {
	padding: 25px 45px; 
}
#content .text h1 {
	font-size: 28px; 
}
#content .text h2 {
	font-size: 24px; 
	margin-left: 5px;
}
#content .text p {
	font-size: 22px;
	margin-left: 10px;
}


/* Footer */
#footer {
	color: #E7E7E7; 
	padding: 30px 30px 0 30px;
	text-align: right;
}
#footer-content {
	width: 980px; 
	background: #6D707F; 
}
#footer p {
	font-size: 11px; 
	margin: 0; 
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
	text-decoration: none;
}