* {margin: 0;padding: 0;}

body {
	font-family: verdana, san-serif;
	font-size: 11px;
	color: #515151;
	text-align: center;
	background: #0B0B0B;
	background-image: url(../images/wallpaper01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	}
	
h1, h2, p {
	margin-bottom: 1em;
	color: #FFFFFF;
	}
	
h1 {font-size: 16px;}
h2 {font-size: 13px;}
h3 {font-size: 10px;}

:link, :visited {color: #FDBA04;text-decoration: none;font-weight: bold;}
:link:focus, :visited:focus {color: #FDBA04;text-decoration: none;font-weight: bold;}
:link {color: #FDBA04;}
:visited {color: #FDBA04;}
:link:hover, :visited:hover {color: #599ABF;text-decoration: underline;}
:link:active, :visited:active {color: #599ABF;}



ul {
	position: relative;
	}

#siteContainer {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1025px;
	text-align: center;
	}

#colContainer {
	float: left;
	width: 1005px;
	border-left: 10px solid #536881; /* The width and color of the leftCol */
	border-right: 10px solid #536881; /* The width and color of the rightCol */
	background-color: #313C4C;
	filter: alpha(opacity=73);
	-moz-opacity:.75;
	opacity:.75;
	text-align: left;
	}
	
#nav ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: #536881;
	filter: alpha(opacity=60);
	}

#nav a {
	float: left;
	width: 90px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #536881;
	padding: .5em .5em .5em .5em;
	border-right: 1px solid #FFFFFF;
	}
	
#nav .first a {
	border-left: 1px solid #FFFFFF;
	}
	
#nav a:hover {background-color:#599ABF;}

#nav li {display:inline;}

#leftCol {
	float: left;
	width: 10px;
	margin-left: -10px;
	position: relative;
	}

#centerCol {
	float: left;
	width: 1005px;
	margin-right: -1005px;
	}
	
#rightCol {
	float: right;
	width: 10px;
	margin-right: -10px;
	position: relative;
	color: #FFFFFF;
	}
	
#resume {
	width: 800px;
	}	
	
#resume h2 {
	color: #BCCCE3;
	}	
	
.subHead {
	margin-top: 30px;
	margin-bottom: 10px;
	}
	
.content {margin: 20px;}		
	
.floatLeft {float: left;}
.floatRight {float: right;}
	
.clear {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}


.thumbs {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}

ul.thumbs {list-style: none;}

ul.thumbs li {
	margin: 5px;
	float: left;
	position: relative;
	}

ul.thumbs li a img {
	border: 5px solid #E2E2E2;
	filter: alpha(opacity=65);
	}

ul.thumbs li a:hover img {
	border: 5px solid #599ABF;
	filter: alpha(opacity=65);
	}
	
.smallerText {
	font-size: 9px;
	font-weight: bold;
	color: #3F3F3F;
	}
	
.underline {border-bottom: solid 1px #FFFFFF;}
