body
	{
	margin:0;
	padding:0;
	background-color:#666;
	font-family:"Lucida Grande","Trebuchet ms",arial,helvetica,sans-serif;
	}
	
a
	{
	color:#6060c0;
	}
	
a:visited
	{
	color:#6060c0;
	}	
	
label
	{
	font-size: 75%;
	display: block;
	}

input,
select,
textarea
	{
	display: block;
	margin-bottom: 10px;
	font-size:75%;
	}

ul
	{
	}

li
	{
	font-size:75%;
	list-style-type:square;
	padding:0.5em;
	}


/*===Header=======================================*/

#header
	{
	height:75px;
	background-color:#bbb;
	}

#header a
	{
	text-decoration:none;
	}

h1
	{
	font-weight:normal;
	font-size:210%;
	margin:0;
	padding:14px 0 0 17px;
	}

.firstname
	{
	color:#000;
	}
	
.lastname
	{
	color:#666;
	}		

.uri
	{
	color:#ccc;
	}


h2	{
	font-weight: normal;
	font-size: 100%;
	padding:0.5em 0 10px 0;
	margin:0;
	color:#666;
	}

/*===Content======================================*/

#container
	{
	position: relative;
	background-color: #fff;
	padding-top: 18px;
	border-bottom: 4px solid #9f9e9e;
	}

.content
	{
	margin: 0 0 20px 107px;
	}

h3
	{
	color: #7b68ee;
	font-size: 80%;
	margin: 0 0 10px 0;
	font-weight: normal;
	}

p
	{
	font-size: 75%;
	line-height: 2.1em;
	margin: 0 0 1.5em;
	width:55%;
	}

/*===Footer=======================================*/
	
#footer
	{
	height:180px;
	color:#efefef;
	background-image:url(../images/sitemap4.gif);
	background-repeat:no-repeat;
	background-position:107px 0;
	}	