@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #e0dcda;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.8em;
}
body a:link {
	color: #990000;
	text-decoration: none;
}

body a:visited {
	color: #660000;
	text-decoration: none;
}

body a:hover {
	color: #000000;
	text-decoration: underline;
}

body a:active {
	color: #FF0000;
	text-decoration: none;
}
#header {
	margin: 0px;
	background-color: #BABABA;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 100%;
	position: fixed;
	clear: both;
	height: 50px;
	background-image: url(../images/page_elements/fleur.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#header h1 {
	font-size: 1.4em;
	xfont-weight: bold;
	color: #333333;
	text-align: right;
	padding-right: 10px;
	font-family: "Trebuchet MS";
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;	

}
#header a:link {
	color: #333333;
	text-decoration: none;
}

#header a:visited {
	color: #333333;
	text-decoration: none;
}

#header a:hover {
	color: #333333;
	text-decoration: underline;
}

#header a:active {
	color: #333333;
	text-decoration: none;
}

#nav {
	background-color: #d9d4d2;
	height: 100%;
	width: 150px;
	background-position: left top;
	position: fixed;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-repeat: repeat;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #c3bcb9;
	font-family: "Trebuchet MS";
	line-height: 1.4em;
	color: #000000;
	margin-top: 61px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	line-height: 1.8em;

}
#nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#nav a:link {
	color: #666666;
	text-decoration: none;
}

#nav a:visited {
	color: #666666;
	text-decoration: none;
}

#nav a:hover {
	color: #000000;
	text-decoration: underline;
}

#nav a:active {
	color: #666666;
	text-decoration: none;
}

#stuff {
	margin-left: 175px;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#stuff img {
	background-color: #FFFFFF;
	padding: 15px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	margin-right: 20px;
}#stuff h3 {
	color: #666666;
	font-family: "Trebuchet MS";
}
#stuff h4 {
	font-size: .8em;
	padding: 0px;
	margin: 0px;
}

#footer {
	text-align: right;
	font-size: .8em;
}

#written {
	margin-left: 175px;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 800px;
}
#written h3 {
	color: #666666;
	font-family: "Trebuchet MS";
}
#written p {
	text-indent: 2em;
}
#written ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
#written ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3.4em;
	list-style-type: none;
}

#written img {
	background-color: #FFFFFF;
	padding: 15px;
	border: 1px solid #333333;
	margin-right: 10px;
	margin-left: 10px;
}
#portfolios {
	margin-left: 175px;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

}#portfolios h3 {
	color: #666666;
	font-family: "Trebuchet MS";
}

.hidden {
	visibility: hidden;
}
#portfolios td {
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
