body {
	background: #069 url("images/bg.png") repeat-x;
}

a {
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

h1,h2 {
	color: #996633;
}

h3, #content a {
	color: #003366;
}

#wrapper {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	width: 800px;
	margin: 0 auto;
	background: #666;
}

#header {
	height: 275px;
	background: url("images/logo.jpg") no-repeat;
}

#navbar {
	background: url("images/navbar-bg.png") #666 repeat-x;
	height: 45px;
	font-family: myriad pro;
	font-size:18px;
}

#navbar, #footer {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}

#navbar ul {
	padding: 0;
	margin: 0;
}

#navbar li {
	list-style: none;
	float: left;
}

#navbar a {
	display: block;
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #FF9900;
}

#navbar a:hover {
	color: #FFCC66;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	min-height: 300px;
	background: #fff url("images/content-bg.jpg");
	padding: 20px;
}

#content img {
	padding: 20px;
}

#footer {
	background: url("images/navbar-bg.png") #666 repeat-x;
	color: #FF9933;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 20px;
	text-align:center;
}