/*Universal Style Sheet*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/body.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #1f1b1b;
}

img {
	border: 0px; solid #000;
}

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 75px;
	background-color: #302A22;
	border-bottom: 5px solid #000;
}
#logo {
	width: 275px;
	height: 75px;
	float: left;
}
#resume {
	float: right;
	text-align: right;
}
#resume a {
	display: block;
	padding-right: 18px;
	padding-top: 50px;
	font-family: Helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li {
	float: right;
}

#content {
	width: 980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	font-family: Helvetica;
	font-size: 18px;
}

#content2 {
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	color: #000;
	font-family: Helvetica;
	font-size: 14px;
	background-color: #fff;
	line-height: 26px;
}
#content2 a {
	padding-left: 10px;
	color: #333;
	text-decoration: none;
}
#content2 a:hover {
	text-decoration: underline;
}

.information {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
.bottomLine {
	border-collapse: collapse;
	border-bottom: 1px solid #000;
}
.right {
	text-align: right;
}
.title {
	font-size: 20px;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.leftMargin {
	padding-left: 100px;
}