/* CSS Document */

/* top elements */

* {
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	padding:0;
	border:0;
}

body {
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	background-image: url(images/bg.jpg);
}

/* Website Layout */

#wrap {
	width: 1020px;
	margin-left:auto;
	background: repeat-y center;
	text-align: left;
	overflow: hidden;
}

#content-wrap {
	clear: both;
	width: 450px;
	margin: 0px auto 0px;
	padding: 0;
	list-style-type: none;
}


#header {
	position: static;
	height: 123px;
	width: 490px;
	background: #FFFFFF url(images/header.gif) no-repeat scroll left top;
	padding: 0;
	left: 0px;
	top: 0px;
}
	
	
	
	
	
/* Nav Items */

#nav {
	position: static;
	background: #FFFFFF url(images/nav.jpg) no-repeat scroll left top;
	height: 48px;
	width: 490px;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	color: #333333;
	overflow: hidden;
	margin-left: auto;
	float: none;
	
}

#nav ul li {
	display: inline;
	color: #333333;
	width: 490px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
		}

#nav ul li a {
	float: none;
	text-align: justify;
	margin-left: 38px;
	margin-right: 0px;
	
	padding: 0 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: bold;
	text-decoration: none;
	font-weight: normal;
	
}

#nav ul li a:hover {
color: #999999;
}
	
	
		
#content {
	position: static;
	height: auto;
	width: auto;
	padding: 0;
	top:  auto;
	left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
	text-align: justify;
	right: auto;
	clear: both;
	text-decoration: none;
	}


/* Footer */



a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

