@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
 margin:0px auto;
 padding: 0; 
 border: 0;
 max-width: 100%;
 min-width:;
 max-height: 100%; 
 font-size:14px;
}  


body{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
} 

#header {
	width:800px;
	margin:0px auto;
	height:auto;
}

#nav {
	width:560px;
	height:auto;
	margin:0px auto;
	margin-bottom:10px;
}


.bottom {	float:center;
		margin:2px 2cm 20px 2cm;
		background-color:#0a0a0a;
		padding:10;
		border-color:#ffffff;
		border-style:solid;
		border-width: 3px 0px 0px 0px;
}
		
h3.title {	color: #ffffff;
		font: 22pt Verdana, sans-serif;
		text-decoration: underline;
		text-align:center;
		padding:0;
		margin:2px;
}

.galleryright{
		float:right;
		margin:50px 2cm 70px 2cm;
		background-color:#0a0a0a;
		padding:30;
		border-color:#ffffff;
		border-style:solid;
		border-width: 0px 0px 0px 3px;
}

.galleryleft{
		float:left;
		margin:50px 2cm 70px 2cm;
		background-color:#0a0a0a;
		padding:30;
		border-color:#ffffff;
		border-style:solid;
		border-width: 0px 3px 0px 0;
}

		
.border { 	width:312px;
		background-color:#ffffff;
		padding:2 2 2 2;
		border-color:#000000;
		border-style:solid;
		border-width: 1px;
		text-align:center;
}

.new	{	
		width:30%;
		margin:3;
		background-color:#FFE901;
		padding:2;
		border-color:#000000;
		border-style:outset;
		border-width: 2px;
		font-size:90%;
		color:#000000;
		font-style:strong;
		font-family:arial, sans-serif;
		text-align:center;
		align:center;
	}

.float	{	float:left;
		margin:0 0 0 0;
		
}


a { text-decoration:none }

.regular {
		color: #eeeeee;
		font-family: tahoma;
		font-size: 12px;
}
a:link {
	COLOR: #ffffff;
	FONT-WEIGHT: ;
	TEXT-DECORATION: none
}
a:visited {
	COLOR: #ffffff;
	FONT-WEIGHT: ;
	TEXT-DECORATION: none
}
a:active {
	COLOR: #65211E;
	FONT-WEIGHT: ;
	TEXT-DECORATION: none
}
a:hover {
	COLOR: #4B8DC1;
	FONT-WEIGHT: ;
	TEXT-DECORATION: none
}
body {
    scrollbar-face-color: #151515;
    scrollbar-shadow-color: #353535;
    scrollbar-highlight-color: #B2B2B2;
    scrollbar-3dlight-color: #353535;
    scrollbar-darkshadow-color: #353535;
    scrollbar-track-color: #777777;
    scrollbar-arrow-color: #6E7E88;
}

p.fine {

	color:#ffffff;
	font-family: arial, sans-serif;
	font-size: 7.5pt;
	text-align: left;
}

h2 {
	color: #C2C7BE;
	font: normal small-caps bold 2.5em Verdana, sans-serif;
	text-decoration: underline;
}

.right {
	font-size: 1.0em;
	padding-right: 100px;
	text-align: right;
}

#info {
	border: 1px solid #C2C7BE;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 20px;
	padding: 0px 15px 0px 15px;
	position: relative;
}

#info a, #info a:visited {
	color: #8A9483;
	text-decoration: none;
}

#info a:hover {
	color: #9BA495;
	text-decoration: underline;
}

#pic {
	background-color: #FFFFFF;
	left: 10px;
	position: relative;
	top: 10px;
	width: 135px;
	margin:20;
	
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a .largeRight {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 90px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 135px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
	
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 300px;
}

#pic a.p1:hover .largeRight {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: -300px;
	position: absolute;
	top: -60px;
	width: 300px;
}

#top {
	margin-left: 80px;
}