@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #EEF2FC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
}

#wrapper {
	background-color: #EEF2FC;
	padding: 0px;
	width: 800px;
	margin-right: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-left: auto;
}
#wrapper #content #contentGallery {
	height: 800px;
	width: 800px;
}
#wrapper #header {
	background-color: #EFF2FC;
	height: 44px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#wrapper #header h1 {
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-size: 16px;
}
#wrapper #footer h2 {
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
#wrapper #left {
	padding: 15px;
	float: left;
	text-align: left;
	width: 800px;
}
#wrapper #right {
	margin-left: 400px;
	padding: 15px;
	text-align: right;
}
#wrapper #topnav {
	background-color: #EEF2FC;
	text-align: right;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 15px;
	z-index:1000;
}
#wrapper #topnav ul {
	margin: 0px;
	padding: 0px;
	z-index:1000;
}

#wrapper #topnav ul li ul li{
	margin: 0px;
	padding: 0px;
	z-index:1000;
}


#wrapper #footer {
	clear: both;
	padding: 5px;
	text-align: center;
	background-color: #EFF2FC;
	border-top-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#wrapper #logo {
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(images/logo.jpg);
}
#wrapper #content {
	margin: 0px;
	padding: 0px;
	height: 534px;
	width: 800px;
	z-index:10;
}

#wrapper #contentGallery {
	height: 600px;
	margin: 0px;
	padding: 0px;
	width: 800px;
	z-index:10;
}
#wrapper #content #contenbackground {
	height: 534px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/welcome.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#content #picture {
	background-image: url(images/me.jpg);
	width: 300px;
	height: 450px;
	margin: 15px;
	float: left;
}
#content #picturetext {
	width: 500px;
	top: 200px;
	margin-left: 300px;
	padding-top: 200px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
