* {
	margin: 0;
	padding: 0;
}

body {
background: #ddddde;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 17px;
color: #000;
}

a {
text-decoration: underline;
color: #00F;
}

img {
border: 0;
}

a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 5px auto;
width: 700px;
}

#top {
padding: 10px 0;
background: #ddddde url(images/top.jpg) no-repeat;
}

#header {
}

#header h1 {
	font-size: 34px;
	padding: 23px 0 0 20px;
	font-weight: 100;
	color: #060A54;
}

#header h2 {
	font-size: 17px;
	color: #555;
	padding: 5px 0 0 20px;
	font-weight: 100;
}

#content {
padding: 0 30px 20px 30px;
background: #ddddde url(images/content.jpg) repeat-y;
}

.right {
	float: right;
	width: 440px;
	text-align: justify;
	font-size: 16px;
}
.right h2 {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 100;
	padding: 15px 0 7px 0;
}
.right h2 a {
margin-top: 5px;
font-size: 30px;
text-decoration: none;
}
.right h2 a:hover {
	color: #000;
}

.left {
float: left;
width: 180px;
padding-top: 5px;
font-size: 14px;
}
.left  h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	color: #111;
	font-size: 14px;
}
.left  ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.left ul li a {
color: #006;
text-decoration: none;
font-weight: 400;
}
.left  ul li a:hover {
	color: #111;
}

#bottom {
padding: 10px 0;
background: #ddddde url(images/bottom.jpg) no-repeat;
}

#footer {
height: 20px;
line-height: 30px;
text-align: center;
font-size: 11px;
}
