html {
	background-image: url(../images/black_blue_bg.jpg);
	background-position: top center;
	background-color: #000;
	height: 100%;
	background-repeat:no-repeat;
}

body {
	text-align: center;
	min-width: 800px;
	height: 100%;
}
 
* {
	outline: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

#main-wrap {
	margin:0 auto;
	width:800px;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
	clear: both;
	margin-top: 20px;
}

/* Headline ======== */

h2 {
	font-size: 30px;
}

h3, h6 {
	font-family: sans-serif;
	font-size: 16px;
	color: #fff;
}

h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 800px;
	border-top: 1px solid #444;
	padding-top: 10px;
	float: left;
}

/* Menu ======== */

#menu {
	width: 788px;
	height: 60px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 0;
	background-image: url(../images/menu-bg.jpg);
	padding-left: 10px;
}

.menu-list li {
	float: left;
	}

.menu-list li a  {
	font-family: sans-serif;
	font-size: 16px;
	color: #666;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	height: 35px;
	padding-top: 20px;
	text-align: center;
	cursor: pointer;
}

.menu-list li a:hover {
	color: #ccc;
	text-decoration: underline;
	}

.active {
	text-decoration: underline;
}

/* Content ======== */

.content-wrapper {
	width: 250px;
	padding-top: 20px;
	float: left;
	margin-left: 16px;
}

#content {
	margin-left: 0px;
}

#content2, #aboutMe-content, #project-content {
	background: #000;
	width: 790px;
	height: 284px;
	float: left;
	background-image: url(../images/me-about.jpg);
	background-position: right;
	background-repeat:no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}

#aboutMe-content {
	background-image: none;
	background-color: #000;
	}
	
#project-content {
	width: 780px;
	background-image: none;
	background-color: #000;
	padding-right: 10px;
	padding-bottom: 10px;
	height: auto;
	float:left;
	}
	
.project-details {
	color: #fff;
	float: left;
	width: 300px;
	font-family: Georgia, sans-serif;
	font-size: 13px;
}

.project-details p {
	margin-top: 3px;
	margin-bottom: 10px;
}

.project-details strong {
	font-size: 12px;
	}


#project-content img {
	float: right;
}


.project_info {
	float: left;
	font-family: sans-serif;
	font-size: 15px;
	width: 780px;
	height: 100px;
	padding: 10px;
	background-color: #eee;
	margin-bottom: 15px;
	border-top: 1px solid #444;	
	border-bottom: 1px solid #444;
	color: #333;	
}

.project_info strong {
	font-weight: bold;
}

.project_info p {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.brief {
	clear: left;
}

.welcome {
	margin-top: 95px;
	width: 395px;
	font-size: 30px;
	font-family: Georgia;
	text-align: center;
	color: #fff;
	}

#flickr {
	float: left;
	width: 800px;
	height: 100px;
	margin-left: 5px;
	margin-top: 10px; 
}

#flickr a {
	margin: 2px;
	float: left;
	}

.merit-list {
	color: #fff;
	font-family: sans-serif;
	font-size: 10px;
	margin: 20px;
}

.contact {
	float: left;
	color: #fff;
	font-family: sans-serif;
	font-size: 10px;
	margin-right: 20px;
}

/* Footer ======= */

#footer {
	margin-top:20px;
	width: 798px;
	height: 100px;
	float: left;
}

