@charset "UTF-8";

#blogwrapper{
	margin-top:8px;
	margin-left:8px;
}

#wrapper{
}

#content{
	width:900px;
	margin:20px auto 20px auto;
}


.splash {
	background-color: #000000;
	text-align: center;
	padding-top: 150px;
}

.menu {
	margin-bottom: 15px;
}
.photos {
	margin-left: 25px;
	padding: 5px;
}

.menuname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.menuname a:link{color:#000000; text-decoration:none}
.menuname a:visited{color:#000000; text-decoration:none}
.menuname a:hover{color:#3D4245; text-decoration:none
}

.menuitems {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #3D4245;
	text-decoration: none;
	text-align: center;
}

.menuitems a:link{color:#3D4245; text-decoration:none}
.menuitems a:visited{color:#3D4245; text-decoration:none}
.menuitems a:hover{border-bottom-width: thin; border-bottom-style: dotted; border-bottom-color:#990000; color:#000000
}

.menugalleries {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: right;
}
	
.menugalleries a:link{color:#999999; text-decoration:none}
.menugalleries a:visited{color:#999999; text-decoration:none}
.menugalleries a:hover{border-bottom-width: thin; border-bottom-style: dotted; border-bottom-color:#990000; color:#3D4245
}

/*Photo Galleries*/
.gallerytitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:smaller;
}


/* Resume */

.resume{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:small;
}

.resume li, .resume ul{
margin:0 0 0 0;
}

.resume div{
width:900px;
margin-top:10px;
}

.resumeheader{
background-color:#CCCCCC;
font-weight:bold;
text-decoration:underline;
}


