@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #DFDDDB;
}
html{
	overflow: -moz-scrollbars-vertical !important;
	min-height: 100%;
}	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888A8A;
	line-height: 16px;
	padding-bottom: 10px;
}
p.currentpg  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #DFDDDB;
	float: left;
	display: block;
	height: 22px;
	width: 194px;
	background-color: #888A8A;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A8B7BF;
	padding-bottom: 10px;
	font-weight: bold;
}
#header {
	background-image: url(../images/myname.gif);
	background-repeat: no-repeat;
	background-position: left 25px;
	height: 94px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#address {
	width: 360px;
	position: relative;
	float: left;
	padding-left: 290px;
	height: 69px;
	padding-top: 25px;
}
img {
	float: left;
}
#content-wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 25px;
	height: 395px;
}
#info-wrap {
	float: left;
}
#about {
	padding-left: 25px;
	width: 175px;
	float: left;
}
#nav {
	float: left;
	width: 200px;
	padding-top: 25px;
}
#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #888A8A;
	float: left;
	display: block;
	height: 22px;
	width: 194px;
	background-color: #D1D3D1;
	padding-left: 6px;
}
#nav  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #888A8A;
	float: left;
	display: block;
	height: 22px;
	width: 194px;
	background-color: #D1D3D1;
	padding-left: 6px;
	background-image: url(../images/nav-hover-arrow.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#nav  a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #888A8A;
	float: left;
	display: block;
	height: 22px;
	width: 194px;
	background-color: #D1D3D1;
	padding-left: 6px;
}
#nav   a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	color: #888A8A;
	float: left;
	display: block;
	height: 22px;
	width: 194px;
	background-color: #D1D3D1;
	padding-left: 6px;
}
#welcome-wrap {
	width: 270px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	background-image: url(../images/myname.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#welcome-txt {
	padding-top: 58px;
}
