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

* {margin:0; padding:0;}

a img {border:none;}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            #999;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:             #999;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:            #3abac6;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      none;
  background-color: none;
  color:#999;
  } 


body {
	color:#666;
	font-size:14px;
	background-color:#FFF;
	top:0 px auto;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
	position: relative;
	width: 740px;
	margin: 0 auto -142px;
	min-height:960px;
}


.logo {}

.logo a{
	background-image: url(images/logo_grey.png);
	top:0px auto;
	margin:0px auto;
	font-family:Helvetica;
	font-style:bold;
	font-size:36px;
	position:relative;
	top:300px;
	width:325px;
	height:41px;
	display:block;
}
	
.logo a:hover { 
	background-image:url(images/logo_blue.png);
}

#menu_home {
	top:0px auto;
	position:relative;
	top:320px
}

#header {
	top:0px auto;
	top: 50px;
	height:90px;
	position:relative;
}

.logo_page {}

.logo_page a{
	background-image: url(images/logo_grey_page.png);
	position:relative;
	width:227px;
	height:25px;
	display:block;
	
}
	
.logo_page a:hover { 
	background-image:url(images/logo_blue_page.png);
}



#menu_page{
	top:0px auto;
	top: -20px;
	position:relative;
	float:right;
}


#container {
	top:0px auto;
	margin-top:30px;
	position:relative;
}

#menu_gallery{
	width:600px;
	margin-bottom:20px;
	left: 0px;
	position:relative;
	}



#footer {
	position:relative;
}


























