/*
Colors
define all colors here
	lt blue: 			#439acf
	dark blue:			#1277b5
	dark gray:			#282828
	lt tan				#fffdec
	dark ran				#eee9c5
	lt green				#e5f5d7
	lime green			#7ECD34
	

967px wide
fixed width
left aligned

*/
@import url("css/styles.css");

html, body, div, span, p, ul, ol {
   margin:0;
   padding:0;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

#tooltip {
	background:#439ACF;
}

#pagination a {
	display: block;
	text-decoration:none;
	background: #439acf;
	color: #FFFFFF;
	padding: 5px;
	}
	
#pagination a:hover {
	display: block;
	text-decoration: none;
	background: #1277b5;
	color: #FFFFFF;
	padding: 5px;
	}
	
body {
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#fff;
   background-color:#282828;
}


/* DIV LAYOUT */
#wrapper {
}
	#header {
		position:relative;
		height:266px;
	}
	#content {
		position:relative;
		background-image:url(img/bg-content.gif);
		background-repeat:repeat-y;
	}
		#left {
			position:absolute;
			top:0;
			left:0;
			width:289px;
		}
		#center {
			margin: 0 0 30px 267px;
			padding:0 0 30px 0;
			background-color:#fff;
			width:700px;
			color:#000;
			background-image:url(img/bg-center.gif);
			background-repeat:no-repeat;
			background-position:left bottom;
			min-height:600px;
		}
			#center_left {
				float:left;
				width:375px;
				padding: 35px 0 0 44px;
			}
				#post_footer {
					clear:both;
					margin:0 0 30px 0;
					padding-top:20px;
				}
					.buttons {
						float:right;
						text-align:right;
					}
					.nav_move {
						margin:20px 0;
					}
			#center_left_wide {
				float:left;
				width:589px;	
				padding: 35px 0 0 44px;
			}
			#center_right {
				width:241px;
				float:right;
				padding: 13px 0 0 0;
				background-repeat:no-repeat;
			}
