body {
	font: 100%/120% Times New Roman, Times, serif, "Lucida Grande", Georgia, serif;
	color: white;
	background: black;
	margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 0;
	line-height: 150%;
}
h1, h2, h3 {
	color: #600;
	line-height: 120%;
}
blockquote {
	line-height: 120%;
	padding: 10px 10px 10px 20px;
}

/* everything is enveloped by the wrapper */
#wrapper {
	margin: 0px auto;
	width: 770px;
	text-align: left;
	padding: 0px;
}
/* displays pretty picture at the top: */
#banner {
	background:  url(../images/banner.jpg);
	height: 150px;
	/* background: url(../images/banner.jpg) no-repeat;
	height: 150px; */
}
/* These are for displaying the contact info boxes in the banner */
#address {
	left: 10px;
	top: 10px;
	position: static;
	
}
#contact {
	left: 500px;
	top: 10px;
	position: static;
	
}
/* ----------------------------------------------------------- */
/* menu div --------------------------------------- */
#menu {
	text-align: center;
	margin: 1px;
	padding-top: 2px;
	height: 28px;
	border-top: 1px dashed #444;
	border-bottom: 1px dashed #444;
}
/* the menu ul/li provide the navigation links */
#menu ul {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
	font-weight: bold;
}
#menu ul li {
	display: inline;
	padding: 3px 3px 0px;
	margin: 3px;
}
#menu ul li:hover, #menu ul li:focus {
}
#menu ul li a {
	color: white;
	text-decoration: none;
	text-align: center;
}
#menu ul li a:hover {
	color: #ff9;
}
/* ----------------------------------------------- */

/* content portion of the page ------------------ */
#content {
	background: #FFF url(../images/content_bg.jpg) repeat-x;
	color: #000;
	padding: 25px 50px 50px;
	margin-right: 15px;
	margin-left: 15px;
}
#content a {
	color: #600;
	font-weight: bold;
}
#content a:hover, #content a:focus {
	text-decoration: none;
}
#content a:active {
	color: #FFCCCC;
	text-decoration: none;
}
#content a:visited {
	color: #999999;
}
/* ---------------------------------------------- */

/* footer --------------------------------------- */
#footer {
	text-align: center;
	font-size: 80%;
	border-top: 1px dashed #444;
	border-right: 1px none #444;
	border-bottom: 1px dashed #444;
	border-left: 1px none #444;
	margin: 1px;
	padding: 10px;
}
#footer p {
	margin-top: 0;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #ff9;
}
/* ---------------------------------------------- */
/* for floating the images: */
.leftimage{
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
}
.rightimage{
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
}

/* formatting for the curriculum vitae */
#cv {

}
#cv p {
	margin-top: 4px;
	line-height: 120%;
	font-size: 90%;
}
.hanging {
	text-indent: -1.5em;
	margin-left: 1.5em;
}
.block_indent {
	margin-left: 1.5em;
}
/*#address {
	filter:alpha(opacity=50);
	opacity: 0.5;
	background: #000;
	float: left;
	-moz-opacity:0.5;
}
#contact {
	filter:alpha(opacity=50);
	opacity: 0.5;
	background: #000;
	float: right;
	-moz-opacity:0.5;
}      
#address div {
	padding: 10px 20px;
	font-weight: bold;
	color: #FFF;
	filter:alpha(opacity=100);
	opacity: 1;
	font-size: 90%;
	-moz-opacity:1;
	position: relative;
}
#contact div {
	padding: 10px;
	font-weight: bold;
	color: #FFF;
	filter:alpha(opacity=100);
	opacity: 1;
	font-size: 90%;
	-moz-opacity:1;
	position: relative;
}*/

