body {
	background-color:#003;
	color:#401976;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}

a {color:#401976;}

h1 {
	text-align:center;
	font-size:24px;
}

#wrapper {
	width:100%;
}
#container {
	width:720px;
	margin:auto;
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
}

#header {
	width:720px;
	height:120px;
	background-image:url(images/head-bg.png);
	background-repeat:no-repeat;
}

#mb {}

/* Left Navigation Bar and Buttons */
#nav {
	float:left;
	margin-left:10px;
	margin-top:20px;
	width:190px;
}
#nav a.n {
	width:160px;
	height:22px;
	display:block;
	margin-top:10px;
	padding-left:30px;
	font-size:17px;
	color:#fff;
	text-decoration:none;
	background-image:url(images/nav-button.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
#nav a.n:link {
	text-decoration:none;
	background-image:url(images/nav-button.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
#nav a.n:hover {
	text-decoration:none;
	background-image:url(images/nav-button.png);
	background-repeat:no-repeat;
	background-position: 0px -22px;
}
#nav a.n:active {
	text-decoration:none;
	background-image:url(images/nav-button.png);
	background-repeat:no-repeat;
	background-position: 0px -44px;
}
/* No need for visited
#nav a.n:visited {
	text-decoration:none;
	background-image:url(images/nav-button.png);
	background-repeat:no-repeat;
	background-position: 0px -66px;
} */

#main {
	float:left;
	width:490px;
}

#footer {
	clear:both;
	width:720px;
	height:34px;
	text-align:right;
	font-size:14px;
	background-image:url(images/foot-bg.png);
	background-repeat:no-repeat;
}
