body { 
	margin:0;
	background-color:#222;
	background-image:url('images/bk.jpg');
	background-position:top center;
	background-repeat:no-repeat;
	color:#ccc;
	font-family:"Verdana","Sans-serif";
	font-weight:normal;
	min-width:400px;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	text-shadow: #000 2px 2px 1px;
}

#container {
	background-image:url('images/title.png');
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:140px;
}

a:link {
	color:#7c6;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

a:visited {
	color:#c75;
	text-decoration:none;
}

h1 {
	font-size:2.5em;
	padding:0;
	margin:0;
	font-weight:normal;
	margin-top:-1.5em;
}

h2 {
	font-size:2.5em;
	margin:0;
	padding:0;
	font-weight:normal;
	text-shadow: #000 1px 1px 5px;
}

.heading {
	padding-top:25px;
	padding-left:25px;
	padding-bottom:1px;
	background-repeat:no-repeat;
	background-image:url('images/slash.png');
}

.content {
	margin-top:-13px;
	margin-left:42px;
	padding-top:30px;
	padding-left:17px;
	padding-bottom:2em;
	background-repeat:no-repeat;
	background-image:url('images/slash.png');
}

.nav	{
	position:relative;
	left:450px;
	max-width:450px;
	}


#foot {
	margin-top:3em;
	margin-bottom:2em;
}
