* {
    padding: 0;
    margin: 0;
} 

body {
background: #FFFFFF url('images/img01.gif') repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;;
}

img { border: none; }
a { color: #26478A; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
margin: 0 auto;
width: 935px;
}

#header { 
height: 225px;
width:935px;
background: #F0AB06 url(images/header.gif);
}
#header h1 {
font-size: 11px;
font-weight:bold;
text-align:right;
text-transform: uppercase;
letter-spacing: -1px;
padding: 13px 0 5px 13px;
color:#FFFFFF;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #eee;
text-decoration: none;
}
#header h2 {
color: #333;
font-size: 10px;
text-transform:uppercase;
font-weight: bolder;
padding: 0 0 0 11px;
text-align:right;
}
#header h2 a {
color: #fff;
text-decoration: none;
}
#header h2 a:hover {
text-decoration:underline;
}
#menu {
	width: 930px;
	height: 25px;
	background-color:#F0AB06;
	padding-left:5px;
	padding-bottom:5px;
	border: 1px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height:inherit;
}

#menu li {
	display:inline;
}

#menu a {
	display: block;
	float: left;
	height: 15px;
	background: url('images/img06.gif') no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}
#intro {
background: #fff url(images/intro.jpg) no-repeat;
height: 90px;
padding: 30px;
}

#content {
padding: 20px 10px;
}

.left {
width: 168px;
float: left;
text-align: justify;
}
.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.left a { text-decoration: none; color:#26478A; }
.left a:hover { text-decoration: underline; }

.right {
width: 700px;
float: right;
padding: 10px;
font-size: 11px;
}
.right ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}
.right h1 {
height: 30px;
font-size: 20px;
color: #09306B;
line-height: 30px;
font-weight: bolder;
}

.right h2 {
height: 30px;
font-size: 25px;
color: #BC8B00;
line-height: 30px;
font-weight: bold;
}
.right a { text-decoration: none; color:#26478A; }
.right a:hover { text-decoration: underline; }

#footer {
background:url(images/footer.gif) no-repeat;
height:25px;
text-align: center;
color: #fff;
font-size: 10px;
font-weight:bolder;
padding-top:55px;
padding-left:550px;
text-align:center;
margin-top: 0px;
}
.footer a {
text-decoration: none; color:#fff; 
}
.footer a:hover {
text-decoration: underline; color:#fff; 
}
