*{ margin: 0; padding: 0; }*
body { font: .8em Geneva, Helvetica, Sans-serif, tahoma; line-height: 1.8em; background: white; color: #444; }
a {COLOR:#FF6604; text-decoration: none;}
a:visited {COLOR: #FF6604; text-decoration: none;}
a:hover {COLOR: #00008C; text-decoration: none;}

h2 { margin: 0 0 10px; padding: 10px 0 3px; }
h3 { padding-left: 0px; color: #000000; background: transparent  repeat-x; font-size: 1.4em; height: 24px; line-height: 24px; }

ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}

p { margin: 5px 0 10px 0; }
img { border: 0px solid #0D264E; }

/* Header > Menu */

#menu {
	width: 900px;
	height: 27px;
	margin: 0 auto;
}

#menu ul {
	margin: 0px;
	padding: 170px 0px 0 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 px 0 0;
	padding: 2px 25px 0 25px;
	background: url(images/img03.gif) repeat-x;
	border: 1px solid silver;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img04.gif);
	text-decoration: none;
}

#menu .active a {
	background-image: url(images/img05.gif);
}

#header {
background: transparent url(images/img01.jpg) repeat-x;

height: 199px;
}
#header h1 {
font-size: 5px;
font-weight: normal;
letter-spacing: 1px;
padding: 5px 0px 0px 0px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 12px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#wrap { padding: 3px 3px 3px 3px; width: 900px; margin:0px auto; background: #DDDBD9;}
#left { float: left; width: 280px; background: #DDDBD9; margin-bottom: 10px; margin-top: 20px;}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#right { margin-bottom: 10px; float: right; width: 600px; padding: 0 10px 10px 10px; margin-top: 10px;}
	
#footer { font-size: 9px; text-align: center; border-top: 3px solid white; padding: 5px 5px; }
