@CHARSET "UTF-8";


body {
	
	font-family:Verdana;
	font-size:10pt;
	color:#eeeeee;
	background:white;
	white-space:normal;
	}

h1 {
	color:#e2c4a3;
	padding-left:35px;
	font-size:13pt;
	text-align:left;
	margin-top:20px;
	margin-bottom:0px;
	padding-top:10px;
	font-weight:bold;
	background: url(headline.jpg) no-repeat top right;
}


h2 {

	font-size:10pt;
	margin:10px;
	margin-left:0;
	margin-bottom:0px;
	margin-top:20px;
}


div#wrap {
	width:713px;
	margin:10px auto;
}

#Header {
	height:290px;
	background:url(header.jpg);
	padding:10px;
	text-align:right;
}


.content_element {
	width:650px;
	background: black url(bottom.jpg) no-repeat bottom left; 
	margin:0px auto;
	margin-top:25px;
	padding-bottom:20px;
	clear:both;
	}
.content_element p {
		padding-left:45px;
}
	
div.content_element .inside {
	padding:10px 32px;
	}

div.content_element a,
div#Header a {
	color:#e2c4a3;
	}	

div.project_entry {
	clear:both;
	}

div.project_entry p {
	padding-left:12px;
	}

div.project_entry img {
	float:left;
	border:1px solid white;
	margin-right:12px;
}


#Footer {
	margin:0px auto;
	margin-top:20px;
	font-size:8pt;
	width:550px;
	color:black;
	text-align:center;
	background-color:#white;
	}

div.Contact {
	background: black url(bottom2.jpg) no-repeat bottom left;
	padding-bottom:90px;
	}
	

div#navigation_container ul {
	text-align:center;
	padding:12px;
	}
	
div#navigation_container ul li {
	display:inline;
	}


	
a.swoosh {
	background: url(link1.jpg) no-repeat bottom right;
	height:40px;
	text-decoration:none;
	font-size:12pt;
	font-style:italic;
	font-weight:bold;
	padding-top:12px;
	padding-left:12px;
	padding-right:45px;
	padding-bottom:24px;
	color:black !important;
	}
	
a.swoosh:hover {
	background: url(link2.jpg) no-repeat bottom right;
	}
	
li.active a.swoosh {
	font-weight:normal;
	}
	
	
.toggler {
	cursor:pointer !important;
	}
	
table, tr, th, td { 
	margin:10px;
	text-align:left;
	vertical-align:top;
	}

table {
	width: 100%;
	}

td.key {
	font-size:80%;
	vertical-align: middle;
	}

ul {
	list-style:none;
	text-align:left;
	padding:0pX;
}

-clearer {
	clear:both;
	}