body {
	margin: 0px;
	padding: 0px;
	min-width: 1000px;
	background-image: url('../images/bg.gif');
	background-position: top;
	background-color: #000000;
}

#main_container {
	margin-top: 66px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 36px;
	padding-left: 28px;
	padding-right: 28px;
	padding-bottom: 30px;
	width: 944px;
	background-image: url('../images/content_bg.gif');
	background-position: top center;
}

#black_container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding: 0px;
	width: 945px;
	background-color: #000000;
}

#header {
	background-image: url('../images/grafiti.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 945px;
	height: 200px;
}

#header #logo {
	position: relative;
	top: -70px;
	left: -12px;
	text-indent: -9999px;
	width: 389px;
	height: 97px;
	background-image: url('../images/logo_main.png');
}

#header #top_menu {
	position: relative;
	top: -120px;
	left: 450px;
	width: 450px;
	overflow: hidden;
	list-style: none;
	padding: 0px;
}

#header #top_menu li {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

#header #key_points {
	list-style: none;
	overflow: hidden;
	position: relative;
	top: 65px;
	text-align: center;
}

#header #key_points li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#header ul, #header h1 {
	margin: 0px;
	padding: 0px;
}

#body {
	background-image: url('../images/body_bg.png');
	width: 879px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#body.no_sidebar {
	background-image: none;
	background-color: #0E0E0E;
}

#content {
	float: left;
	width: 550px;
	margin-left: 20px;
	min-height: 100px;
}

#body.no_sidebar #content {
	width: 840px;
}

#sidebar {
	float: right;
	width: 240px;
	margin-right: 20px;
	list-style: none;
}

#sidebar li {
	padding: 0px;
}

#boxes {
	width: 899px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #0E0E0E;
}

.box {
	width: 273px;
	float: left;
	background-color: #0E0E0E;
	padding: 10px;
	height: 225px;
}

.middle_box {
	margin-left: 10px;
	margin-right: 10px;
}

#footer {
	width: 862px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 0.9em;
}

#footer p {
	margin: 0px;
}

#footer_logo {
	background-image: url('../images/logo_small.png');
	width: 155px;
	height: 57px;
	float: right;
	text-indent: -9999px;
}
#footer_contact {
	margin-left: 40px;
}

#footer_menu {
	overflow: hidden;
	list-style: none;
	clear: both;
	padding: 0px;
	text-align: center;
}

#footer_menu li {
	display: inline;
}

#footer_menu li:before {
	margin-left: 10px;
	margin-right: 10px;
	content:'|';
}

#footer_menu:after {
	margin-left: 10px;
	content:'|';
}

#copyright {
	width: 100%;
	text-align: center;
}

.hidden_clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hidden {
	background: none;
	border: 0;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/************************************** Text Styles *************************/
body {
	color: #E7E7E7;
	font-family: "Tahoma", "Georgia", "Sans-Serif";
	font-size: 0.8em;
}

h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #AAAAAA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.menu {
	
}

.menu a {
	color: #E7E7E7;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.menu .current_page {
	text-decoration: underline;
}

.box h1, .box h2, .box h3, .box h4, .box h5, .box h6 {
	text-align: center;
}

#footer a {
	color: #E7E7E7;
}

#copyright {
	color: #4A4A4A;
}


/* Specific page styles */
#portfolio_list {
	list-style: none;
	padding: 0px;
}

#portfolio_list li {
	margin-top: 10px;
}
.portfolio_image {
	float: left;
	margin: 5px;
	margin-right: 15px;
}
