* {
	margin: 0;
	padding: 0;
}

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #425969;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 900px;
}

#header {
height: 101px;
background: #fff url(images-css/header.jpg) repeat-x;

}
#d1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 115px;
color: #fff;
}
#d1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#d1 a:hover {
color: #000;
}
#d2 {
font-size: 19px;
color: #e1c70e;
padding: 5px 0 0 115px;
letter-spacing: -1px;
font-weight: 100;
}

#banner {
position: relative;
float: right;
padding-right:10px;
}

#logo {
position: relative;
float: left;
witdh: 350px
}

#clear_both
	{
		clear:both;
		font-size:1px;
	}

#topmenu {
height: 30px;
background: #fff url(images-css/topmenu.jpg) repeat-x;
padding: 4px 15px 4px 15px;
}

#topmenu a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: 0px;
padding: 0 5px 0 5px;
border-right: 1px solid #fff;
}
#topmenu a:hover {
color: #e1c70e;
padding: 0 5px 0 5px;
border-right: 1px solid #fff;
}

#topmenu h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 15px 0 0 20px;
color: #fff;
}
#topmenu h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#topmenu h1 a:hover {
color: #000;
}
#topmenu h2 {
font-size: 19px;
color: #e1c70e;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#content {
padding: 0 10px;
}

.right {
float: right;
width: 670px;
text-align: justify;
padding-top: 10px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #425969;
color: #fff;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.right h3{
 font-size: 18px;
 font-weight: 100;
 height: 30px;
 line-height: 30px;
 font: bold Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px 0px 5px 0px;
}

.right h4{
 font-size: 16px;
 font-weight: 100;
 height: 30px;
 line-height: 30px;
 font: bold Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px 0px 5px 0px;
}

.right h5{
 font-size: 14px;
 font-weight: 100;
 height: 30px;
 line-height: 30px;
 font: Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px 0px 5px 0px;
}

.left {
float: left;
width: 180px;
padding-top: 10px;
}
.left h2 {
margin: 0 0 0 0;
padding: 0 0 0 10px;
background: #425969;
color: #fff;
font-size: 13px;
}
.left ul {
padding: 1px 0px 1px 20px;
color: #425969;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.articles {
padding: 10px;
}

#image{
    float:left;
	padding: 1px 1px 1px 1px;
	margin: 5px 5px 5px 0px;
	background-color: none;
	border: 1px solid #aaa;
	height: auto;
	}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
margin-top: 40px;
border-top: 1px dotted #aaa;
padding-top: 10px;
padding-bottom: 10px;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }
