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

html {height: 100%;}

body {
	background-color: #202020;
	margin: 0;
	padding: 0;
	font: 11pt Georgia, "Times New Roman", Times, serif;
	color: #000;
	line-height: 25px;
	height: 100%;
}

a, a:hover {color: #000; text-decoration: underline;}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	background-color: #000;
	/*border: 2px solid #000;*/
	height: 100%;
}

#header {
	width: 1024px;
	height: 164px;
	background: url(images/headerBG.gif) no-repeat;
}

#name {
	text-align: center;
	width: 1024px;
	margin: 40px 0 30px 0;
	float: left;
}

#nav {
	height: 18px;
	width: 1024px;
	text-align: center;
}

#bodee {
	width: 1024px;
	background: url(images/bodyBG.gif) repeat-y;
	float: left;
}

#fleur {
	width: 294px;
	height: 595px;
	background: url(images/fleur.png) no-repeat;
	position: absolute;
	top: 164px;
	left: inherit;	/*zoom:1;*/
	/*left: 0;*/
}

#content {
	/*border: 1px solid black;*/
	float: right;
	width: 680px;
	margin: 30px;
	/*text-align: center;*/
}

#homeContent {
	/*border: 1px solid black;*/
	float: right;
	width: 680px;
	margin: 30px;
	text-align: center;
}

#homeHighlightBox {
	height: 163px;
	width: 456px;
	background: url(images/homeHighlight.gif) no-repeat;
	clear: both;
	margin: 40px 0 20px 112px;	
	text-align: left;
}

#homeHighlightBox p {
	padding-right: 15px;
}

.spotlightThumb {
	border: 1px solid #333;
	margin: 15px;
	float: left;
}

.spotlightTitle {
	margin: 15px 0 0 0;	
}

.err {color: red;}

#portfolioTable td {padding: 10px; margin: 0; vertical-align: top;}

#portfolioTable img {float: right; border: 2px solid #000;;}

#footer {
	width: 1024px;
	height: 60px;
	background: url(images/footerBG.gif) no-repeat;
	padding-bottom: 20px;
	float: left;
	background-color: #000;
}
