body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;/*#979A83;*/
	background-color: #000000;
	margin: 5px;
	padding: 0px;
}
a 
{
	color:#aaaaaa;
	text-decoration:none;
}
a:hover, a.active 
{
	color:#ffffff !important;
}
a:hover 
{
	text-decoration:underline;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	margin-left: 2px;
	letter-spacing: .25px;
}

   
#header {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 500px;
	margin-left: 12px;
}
#header .h2 {
	color:#FFFFFF;
	font-size:42px;
	font-weight:bold;
	line-height:44px;
	text-shadow:1px 1px 1px #000000;
}

#sidebar {
	background-attachment: scroll;
	background-image: url(images/scrollnotify2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 450px;
	width: 140px;
	margin-left: 12px;
	margin-top: 12px;
	float: left;
	margin-bottom: 20px;
}

#gallery{
	overflow: visible;
	position: absolute;
	width: 500px;
	height: 700px;
	left: 170px;
	text-align: left;
	margin-top: 20px;
	float: left;
}

#who{
	overflow: visible;
	position: absolute;
	width: 600px;
	height: 700px;
	left: 200px;
	text-align: left;
	margin-top: 20px;
	float: left;
}

#infos {
	overflow: visible;
	position: absolute;
	width: 220px;
	height: 700px;
	left: 700px;
	text-align: left;
	margin-top: 20px;
	float: left;
}

#infos .showdiv 
{
	display:inline;
}
#infos .hidediv 
{
	display:none;
}

#gallery .image {
	float: left;
	font-size: 9.5px;
	text-transform: uppercase;
	line-height: 8px;
}





#mainpage_header {
	height: 90px;
}
	
table {
	font-size: 11px;
}

#gallery .mail {
	font-size: 14px;
	color: #fffac5;
	font-weight: normal;
}

#gallery a:hover.mail {
	color: #979A83;
}

.post {
	font-size: 12px;
	color: #fffac5;
	text-transform: uppercase;
	}
	
.entry {
	padding-bottom: 30px;
	}
	
.MsoNormal {
	font-size: 11px;
	}
	
	.alignright {
   float: right;
   margin-right: 2px;
   padding-bottom: 15px;
   }

.alignleft {
   float: left;
   margin-left: 2px;
   padding-bottom: 15px;
}