body {
	background-color: #2b286f;
	top: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
a:link {
	font-weight: bold;
	color: #3a588b;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #3a588b;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #663366;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #663366;
	text-decoration: none;
}
h1 {
	color: #3a588b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 36px;
	}
	h2 {
	font-size: 28px;
	line-height: 34px;
	color: #666666;
	margin-top: 36px;
}
#container {
	margin: 0px;
	padding: 0px;
	width: 1052px;
	position: relative;
	background-image: url(images/BkgrdStrip.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
	top: 0px;
	text-align: left;
}
#navcontainer {
	position: absolute;
	left: 200px;
	top: 10px;
	width: 200px;
	text-align: left;
	float: left;
}
#content {
	top: 0px;
	width: 400px;
	position: relative;
	text-align: left;
	left: 420px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.slidedoormenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px; /* width of menu (don't forget to add border with below!) */
	border-left: 8px solid #3a588b;
}

.slidedoormenu li{
	border-bottom: 1px solid #885b5c;
}

.slidedoormenu li a{
	background: white url(images/vstrip.gif) repeat-y left top;
	display: block;
	color: black;
	width: auto;
	border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
	color: black;
}

.slidedoormenu li a:hover{
	background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
	border-bottom-width: 0;
}

.slidedoormenu li.lastitem a{
	padding: 8px 0;
}

.skills {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.3em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #996699;
	margin-top: -3px;
	margin-bottom: -12px;
}
