/*
   __              __                                             
  /\ \  __        /\ \                                            
  \_\ \/\_\    ___\ \ \/'\     ___ ___      __      ___     ____  
  /'_` \/\ \  /'___\ \ , <   /' __` __`\  /'__`\  /' _ `\  /',__\ 
 /\ \L\ \ \ \/\ \__/\ \ \\`\ /\ \/\ \/\ \/\ \L\.\_/\ \/\ \/\__, `\
 \ \___,_\ \_\ \____\\ \_\ \_\ \_\ \_\ \_\ \__/.\_\ \_\ \_\/\____/
  \/__,_ /\/_/\/____/ \/_/\/_/\/_/\/_/\/_/\/__/\/_/\/_/\/_/\/___/ design.com
  
   / GENERAL
   / BASE
   / HEADER
   / CONTENT
   / FOOTER
   / #HOME

*/

/* __________________________________ GENERAL __________________________________ */

* {margin:0;}
a img {border: 0;}
fieldset {border:0; padding:0;}
ul, ol {padding:0;}
.img_left img{float:left;}
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.over {overflow:hidden;}
.over1 {overflow:hidden; height:1px;}
.block {display:block;}


/* __________________________________ BASE __________________________________ */

body {
	margin:0px;
	background: url(images/bg.gif);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#605F5B;
}

.main {
	position:relative;
	margin:0 auto;
	width:950px;
	background:#E0D5B9;
}

/* __________________________________ HEADER __________________________________ */
.header {
	position:relative;
}
.header .menu{
	position:absolute;
	top:115px;
	left:245px;
}
.header .menu li{
	float:left;
	list-style:none;
	padding:0 14px 0 0;
}
.header a img{filter:alpha(opacity=90); -moz-opacity:.90; opacity:.90;}
.header a:hover img{filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}

.header .button-members{
	position:absolute;
	top:110px;
	right:95px;
}
/* __________________________________ CONTENT __________________________________ */
.content {
	width:783px;
	margin:0 0 0 84px;
	padding:10px 0;
	background-color:#FBFBF9;
}
.click{
	position:relative;
	display:block;
	width:352px;
	height:83px;
	margin:0 auto;
}
a.click img{filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
a.click:hover img{filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}

.content a{ font-weight:bold; text-decoration:underline; color:#7D7C77;}
.content a:hover{color:#605F5B;}
/* __________________________________ FOOTER __________________________________ */
.footer {
	position:relative;
	width:950px;
	height:130px;
	background:#E0D5B9 url(images/footer.jpg) no-repeat;
}
.footer .links{
	top:89px;
	left:348px;
	position:absolute;
	z-index:999;
}
.footer .links2{
	top:89px;
	left:559px;
	position:absolute;
	z-index:999;
}
.footer .links a{
	color:#605F5B;
}
.footer .links2 a{
	color:#605F5B;
}
.footer .menu{
	padding:0 115px 0;
	list-style:none;
}
.footer .menu .left{	
	padding:0 40px 0 0;
}
.footer .menu .right{	
	padding:0 0 0 14px;
}
.footer a img{filter:alpha(opacity=90); -moz-opacity:.90; opacity:.90;}
.footer a:hover img{filter:alpha(opacity=100); -moz-opacity:1; opacity:1;}
