@charset "UTF-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	}

img{
	border: 0;
	}
	
body{
	font-family: "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #2d2d2d;
	line-height: 1.4;
	
	margin: 50px 0 0 0;	
	background-color: "white";
	}	
	
	
	
	
/* -- a links -------------------------*/
	
a{
	text-decoration: none;
	text-color: #2d2d2d;
	background-color:#FFF;
	}


a:link{
	color: #2d2d2d;
	background-color:"FFF";
	}

a:visited{
	color: #2d2d2d;
	background-color:"FFF";
	}
	
a:hover{
	/*text-decoration: underline;*/
	color: #FC0;
	background-color:#000;
	}

a:active{
	/*color: #C3C;
	font-family: lucida, Georgia, serif;*/
	}	
	
	
	
	
	
	
/* -- DIV -------------------------*/
	
.menu{
	float: left;
	position: fixed;
	width: 250px;
	margin: 30px 0 0 20px;
	padding: 0;
	}	
	
.gallery{
	float: left;
	width: 600px;
	background-color: "white";
	margin: 30px 0 0 280px;
	padding: 0;
	}
	
.bottom{
	height: 60px;
	padding: 30px;
	text-align: center;
	}	





/* -- h1, h2, h3, etc -------------------------*/
	
h1{
	color: #000;
	font-size: 24px;
	/*line-height: 1.0;*/
	}
	
h1 span{
	color: #0C9;
	}	
	
h1 a:hover, a:link, a:active, a:visited{
	background-color: #FFF /*!important;*/
	color:#000; !important;
	}	
	
	
	
	
h2{
	color: #000;
	font-size: 24px;
	
	/*line-height: 1.0; */
	}	

h2 span{
	color: #0C9;
	}




h3{
	font-size: 15px;
	
	font-style: normal;
	/*line-height: 1.0; */
	margin-bottom: 1px;
	}





