* {
	margin: 0;
	padding: 0;
}

body {
background: white;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: black;
text-transform: lowercase;
}

a {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: underline;
color: #d6d6d6;
}

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

#header {
height: 100px;
}

#menu {
height: 30px;
line-height: 30px;
background: #747474;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
 float: right;
}
#menu ul li {
display: block;
float: left;
 }
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 14px;
color: black;
}
#menu ul li a:hover {
text-decoration: none;
 color: #d6d6d6;
}

#content {
padding: 0 0px;
width: 100%;
min-height: 550px;
 overflow: auto;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 10px;
min-height: 120px;
padding-bottom: 20px;
padding-right: 15px;
margin-top: 10px;
}

.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #747474;
}

.left {
float: left;
width: 170px;
padding-top: 10px;
}

.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #747474;
color: black;
font-size: 15px;
}
.left ul {
	padding: 0 0 15px 20px;
	background: #747474;
	list-style: none;
	text-align: left;
	line-height: 170%;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.item {
color: black;
margin-top: 10px;
padding: 10px;
overflow: auto;
}
.item img {
float: right;
padding: 10px;
}
.item a {
	color: black;
}

#bottom {
background : #747474;
padding: 5px 0;
}
