* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: Arial,'Lucida Grande',Verdana,sans-serif;
	text-align: center;
	background-color: #FFF;
}


#page {
	background-color: #FFF;
	width: 1022px; 
	margin: 0px auto; 
	text-align: center;
}

#header {
	height: 150px;
	width: 992px;
	text-align: left;
}

#nav-menu {
	margin-top: 20px;
	height: 55px;
	width: 700px;
	letter-spacing: 0px;
	float: left;
}

#nav-menu ul {
	list-style: none;
}
  
#nav-menu ul a {
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 5px;
	display: block;
	line-height: 50px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #555;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
}
	
#nav-menu ul a:hover {
	text-decoration: underline;
	text-shadow: 0px 0px 4px #FF0000;
}
 
#nav-menu li {
	float: left;
}

#logo {
	text-align: left;
	letter-spacing: -2px;
	text-shadow: 2px 2px 4px #555;
	font: 48px Georgia, Arial, "Times New Roman", Times;
	margin-left: 18px;
	margin-top: 44px;
	color: #000;
	width: 700px;
	height: 150px;
	float: left;
}

#slogan {
	text-align: left;
	text-shadow: 1px 1px 2px #555;
	margin-left: 60px;
	font: 16px Arial, "Times New Roman", Times;
	letter-spacing: 0px;
	color: #000;
}

.clearfloats {
	clear:both;
}

#portrait {
	background-image: url("images/portrait.jpg");	
	width: 180px;
	height: 180px;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}

#content {
	width:992px;
	min-height:270px;
	text-align:left;
	padding: 15px;
	color: #000
}
#content h1 {
	font:36px Georgia, Arial, "Times New Roman", Times;
	padding-bottom:10px;
	text-shadow:1px 1px 2px #000;
}

#content h2 {
	font:24px Georgia, Arial, "Times New Roman", Times;
	padding-bottom: 10px;
	text-shadow: 1px 1px 2px #444;
}

#content p {
	font:16px Arial, "Times New Roman", Times;
	text-align:justify;
	padding-bottom: 10px;
}

.content-padding{
	height: 60px;
}

#footer {
	padding-top:15px;
	width:992px;
	height:50px;
	text-align:center;
}

#footer p {
	font:12px Arial, "Times New Roman", Times;
	color:#444;
}

#footer a {
	font:12px Arial, "Times New Roman", Times;
	color:#062;
}


.project {
	margin: 0px 20px 0px 20px;
}

.project-text {
	padding: 10px;
	float: left;
	width: 470px;
}

.project-video {
	float: right;
	width: 425px;
}

