/*
	Author	:	Honour Chick
	Email		:	info@tekprostudio.com
	Website	:	http://www.tekprostudio.com/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

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

/* body */
body {
	background-image: url("bg.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center; 
	color:#555;
	font:0.8em ‘Courier New’, Courier, monospace;;
}

/* header */
#header {
	border-bottom: none;
	height:80px;
	margin:0 auto;
	width:751px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	background:inherit;
	border-right: none;
	margin:0 auto;
	width:750px;
	height:50px;
	list-style:none;
}
#navigation li {
	border-left: none;
	float:left;
	width:auto;
	list-style:none;
}
#navigation a {
	color:inherit;
	display:block;
	line-height:50px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation .active {
	background:#777;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}

/* footer */
#footer {
	border-top: none; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}