* {
	padding: 0;
	margin: 0;
	right: 0,5;
} 

body {
background: #fff;
font-family: Arial;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

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

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

#header { 
padding: 10px 0 20px 0;
}
#header h1 {
font: Arial;
font-size: 45px;
font-weight: 100;
letter-spacing: 4px;
padding: 15px 0 5px 10px;
color: #6698CD;

}
#header h1 a {
color: #6698CD;
text-decoration: none;
}
#header h1 a:hover {
color: #57626a;
text-decoration: none;
}


#menu {
height: 40px;
line-height: 22px;
background: #FFFFFF url(images/menu.jpg) no-repeat;
text-transform: uppercase;
}
#menu ul {
font-family:Verdana, Arial;
padding-left: 10px;
list-style-type: none;
color:#0e84e8;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #999999;
padding: 0 10px;
text-decoration: none;
font-weight: 100;
font-size: 11px;
letter-spacing: 5px;
}
#menu ul li a:hover {
color: #666666;
text-decoration: underline;
}

#content {
padding: 10px 20px;
}

.right {
	width: 540px;
	float: right;
	text-align: justify;
}
.right h2 {
	color: #6698CD;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 100;
	padding : 0px 0 0px 0;
}

.left {
width: 150px;
float: left;
padding: 10px;
border-right: 1px solid #bbb;
font-size: 12px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #CCCCCC;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #CCCCCC;
line-height: 30px;
font-weight: 600;
}
.left a { text-color: #CCCCCC }

#footer {
border-top: 3px solid #dfdfe1;
margin-top: 20px;
text-align: center;
color: #cccccc;
font-size: 11px;
padding: 10px;
}

