@charset "UTF-8";
/* CSS Document */

body{ 
	font-family: Arial, Sans-Serif; 
	background: #f5f2ec;

}


#container{
	position: absolute;
	width: 900px;
	top: 0px;
}


#mark{
    position: absolute;
	left: 50px;
	top: 20px;
}

#namelogo{
    position: fixed;
	left: 800px;
	top: 20px;
	
	
}


#name{
    position: fixed;
	left: 800px;
	top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	padding: 60px 0px 0px 0px;
	font-size:12px
	
}

.toolHeader {
	font-size:12px;
	font-weight:bold;
	color: #000;
	background: #ff9900;
	padding: 10px 10px 0 10px;
	width: 300px;
}


.toolBody {
	font-size:11px;
	color: #000;
	background: #ff9900;
	padding: 0 10px 10px 10px;
	width: 300px;
}


#navigation {
	position: fixed;
	left: 800px;
	top: 110px;
	width: 200px;
	font-size: 12px;	
}


#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	margin-bottom: 9px;
}


#navlist a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 2px 2px 2px 5px;
	line-height: 20px;
	color: #0099cc;
	text-decoration: none;
}


#navlist a:hover {
	display: block;
	padding: 2px 2px 2px 5px;
	color: #fff;
	background-color: #000000;
	text-decoration: none;
}


li {
	line-height: 9px;	
}


#navsections {
	margin-bottom: 9px;
}


#workcontainer {
	position: absolute;
	left: 50px;
	top: 110px;
	width: 700px;
	margin: 0 20px 0 0;
	
	
}



#topline {
	position: absolute;
	margin-bottom: 9px;
	
}


h1 {
	font-weight: bold;
	font-size: 12px;
	line-height: 12px;
	color: #0099cc;
	width: 200px;
}



h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #0099cc;
	width: 700px;
}

h2 a {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #0099cc;
	text-decoration: none;
}

h2 a:hover {
	color: #ff9900;
	text-decoration: none;
}


h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
	color: #000;
	width: 700px;
}

h3 a {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}

h3 a:hover {
	color: #ff9900;
	text-decoration: none;
}

#footer {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	line-height: 20px;
	color: #000;
	text-decoration: none;
	margin-bottom: 60px;
	margin-top: 25px;
	left: 700px;	
}


#footer a {
	float:right;
	color: #000;
	text-decoration: none;
}


#footer a:hover {
    float:right;
	color: #000;
	text-decoration: none;
}



