
body 
{ 
	height:100%; /* this is the key! */ 
	font-family: Arial;
	background-color: #eee;
}

#layoutttt
{
	border: #cccc99 1px solid;
	padding: 10px;
	margin: 0px auto;
	width: 1000px;
	background-color: #fff;

}

#layout
{
	margin-left:100px; 
	margin-right:100px; 
	margin-top:10px; 
	margin-bottom:10px; 
	border:1px solid #333; 
	background-color:#fff;
	min-height:600px;
	display:block;
}

#header h1
{
	font-size:12pt;
	color:#FF9FA8;
}

h1
{
	font-weight: normal;
	font-size: 16pt;
	color: #cc9;
	font-family: 'Arial Black';
}

h2
{
	font-weight: normal;
	font-size: 12pt;
	color: #cc9;
	font-family: 'Arial Black';
	letter-spacing: 1px;
}

#header a
{
	text-decoration:none;
}

#menuuu
{
	float: right;
	width: 110px;
	padding-top:30px;
	z-index:1;
}

#menu
{
	position:absolute;
	width:130px;
	top:30px;
	right:100px;
	margin-top:30px;
	height:100%;
}

#menu ul
{
	margin-left:0px;
	padding-left:0px;
}

#menu li
{
	list-style:none;
	text-align:left;
	padding-bottom:10px;
}

#menu a
{
	font-size: 11pt;
	color: #cccc99;
	font-family: 'Arial Black';
	text-decoration: none;
}

#menu a:hover
{
	color:#aaa;
}

#menuindex
{
	float: right;
	width: 190px;
	padding-top:30px;
	z-index:1;
}

#menuindex ul
{
	margin-left:0px;
	padding-left:0px;
}

#menuindex li
{
	list-style:none;
	text-align:left;
	padding-bottom:10px;
}

#menuindex a
{
	font-size: 11pt;
	color: #cccc99;
	font-family: 'Arial Black';
	text-decoration: none;
}

#menuindex a:hover
{
	color:#aaa;
}


#splash
{
	clear:both;
	float:right;
}

#contenttt
{
	font-size: 10pt;
	float: left;
	width: 780px;
	/*height:470px;
	overflow:auto;*/
	line-height: 15px;
	text-align: justify;
	color:#444;
	border-right:solid 1px #ddd;
	padding:10px;
	padding-left:60px;
	padding-right:30px;
	background-color: #fff;
}

#content
{
	margin-right:140px;
	color:#444; 
	background:#fff; 
	margin-left:70px; 
	margin-top:30px; 
	margin-bottom:10px; 
	padding-right:25px;
	border-right:solid 1px #ddd;
}

#content p
{
	text-align:justify;
	font-size:10pt;
}

#content img
{ 
	padding:5px;
}

#content a
{ 
	color:#777;
	text-decoration:none;
}

#content a:hover
{
	text-decoration:underline; 
}

#content ul
{
	padding-bottom:20px;
}


#content li
{

	font-weight: bold;
	color: #999999;
	list-style-type: none;
	padding-top:10px;
	text-transform: uppercase;
	font-size:10pt;
}

#footer
{
	clear:both;
	font-size:8pt;
	color:#888;
	/*width:1020px;*/
	margin-left:100px; 
	margin-right:100px; 
}

#footer a
{
	color: #777;
}

#footer h1
{
	margin-top:-1px;
	font-size:8pt;
	color:#FF9FA8;
	text-decoration:none;
	text-align:right;
}

.gallery li
{
	display:inline;
}

.galleryThumb
{
	width:50px;
}