@charset "utf-8";
/* CSS Document */

body { background:#000; padding:0; margin:0; color:#272727;
		font-family:Verdana, Geneva, sans-serif;}
		
/**/
#content{ width:230px; margin:200px auto;}
.eo { background:url(../images/eo.png) no-repeat; width:175px; height:44px; margin-bottom:20px;}
a.button { background:url(../images/button.png) no-repeat; width:175px; height:27px; display:block;}
a:hover.button { background:url(../images/button2.png) no-repeat; width:175px; height:27px; display:block;}
.cont { background:url(../images/contacts.png) no-repeat; width:175px; height:56px; margin-top:20px;}


/**/
#header {margin-left: 50px;
		width: 520px;}
#corner { position:absolute; z-index:100; top:0; left:-10px; width:79px; height:79px; background:url(../images/corner.png) no-repeat;}		
.small { font-size:small;}	

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #000;
		padding: 10px;
		width: 520px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #444;
		/*border-width: 5px;*/
	}
	#gallery ul a:hover img {
		border: 5px solid #44bbf5;
		/*border-width: 5px;*/
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
