* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #222;
	background-color: #3fabce;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 800px;
}

#header {
height: 90px;
background: #fff url(images/header.jpg) no-repeat;

}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 5px 0 0 10px;
color: #fff;
font-family: "Monotype Corsiva";
}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #336699;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
font-family: "Elephant";
}

#menu {
	height: 50px;
	line-height: 50px;
	background: #fff url(images/menu.jpg)  no-repeat;
	text-align: center;

}
#menu ul {
list-style-type: none;
padding-left: 0px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
font-weight: 800;
font-size: 30px;
font-family: "Imprint MT Shadow";
color: #333;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#menubottom { 
background: #fff url(images/menubottom.jpg) no-repeat;
padding: 5px 0;
}

#content {
padding: 0 20px;
}

.right {
float: right;
width: 750px;
text-align: justify;
padding-top: 20px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #B9B9B9;
}
.right h2 a {
text-decoration: none;
color: #fff;
}

.right h2 a:hover {
color: #111;
}

.articles { padding: 10px; }

.footer {
margin-top: 30px;
text-align: center;
font-size: 11px;
color: #aaa;
border-top: 1px dotted #aaa;
}
.footer a { color: #aaa; }
.footer a:hover { color: #111; }
