* {
	font-family: 'Open Sans Condensed', sans-serif;	
}
body {

}
header {
	background-color: #104569;
	height: 175px;
	position: relative;
}
header h1 {
	width: 300px;
	height: 55px;
	border: solid 2px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -151px;
	line-height: 55px;`
	font-size: 38px;
	color: #FFF;
	text-align: center;
}
header h2 {
	position: absolute;
	left: 50%;
	margin-left: -151px;
	top: 95px;
	width: 300px;
	font-size: 27px;
	color: #FFF;
	text-align: center;
}
#container {
	width: 960px;
	height: 875px;
	margin: 0 auto 0;
	font-size: 16px;
}
aside {
	Float: left;
	background-color: #F9F6E6;
	width: 265px;
	height: 700px;
	padding: 0 0 0 35px;
}
h3 {
	font-size: 24px;
	line-height: 0;
	margin: 30px 0 15px 0;
}
hr {
	clear: both;
	width: 230px;
	padding: 0;
	margin: 0;
}
aside h4 {
	float: left;
	width: 70px;
	margin: 0;
	padding: 0;
}
aside h5 {
	float: left;
	width: 100px;
	color: #696969;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
h5 a {
	color: #696969;
	text-decoration: none;
}
h5 a:hover {
	opacity: 0.7;
	color: #006;
	text-decoration: none;
}
#skills {
	padding: 10px 0 0 0;
}
.skills {
	float: left;
	line-height: 20px;
	width: 100px;

}
.skills2 {
	line-height: 20px;
	width: 120px;
	padding: 0 0 0 10px;
}
.skills,
.skills2 {
	margin: 0 0 5px 0;
}
.clear {
	clear: both;
}
#check {
	padding: 10px 0 0 0;
}
#img {
	padding-top: 20px;
}
#facebook {
	margin: 15px 0 0 0;
	width: 45px;
	height: 45px;
	background: url("../images/facebook.png") no-repeat;
	float: left;
}
#facebook:hover {
	opacity: 0.7;
}
#instagram {
	margin: 15px 0 0 15px;
	width: 45px;
	height: 45px;
	background: url("../images/instagram.png") no-repeat;
	float: left;
}
#instagram:hover {
	opacity: 0.7;
}
#twitter {
	margin: 15px 0 0 15px;
	width: 45px;
	height: 45px;
	background: url("../images/twitter.png") no-repeat;
	float: left;
}
#twitter:hover {
	opacity: 0.7;
}
#youtube {
	margin: 15px 0 0 15px;
	width: 45px;
	height: 45px;
	background: url("../images/youtube.png") no-repeat;
	float: left;
}
#youtube:hover {
	opacity: 0.7;
}
#rightcol {
	Float: left;
	width: 620px;
	padding: 0 0 0 20px;
}
#hrexp {
	margin-left: 0;
	width: 620px;
}
.list {
	font-size: 18px;
	font-weight: bold;
	list-style-type: none;
	margin-left:0;
	padding-left: 0;
	line-height: 20px;
	width: 550px;
}
li span {
	font-size: 11px;
}
.weight {
	font-weight: normal;
}
div ul li ul {
	list-style-type: disc;
	font-size:14px;
}
div ul li ul li ul{
	list-style-type: circle;
}
div ul li ul li ul li ul{
	list-style-type: square;
}
#banner {
	margin: 20px auto 0;
	padding: 0 70px 0;
	background: url("../images/banner.gif") center no-repeat;
}