


body	{
	height: 100%; font-size: 14px; font-family: Arial, Helvetica, sans-serif;
	/*background-color: rgb(26, 24, 24); font-color: rgb(204, 204, 204);*/
	background: rgb(025,025,025) url(images/bg_gradient1.jpg) repeat-x;
	}

*	{
	margin: 0px; padding: 0px;
	}

#header	{
	background: url(images/logo1.jpg) no-repeat;
	width: 100%; height: 156px;
	position: relative;
	/*border:1px solid #bbb;*/
	}

#wrap	{
	position: relative; text-align: left; MARGIN: 0px auto;
	width: 960px; height: auto;
	/*background-color: white;*/
	}

#main	{
	padding: 0px;
	float: left; width: 100%;
	/*border:1px solid #bbb;*/
	}

.text{
	padding:0 auto;
	/*padding-top:24px;*/
	text-align:left;
	font-size: 100%;
	color: white;
	letter-spacing: 1px;
	}

.tex1{
	padding:0 auto;
	text-align:left;
	font-size: 120%;
	color: rgb( 140, 124, 115);
	font-style: italic;
	letter-spacing: 1px;
	}

h1{
	font-style: italic;
	font-size:150%; font-weight: bold; text-align: left;
	color: rgb( 125, 125, 125);
	/*border:1px solid #bbb;*/
	}

.space{
	background: none; clear: both; 
	margin: 0; padding: 0; width: auto; height:32px;
	/*background-color: green;*/
	}

#col0	{
	padding: 0px;
	float: left; width: 100%; text-align: center;
	/*background-color: rgb( 255, 155, 155);
	border:1px solid rgb( 255, 000, 000);*/
	}

#col1	{
	padding: 10px;
	float: left; width: 15%;
	/*border:1px solid rgb( 255, 000, 000);*/
	}

#col2	{
	padding: 10px;
	float: left; width: 62%;
	/*background-color: rgb( 155, 255, 155);
	border:1px solid rgb( 055, 055, 055);*/
	}

#col3	{
	padding: 10px;
	float: right; width: 15%;
	/*background-color: rgb( 155, 155, 255);
	border:1px solid rgb( 000, 000, 255);*/
	}

#img_scr{
	padding:0px;
	text-align:center;
	width: 100%;
	/*border:1px solid #bbb;*/
	}

- - - - - - - - - - - - - - - - - - - - -


ul#nav	{
	padding: 0px;
	margin: 0px;
	list-style:none;
	}
 
ul#nav li{
	display:inline;
	}
 
ul#nav a{
	padding: 20px;
	margin: 0px;
	float:center;
	width: 20%;
	height: 23px;
	text-decoration:none;letter-spacing: 3px;
	color: rgb( 128, 128, 128);
	}
 
ul#nav a:hover{
	color: rgb( 196, 196, 196);
	}

#nav #current{
	font-weight: bold;
	color:white;


	}

- - - - - - - - - - - - - - - - - - - - -
	
ul#thumbs{

		list-style:none;
	}

ul#thumbs li{
		display:inline;
		float:left;
		margin-left:0px;
		border:1px solid rgb( 044, 048, 051);	
		padding:0px;
	}

ul#thumbs a{
		display:block; float:left;
		width:117px; height:117px;
		line-height:108px; overflow:hidden;
		position:relative; z-index:1;		
	}

ul#thumbs a img{
		float:left; position:absolute;
		top:-25px; left:-45px;	
	}
	
ul#thumbs a:hover{
		overflow:visible;
		z-index:1000;
		border:none;		
	}
ul#thumbs a:hover img{
		border:1px solid white;	
		background:black;
		padding:0px;			
	}	

- - - - - - - - - - - - - - - - - - - - -