body {
	margin: 0;
	padding: 0;
	background-color: #181818;
	color: #fff;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align: center;
}

p, h1 {
	margin: 0px; 
	padding: 10px; 
}

h1 {
	background-color: #000;
	font-size: 11px;
	text-transform:uppercase;
	text-align: left;
	color: #564b47;	
}

a {
	color: #fff;
	text-decoration: none;
	border: none;
	border-color: #e1e1e1; 
}

/* ----------------------------------------------------------Containter */

#container {
	position: relative;
	top: 20px;
	width: 900px;
	margin:0 auto;
	padding: 0;
	text-align: left;
}

#gallery {
	width: 900px;
	text-align: center;
	}
	
#resume {
	text-align: left;
	}

#gallery a {
	color: #666;
	}
	


/* ----------------------------------------------------------Header */

#header {
	background: #333 url('../header.') top center repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 140px;		
}

/* ----------------------------------------------------------Navigation Menu */

#menu {
	clear: left;
	float: left;
	width: 100%;
	background: #333 0 25% repeat;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

#menu ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}

#menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

#menu a {
	background: #333 url('../images/seperator.gif') bottom right no-repeat;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: normal;
}

#menu ul li a span {
	display: block;
}

#menu a:hover {
	background: #2580a2 url('../images/hover.gif') bottom center no-repeat;
	color: #fff;
}

/* ----------------------------------------------------------Flash */
	
#flashcontent {
	width: 100%;
	height: 640%;
}

/* ----------------------------------------------------------Content */

#content {
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #666;
	border: 5px solid #ccc;
	text-align:left; /* part 2 of 2 centering hack */
	width: 400px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 370px;

}
	
/* ----------------------------------------------------------footer */

#footer {
	width: 100%;
	margin: 0px auto;
	background: #252525;
	text-align: center;
	visibility: visible;
	clear: both;		
}
