body {
	background: #fff url(../images/bg-home.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px;
	color: #0058a8;
}
a {
   outline: none;
}
#container {
	width: 857px; margin: 0 auto; padding: 0 0 30px;
	position: relative; text-align: left;
}
#header {
	padding: 20px 0 0; background: url(../images/bg-header.gif) no-repeat;
	overflow: hidden; height: 190px; position: relative;
}	
footer {
	font-family: "Comic Sans MS", cursive; font-size: 13px;
	color: #000;
}
#nav{
	float: left; overflow: hidden; width: 200px;
}
#nav ul {
	margin: 0;
}
#nav .red, #nav .orange, #nav .yellow, #nav .green, #nav .blue, #nav .indigo, #nav .violet, #nav .rainbow {
	border-bottom: 0px solid #aaa;
}
#nav li ul.red li.top {
 background: url(../images/red.png);
}
#nav li ul.orange li.top {
 background: url(../images/orange.png);
}
#nav li ul.yellow li.top {
 background: url(../images/yellow.png);
}
#nav li ul.green li.top {
 background: url(../images/green.png);
}
#nav li ul.blue li.top {
 background: url(../images/blue.png);
}
#nav li ul.indigo li.top {
 background: url(../images/indigo.png);
}
#nav li ul.orange li.top {
 background: url(../images/orange.png);
}
#nav .rainbow a, #nav .rainbow a:hover {
	background: url(../images/rainbow.png);
}
#nav .red a:hover {
	background: url(../images/red.png);
}
#nav .orange a:hover {
	background: url(../images/orange.png);
}
#nav .yellow a:hover {
	background: url(../images/yellow.png);
}
#nav .green a:hover {
	background: url(../images/green.png);
}
#nav .blue a:hover {
	background: url(../images/blue.png);
}
#nav .indigo a:hover {
	background: url(../images/indigo.png);
}
#nav .violet a, #nav .violet a:hover {
	background: url(../images/violet.png);
}
#nav li ul li {
	border-bottom: 0px solid #aaa;
}
#nav li.top {
	padding: 10px; font-weight: bold;
}
#nav li ul li a {
	padding-left: 10px;
}
#nav a {
	display: block;	text-decoration: none;
	width: 100%; padding: 10px; font-weight: bold; 
}
#nav a:hover, #nav li ul li a:hover {
	background: #fcc6a3;
}
 
#nav li ul li a {
	font-weight: normal;
}
#main {
	padding: 26px 0 0; overflow: hidden;
	background: url(../images/bg-main.gif) no-repeat;
}
#main_content {
	background: url(../images/bg-main-content.gif) repeat-y;
	overflow: hidden;
}
#page {
	float: right; width: 600px;
	padding: 0; margin: 0;
}
img.logo {
	float: left; width: 200px; margin: 0 0 0 0;
}
a {
	color: #0058a8;
}
a:hover {
	color: #000;
}
#header h1 {
	color: #0058a8; background: 0;
}
h1 {
	color: #faa670; font-size: 18px;	
	padding: 0; margin: 0 0 10px;
}
h2 {
	color: #faa670; font-size: 18px;	
	padding: 0; margin: 0 0 10px;
}

h1.header {
	position: absolute; top: 30px;
	right: 160px; font-size: 24px;
}
h2.header {
	color: #0058a8; font-size: 18px;	
	padding: 0; margin: 0 0 10px;
	position: absolute; top: 60px;
	right: 155px; font-size: 16px;
	font-style: normal;
	text-align: center;
}

