* {
	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;
width: 800px;
}

#header {
height: 100px;
background: white;

}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 25px 0 0 20px;
color: #000;
}
#header h1 a { 
color: #aaa;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #3F89FF;
padding: 3px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#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: #fff;
}
#menu ul li a:hover {
text-decoration: none;
 color: #d6d6d6;
}

#content {
background: white;
padding: 0 0px;
min-height: 500px;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 20px;
background: white;
min-height: 100px;
 padding-bottom: 10px;
}
#item {
	background: #747474;
	height: 5px;
	overflow: hidden;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-left: 10px;
height: 26px;
line-height: 26px;
background: #747474;
}
.right h2 a {
text-decoration: none;
color: #fff;
}
.right h2 a:hover {
color: #111;
}

.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: #fff;
font-size: 13px;
}
.left ul {
	padding: 0 0 15px 20px;
	background: #747474;
	list-style: none;
	text-align: left;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}
.articles { padding: 10px;  background: white;}

#content img {
	float: right;
	padding-left: 10px
}

#showCase2 img {
	float: right;
	padding-left: 0px
}

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

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

