body {
	margin: 0;
	background: #000000;
}

h1 {
	margin: 0;
	color: #fff45a;
	font: normal 22px Verdana;
	padding-top: 15px;
}

img {
	 border: #d48631 2px solid;

}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
	background: url("../images/page.gif") repeat-y;
}

#page-top {
	width: 1004px;
	background: url("../images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 1004px;
	background: url("../images/page_bottom.gif") no-repeat left bottom;
	padding-bottom: 34px;
}


/* Header */

#header {
	width: 1004px;
	height: 275px;
	position: relative;
}
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 233px;
		left: 0;
		height: 27px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 27px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 27px;
		font: bold 15px/27px Verdana;
		color: #000000;
		background: url("../images/header_menu_left.gif") no-repeat;
	}
	
	#header #header-menu ul li a {
		color: #000000;
		text-decoration: none;
		background: url("../images/header_menu_right.gif") no-repeat right top;
		padding: 0 20px;
		display: block;
	}
	
	#header #header-menu ul li a:hover {
		color: #ffffff;
		background: url("../images/header_menu_hover_right.gif") no-repeat right top;
	}
	
		#header #header-menu ul li:hover {
			background: url("../images/header_menu_hover_left.gif") no-repeat;
		}
		
		/* Header - Menu - Active */
		
		#header #header-menu ul li.current_page_item {
			background: url("../images/header_menu_hover_left.gif") no-repeat;
		}
		
		#header #header-menu ul li.current_page_item a {
			color: #ffffff;
			background: url("../images/header_menu_hover_right.gif") no-repeat right top;
		}
		
		/* Header - Menu - Submenu */
		
		#header #header-menu ul li ul {
			display: none;
		}



	/* Content */
	
	#main {
		width: 980px;
		padding: 0 33px 0 15px;
	}
	
	/* Main - Content - Post */
	
	#main .content_box {
		margin-bottom: 15px;
		width: 980px;
		background: url("../images/content_box.gif") repeat-y;
	}
	
		/* Post - Title */
		
		#main .content_box .content_header {
			width: 980px;
			height: 61px;
			background: url("../images/content_header.gif") no-repeat;
			color: #fff45a;
			font: normal 11px Verdana;
		}
		
		#main .content_box .content_header a {
			color: #fff45a;
			text-decoration: none;
		}
		
		#main .content_box .content_header a:hover {
			text-decoration: underline;
		}
		
		#main .content_box .content_header .current_date {
			float: left;
			text-align: center;
			text-transform: lowercase;
			color: #ffffff;
			width: 52px;
			height: 52px;
			margin-right: 23px;
			font: normal 18px Verdana;
		}
		
		#main .content_box .content_header .current_date span {
			padding-top: 3px;
			display: block;
		}
		
		/* Post - Entry */
		
		#main .content_box .content {
			font: normal 15px/18px Verdana;
			color: #ffffff;
			padding: 10px;
			width: 950px;
			text-align: justify;
		}
		
		#main .content_box .content a {
			color: #faaa39;
			text-decoration: none;
		}
		
		#main .content_box .content a:hover {
			text-decoration: underline;
		}
		
		#main .content_box .content_bottom {
			clear: both;
			width: 974px;
			height: 5px;
			background: url("../images/content_bottom.gif") no-repeat left bottom;
		}

/* Footer */

#footer {
	margin: 0 auto;
	width: 974px;
	height: 37px;
	background: #2d2b2a;
	color: #ffffff;
	font: normal 11px/28px Verdana;
	text-align: center;
	border: 1px solid #d48631;
}

#innovative {
	margin: 0 auto;
	width: 150px;
	height: 37px;
	border: 0px solid;
	background: url("../images/innovative_solutions.jpg") no-repeat ;
}

#footer a {
	color: #faaa39;
	text-decoration: none;
}

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

.rotate_box {
	float: right; margin: -50px 0px 0px 15px; height: 174px; width: 220px; text-align: center; overflow: hidden; 
}

.smallText {
	color: #FFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.smallText a { color: #FFF; }
