body {
	background-color: #FFFFFF;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9px;
	color: #000000;
}
html { 
	scrollbar-arrow-color:#000000; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-face-color: #CCCCCC; 
	scrollbar-highlight-color: #999999; 
	scrollbar-3dlight-color: #CCCCCC; 
	scrollbar-darkshadow-color: White; 
	scrollbar-shadow-color: White; 
} 
#container {
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
}
#logo { 
	width: 350px;
	height: 50px;
	position: relative;
	left: 100%;
	margin-left: -350px;
	font-size: 10px;
	text-align: right;
	color: #999999;
}
#menu {
	width: 800px;
	height: 30px;
	position: relative;
	color: #000000;
}
#content {
	width: 900px;
	margin-top: 5px;
	position: relative;
	min-height:450px;
  	height:auto !important;
  	height:450px;
}
#footer {
	width: 900px;
	height: 50px;
	margin-top: 5px;
	position: relative;
	color: #000000;
	text-align: center;
}
.pic_title {
	color: #003;
	font-size: 10px;
}
#menu a { padding-left: 10px; }
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FFFFFF;
}
.infos {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	margin: 2px;
}
.privacyNormal {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: left;
	white-space: normal;
}
.privacyBold {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
	white-space: normal;
}
.privacytag {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.portfolio {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-transform: capitalize;
}
.portfolio2 {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: red;
	text-decoration: none;
	text-transform: capitalize;
}
.portfolio2 a {
	color: red;
	text-decoration: none;
	font-weight: bold;
}
.thumbnail {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #FFFFFF;
}
