* {
    padding: 0;
    margin: 0;
} 

body {
	background: #25579c;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

h3 { color: #aaa; font-size: 13px; margin: 10px 0 10px 0; }
ol { padding-left: 20px; }
img {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a { color: #1D87EF; text-decoration: none; }
a:hover { text-decoration: underline; color : #ff0000; }

#wrap {
	margin: 20px auto;
	width: 800px;
	color: #CCCCCC;
}

#top {
	padding: 5px 0;
	background-color: #666666;
	background-repeat: no-repeat;
}

#header {
background: #333333;
height: 100px;
}
#header h1 {
font-size: 30px;
font-weight: 100;
letter-spacing: -3px;
padding: 20px 0 0 30px;
}
#header h1 a {
	text-decoration: none;
	color: #1D87EF;
	background-color: #333333;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #30A5F2;
font-size: 17px;
font-weight: 100;
letter-spacing: -1px;
padding: 0 0 0 30px;
}

#menu {
	height: 30px;
	line-height: 30px;
	background-color: #666666;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	color: #CCCCCC;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
}
#menu ul li:hover{background-color:#25579c;
}
#menu ul li a:hover {
	
	text-decoration: underline;
}

#content {
padding: 10px 10px;
background: #000000;
}
.right {
float: right;
width: 580px;
text-align: justify;
padding: 0 10px 10px 10px;
}
.right h2 {
color: #30A5F2;
font-size: 20px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}
.right h2 a {

}
.right h2 a:hover {

}
.left {
float: left;
width: 160px;
padding: 10px;
}
.left h2 {
font-size: 13px;
color: #CCCCCC;
padding: 5px 0 2px 10px;
}
.left ul {
list-style-type: none;
padding: 5px 0 10px 15px;
}
.left ul li {
padding: 2px 20px;
}

.left ul li a {
display: block;
color: #CCCCCC;
}
.left ul li a:hover {
color: #ff0000;
}

#footer {
	background: #000000;
	height: 40px;
	text-align: center;
	line-height: 20px;
	color: #999999;
	font-size: 11px;
}
#footer  a { color: #eee; }
