body
{
	margin: 0 auto;
    font-family: tahoma;
    color: #6E6E6E;
        text-align: center;
}
.wrapper
{
	width: 750;
	height: auto;
	text-align: center;
	display: table-cell;
	margin: 0 auto;
}
.header
{
	width: 750px;
	height: 35px;
	text-align: left;	
}

.nav-bar
{
	width: 750px;
	height: 35px;
	background-image: url(../img/nav.jpg);
	background-repeat: repeat-x;
}

.welcome-bar
{
	width: 751px;
	height: 164px;
	background-image: url(../img/welcome-back3.jpg);
	background-position: right;
	background-color: #f5f5f5;
	background-repeat: repeat-x;
}
.welcome-text-holder
{
	float: left;
	width: 390px;
	text-align: justify;
	margin-left: 40px;
	margin-top: 25px;
}

.welcome-text1
{
	font-family: tahoma;
	font-size: 26pt;
	color: #6e6e6e;	
}

.welcome-text2
{
	font-family: tahoma;
	font-size: 8pt;
	color: #6e6e6e;
	padding-top: 10px;
	line-height: 16px;
}

.main-content
{
	width: 751px;
	height: 192px;
	background-color: whiteSmoke;
}

.content-text {
    padding: 10px;
}
.main-text-holder
{
	float: left;
	width: 240px;
	text-align: justify;
	margin-left: 40px;
	margin-top: 25px;
}

.project-text-holder
{
	float: left;
	width: 240px;
	text-align: justify;
	margin-left: 40px;
	margin-top: 25px;
}

.title-text
{
	font-family: tahoma;
	font-size: 18pt;
	color: #6e6e6e;	
}

.nav-button
{
	float: left;
	width: 150px;
	text-align: center;
	font-family: tahoma;
	font-size: 12pt;
	color: #989898;
	margin-top: 15px;
}

.copyright-bar
{
	width: 751px;
	height: 50px;
	background-color: #dedede;
	border-bottom: solid 1px #e3e3e3;
}

.copyright-text
{
	font-family: tahoma;
	font-size: 8pt;
	color: #6e6e6e;
	padding-top: 16px;
	line-height: 16px;
        text-align: center;
}

a.nav:link {color: #6e6e6e; text-decoration: none; }
a.nav:visited {color: #6e6e6e; text-decoration: none; }
a.nav:hover {color: #000000; text-decoration: none; cursor: pointer; }
a.nav:active {color: #6e6e6e; }

