@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0}

img src {border: 0}

#top {
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#header {
	height: 40px;
	width: 900px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin: auto;
}
#headerright {
	color: #5F5FCE;
	font-size: 10px;
	top: 8px;
	position: relative;
	left: 120px;
	float: left;
}
#headerright a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#gotoicon {
	position: relative;
	left: 8px;
	top: 6px;
	float: left;
}
#artistName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #5F5FCE;
	position: relative;
	left: 20px;
	top: 7px;
}
#artistName a {
	text-decoration: none;
	color: #5F5FCE;
}
#logo {
	left: 10px;
	position: relative;
	float: left;
	top: 10px;
}
#logocontainer {
	height: 40px;
	width: 280px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	float: left;
}
#floatleft {
	float: left;
	left: 40px;
}
#navlist li {
	display: inherit;
	list-style-type: none;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	height: 30px;
	padding-top: 12px;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #666;
}
#bottom {
	height: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.hr {
	border: 1px solid #CCC;
}
.clearboth {
	clear: both;
}
#middle {
}
#footer {
	margin: auto;
	width: 900px;
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
}
#content {
	margin: auto;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.space30 {
	height: 30px;
}
.large {
	font-size: 12px;
	color: #999;
}
.medium {
	font-size: 12px;
	color: #999;
	width: 280px;
	float: left;
}
.mediumcenter {
	font-size: 12px;
	color: #999;
	width: 280px;
	margin-right: 30px;
	margin-left: 30px;
	float: left;
}
#navlist ul li a {
	text-decoration: none;
	color: #666;
}
.resumeh1 {
	font-size: 14px;
	font-weight: bold;
	width: 400px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.resumeleft {
	font-size: 12px;
	float: left;
	width: 125px;
	padding-left: 10px;
}
.resumeright {
	font-size: 12px;
	position: relative;
	left: 20px;
	width: 700px;
}
.projleft {
	float: left;
	width: 590px;
}
.projright {
	width: 280px;
	float: left;
	margin-left: 30px;
}
.projheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	margin-top: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.projinfo {
	margin-top: 5px;
	font-size: 10px;
}
.projtext {
	width: 590px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 20px;
	text-align: justify;
}

