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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ededed;
	margin: 0;
	padding: 0;
	}
	
#container {
	background: #ededed;
	min-height: 100%;
	}

#container2 {
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: -22px;
	padding-top: 0;
	min-height: 300px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	/*IE 6 FIX*/ * html #container2 {
					height: 500px;
					}
	
#head {
	position: fixed;
	top: 0;
	right: 50%;
	margin-right: 450px;
	background-image: url(graphics/head.png);
	background-position: top right;
	background-repeat: no-repeat;
	width: 435px;
	height: 126px;
	z-index: 2;
	}
	/*IE 6 FIX*/ * html #head {
					position: absolute;
					}
	/*IE 6 FIX*/ img, div, a { behavior: url(IE6FIX/iepngfix.htc) }
	/*IE PNG Alpha Fix v1.0 by Angus Turnbull - http://www.twinhelix.com. Updated: 12 July 2008.*/
	
#foot {
	}
	
h1 {
	display: block;
	width: 259px;
	height: 52px;
	position: fixed;
	top: 200px;
	right: 50px;
	z-index: 2;
	}
	/*IE 6 FIX*/ * html h1 {
					position: absolute;
					}
	h1 a {
		background-image: url(graphics/h1.png);
		display: block;
		width: 259px;
		height: 52px;
		}
		h1 a:hover {
			background-image: url(graphics/h1_over.png);
			background-repeat: no-repeat;
			display: block;
			width: 259px;
			height: 52px;
		}
		h1 a span {
			display: none;
			}
	
h2 {
	color: #bbbda8;
	font-size: 20px;
	margin-top: 80px;
	}
	
	h2 span {
		display: none;
		}
			
#links {
	display: block;
	width: 200px;
	list-style-type: none;
	position: fixed;
	top: 275px;
	right: 0;
	margin-right: -130px;
	text-align: right;
	z-index: 2;
	}
	/*IE 6 FIX*/ * html #links {
					position: absolute;
					}
	#links li {
		font-size: 11px;
		margin-left: 0;
		margin-bottom: -1em;
		margin-top: -.5em;
		padding: 0;
		display: block;
		}
	#links a {
		text-decoration: none;
		color: #000000;
		}
		#links a:hover {
			text-decoration: underline;
			}
		
#content {
	display: block;
	margin-top: 20px;
	margin-left: 10%;
	padding-bottom: 100px;
	padding-top: 120px;
	width: 604px;
	text-align: left;
	color: #000000;
	z-index: 1;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	/*IE 6 FIX*/ * html #content {
					}
	#content a {
		color: #686868;
		}
		#content a:hover {
			text-decoration: none;
			}
		#content a img {
			border: 2px solid #d0d8bf;
			}
			
	.types {
		list-style-type: none;
		}
		.types li {
			display: block;
			height: 175px;
			padding-top: 80px;
			}
		.types img {
			float: right;
			margin-top: -80px;
			}

#content p {
	text-align: justify;
	}
	
h3 {
	margin-top: 30px;
	color: #bbbda8;
	}

h4 {
	float: left;
	font-weight: normal;
	clear: left;
	margin-top: 0;
	margin-bottom: 0;
	}

.cv {
	margin-left: 33px;
	margin-top: 0;
	}
	/*IE 7 FIX*/ .cv {
		*margin-left: 83px;
			}
	.cv li {
		margin-top: 10px;
		}
		
.form {
	list-style-type: none;
	z-index: 3;
	margin-bottom: 90px;
	}
	.form li {
		margin-bottom: 8px;
		}
	.textbox {
		display: block;
		}
		
.represented {
	list-style-type: none;
	z-index: 3;
	margin-bottom: 90px;
	}
	.represented li h3 {
		margin-bottom: 5px;
		}
