body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Lucida Grande, Helvetica, "Arial", sans-serif;
	background: url(../images/bg.jpg) repeat-x;
}
#maincontainer {
	width: 1000px;
	height: auto;
	
}
#leftmenu {
	width: 180px;
	height: 2000px;
	background-image: url(../images/menuBG.jpg);
	background-repeat: repeat-y;
	float: left;
}
#content {
	width: 780px;
	float: left;
}
#homecontent {
	background: url(../images/bg.png) top no-repeat;
	width: 780px;
	height: 600px;
	color: white;
	float: left;
	text-align: center;
	font-size: 14px;
	margin: 0 0 0 20px;
	padding-top: 330px;
}
#resumecontent {
	width: 780px;
	float: left;
	text-align: left;
	font-size: 14px;
	margin: 0 0 0 20px;
	padding-top: 20px
} 
#homebullets {
	width: 49%;
	float: left;
	color: white;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border-top: white dotted 1px;
	margin: 0 0 0 15px;
	padding-top: 20px;
	list-style-type: none;
}
#homebullets ul.none{
	list-style-type: none;
	list-style-image: url(../images/bullet.png);
}
#homebullets1 {
	width: 48%;
	float: left;
	color: white;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	border-top: white dotted 1px;
	margin: 0 0 0 1px;
	padding-top: 20px;
}
#homebullets1 ul.none{
	list-style-type: none;
	list-style-image: url(../images/bullet.png);
}
#mainlogo {
	width: 780px;
	float: left;
	text-align: center;
	margin: 0 0 0 20px;
}
#sections {
	width: 790px;
	float: left;
	padding: 0 10px 10px 0;
	margin: 20px 0 20px 0;
	font-size: 24px;
	color: gray;
	font-weight: bolder;
	text-align: right;
	border-bottom: gray dotted 1px; 
}
#info {
	text-align: left;
	margin: 0 20px 0 10px;
	padding: 10px 0 0 0;
	color: gray;
	font-size: 11px;
	border-top: gray dotted 1px;
}
#info a {
	text-align: left;
	color: gray;
	text-decoration: none;
}
#info a:hover {
	text-align: left;
	color: white;
	background-color: gray;
	text-decoration: none;
}
.email {
	color: #42599D;
}
a. {
	color: #42599D;
	text-decoration: none;
}
.email a {
	color: #42599D;
	text-decoration: none;
}
.email a:hover {
	color: white;
	background-color:#42599D; 
	text-decoration: none;
}
.resume {
	color: black;
}
a. {
	color: black;
	text-decoration: none;
}
.resume a {
	color: black;
	text-decoration: none;
}
.resume a:hover {
	color: white;
	background-color:#42599D; 
	text-decoration: none;
}
