/* SITE DESIGN BY MICHAEL ZAVALA (WWW.MICHAELZAVALA.COM) */
/* CREATED DATE: OCTOBER 2009 */

body {
	font-family: Arial, helvetica, sans-serif;
	background-color: #000000;
	background-image:url(../images/bg_image.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

p {
	margin: 0px 0px 0px 0px;
}

h1 {
	margin-bottom: 0px;
}

hr {
	width: 100%;
	border: #333333 solid 1px;
}

a:visited {
	color: #0000FF;
}

#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	margin: 10px auto;
}

/* HEADER / NAV LINK STYLE */
#header {
	background-color: #000000;
	width: 800px;
	height: 125px;
	position: relative;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#nav_bar {
	width: 800px;
	height: 25px;
	display: block;
	position: relative;
	line-height: 25px;
	background-color: #595556;
	text-align: center;
}

#nav_bar img {
	border:none;
}

/* CONTENT */
#content {
	margin: 10px auto;  
	width: 780px;
	color: #000000;
	font-size: 11px;
	text-align: left;
	display:block;
}
	#left_content {
		width: 400px;
		float: left;
		margin-right: 10px;
	}
	#right_content {
		width: 336px;
		float: left;
		margin-left: 10px;
	}

/* BOTTOM NAV BUTTONS / FOOTER */
#bottom {
	clear: left;
	padding-top:10px;
	margin-top: 10px;
	width: 800px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}
	#bottom img {
		border: none;
	}
	.bottom_button {
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

#footer {
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	margin-top: 2px;
}