/* CSS Document */



body {
	margin:0;
	padding:0;
	background:#000 url(../images/top_bar.gif) repeat-x;
	font:0.9em/1.6em "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	color:#999;
}


img { border:0; }

.clear { 
	clear: both; 
	height: 1px; 
	line-height: 1px; 
}
.hidden {
	display:none;
	height: 1px; 
	line-height: 1px;  
}

h2, h3, h4, h5, h6 { 
	font: 1.0em/1.4em "Lucida Grande", Verdana, Arial, sans-serif; 
	font-weight:normal; 
	color:#eee;
	background-color:transparent; 
	padding-bottom:0; 
	margin-bottom:0; 
	clear:both; 
}
h1 { font-size:1.3em; line-height:1.6em; margin:0; padding:0; font-weight:normal; }
h2 { font-size:1.2em; line-height:1.5em; }
h3 { font-size:1.3em; line-height:1.3em; }
h4 { font-size:1.2em; line-height:1.3em; }
h5 { font-size:1.1em; line-height:1.3em; }
h6 { font-size:0.9em; line-height:0.7em; }

b {
	font-weight:normal;
	color:#fff;
}


/* Global a */
a:link { color:#663366; background:transparent; text-decoration: none; }
a:visited { color:#663366; background:transparent; text-decoration:none; }
a:focus, a:hover, a:active { color:#999; background:transparent; text-decoration:none; }







#container {
	width: 100%;
	padding:0;
	margin:0;
	/*background: url(../img/content-bg.gif) bottom right no-repeat;*/
	position: relative;
}
#header_left {
	margin:23px 0 0 20px;
	padding:0;
	width:40%;
	height:52px;
	float:left;
}
#header_left img {
	float:left;
	margin-right:5px;
}
#header_left a {
	color:#fff;
}



#header_right {
	margin:30px 20px 0 0;
	padding:0;
	width:38%;
	height:45px;
	float:right;
	text-align:right;
	/*border:1px solid #333;*/

}
#header_right div {
	float:right;
	margin-right:12px;
	font-size:100%;
}







#content {
	margin:0 0 0 57px;
	padding:20px 0 20px 0px;
	background:transparent;
	width:90%;
	float:left;
	text-align:left;
	/*border:1px solid #333;*/
}


#content h2, #content_left h2 {
	text-align:center;
	border-bottom:1px solid #333;
	padding-bottom:10px;
}






#content_left {
	margin:0 0 0;
	padding:20px 0 20px 0px;
	background:transparent;
	width:67%;
	float:left;
	text-align:center;
	/*border:1px solid #333;*/
}




/* right
..................................................................................... */

#content_right {
	float:right;
	width:32%;
}
#content_right ul {
	margin:0;
	padding:0 10px 0;
	list-style:none;
}

#content_right li {
	float:left;
	background:url(../images/images_title_left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
}
#content_right ul a, #content_right ul b, #content_right ul span {
	display:block;
	background:url(../images/images_title_rightbg.gif) no-repeat right top;
	padding:20px 20px 30px 10px;
	color:#aaa;
}






/* thumbs
..................................................................................... */

#content_right #thumbs {
	clear:both;
	float:left;
	font-size:80%;
	margin:20px 0 0 20px;
}
#content_right #thumbs .thumbs_link {
	width:100px;
	height:100px;
	float:left;
	margin-right:10px;
	
}
#content_right #thumbs #image_group_info {
	clear:both;
	margin:0;
	padding:30px 0 0;
	font-size:85%;
	color:#333;
}
#content_right #thumbs #caption {
	clear:both;
	display:block;
	margin:80px 0 0;
	border-top:2px solid #222;
	padding:20px 0 0;
}







#content #images_thumbs {
	width:800px;
}

#content #images_thumbs div {
	float:left;
	width:200px;
	height:200px;
	margin:20px 15px 0 0;
	font-size:75%;
	line-height:150%;
	text-align:center
}

#content #images_thumbs div a img {
	padding:2px;
	background:#222;
}	

#content #images_thumbs div a:hover img {
	padding:2px;
	background:#663366;
}











/* footer
..................................................................................... */

#footer {
	clear:both;
	margin:100px 30px 0 0;
	padding:30px 0 20px 0;
	
	width:100%;
	color:#333;
	text-align:center;
	
	font-size:75%;
}



#e {
position:absolute;
width:100%;
height:87%;
}




