a
{
	text-decoration: none;
}

a:link
{
	color: #005ed8; 
}
a:visited
{
	color: #005ed8; 
} 
a:active 
{
	color: #800000;
}
a:hover
{
	color: #800000;
}

body 
{
	margin: auto; /* centered */
	text-align: center; /* for IE */
	font-family: verdana, arial, helvetica, sans-serif, "trebuchet MS", geneva;
	font-size: 12px;
	background-color: #000000;
	width: 760px;
}

/*
** Wrapper div
*/
#wrapper
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#header1
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#header2
{
	margin-top: -2px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/*
** Wrapper div. The left and right columns go in the content div.
*/
#contentwrapper
{
	float: left; 
	position: relative;
	
	margin-top: -2px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/*
** The content div. Information (bio, resume, ...) goes in that div.
*/
#menu 
{
	background-color: #007a6c;
	background-image: url(../graphics/menu_bkg.jpg);
	position: relative;
	float: left;
	overflow: hidden; /* For IE 6 bug */
	width: 150px;
	text-align: right;
}

#menu hr
{
	color: #000000;
	background-color: #000000;
	height: 1px;
	size: 1px;
	border: none;
}

#menu a
{
	font-family: verdana, arial, helvetica, sans-serif, "trebuchet MS", geneva;
	font-weight: bold;
	text-decoration: none;
}

#menu a:link
{
	color: #000000; 
}
#menu a:visited
{
	color: #000000; 
} 
#menu a:active 
{
	color: #FFFFFF;
}
#menu a:hover
{
	color: #FFFFFF;
}

/*
** Div that contains the quote and image, the column on the right.
*/
#content 
{
	background-color: #FFFFFF; 
	position: relative;
	text-align: justify;
	float: left;
	margin: 0px;
	overflow: hidden; /* For IE 6 bug */
	width: 570px;
	padding-left: 20px;
	padding-right: 20px;
}


/*
** The bottom box, the one that contains the text for (c)
*/
#bottom
{
	float: left;
	left: 0px;
	background-color: #005ED8;
	width: 760px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: solid 2px black;
	border-bottom: solid 2px black;	
}