body {
	margin: 0;
	padding: 0;
	background: #0e262c url("images/bg.png") repeat-x;
}

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

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

#wrapper {
	background: #fff;
	width: 714px;
	margin: 0 auto;
}

#header {
	height: 234px;
	background: url("images/header.jpg");
}

#navbar {
	height: 30px;
	font-weight: bold;
	border-top: 1px solid #12333c;
	border-bottom: 1px solid #12333c;
	font-size: small;
}

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

#navbar a:hover {

	background: #2b778b;
}

#content, #footer {
	padding: 20px;
}

#content {
	text-align: justify;
	color: #333;
}

#footer,#navbar {
	background: #1c4f5e;
	font-family:myriad pro;
}

#footer {
	color: #FFFFFF;
	text-align: center;
}

#footer a {
	color: #33CCFF;
}

h1,h2 {
	color: #0066CC;
	font-family:arial;
	border-bottom: 2px dashed #336699;
	padding: 0 0 10px;
	margin: 5px;
}

strong,b {
	color: #0066FF;
}
