/* Zero Out */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}


body {
	background-color:#1f1f1f;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}


#container {
	width:800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-image: url(images/container-background.jpg);
}


#TopNav {
	height: 41px;
	width: 800px;
	background-image: url(images/menu-top.jpg);
}


.home {
	margin-right:10px;
	float:left;
	background-repeat: no-repeat;
	margin-left: 15px;
}


.profile {
	margin-right:10px;
	float:left;
	background-repeat: no-repeat;
}


.contact {
	float:left;
	background-repeat: no-repeat;
}


#header {
	height: 58px;
	width: 800px;
	background-image: url(images/header.jpg);
}


#header-bottom {
	height: 210px;
	width: 800px;
	background-image: url(images/header-bottom.jpg);
	background-repeat: no-repeat;
}


#header-bottom #header-nav {
	margin-right: 600px;
	line-height: 10px;
}


#header-bottom a {
	display:block;
	width:150px;
	height:20px;
	text-decoration:none;
	margin-bottom:4px;
	color:#FFF;
	text-transform:capitalize;
	font-size:10px;
	font-weight:bold;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}


#header-bottom a:hover {
	color: #0099CC;
}


#content {
	height: 100%;
	width: 800px;
	background-image: url(images/content-background.jpg);
	background-repeat: no-repeat;
}
#content #content-placement {
	margin-right: 20px;
	margin-left: 200px;
}


#footer {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 0px;
}

#footer .text{
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 35px;
	padding-bottom: 35px;
}
h1 {
	font-size: 22px;
	margin-bottom: 15px;
}
