@charset "UTF-8";
/* CSS Document */

body {
	background-color: #4D0568;
	margin: 0px;
}

#wrapper {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #3A1038;
	height: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #D402FF;
	height: 115px;
	width: 100%;
	padding-left: 200px;
	background-image: url(../images/welcome.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#mainContent {
	height: 500px;
	background-image: url(../images/webbg-01.png);
}
    #navbar {
	width: 800px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
}
#centerHome {
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/meMain.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#center {
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 300px;
}
    .navWrapper {
	height: 50px;
	padding-left: 10px;
	width: 185px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
