/* @override 
	http://localhost:8888/graham/css/style.css
	http://localhost:8888/css/style.css
*/

body {
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: center;
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: #111 url(../images/content_pages/background.gif) repeat-y center;
}

body, a, td, div, p, h1, h2 {
	
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

img a {
	border: none;
	padding: 0;
	margin: 0;
}

a, a:active, a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

.col {
	float: left;
}

.row {
	clear: both;
}

.container {
	text-align: left;
	display: inline-block;
	background-color: #000;
}

.page_title {
	font-size: 30px;
	margin-bottom: 20px;
}

#page_text {
	position: absolute;
	left: 50%;
	display: inline-block;
	z-index: -2;
	top: 0;
}

h1, h2 {
	font-size: 1px;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99;
}

h2 a {
	font-size: 1px;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99;
}
