/* |-----------------------------------------------------------| */
/* |                                                           | */
/* |    (C) 2010 MEESHOOT.NET                                  | */
/* |                                                           | */
/* |-----------------------------------------------------------| */

/* police header : "DS Narrow" */
/* police footer : "taller evolution" */

/* ----------------------------------------------------------- */
/* RESET                                                       */
/* ----------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,p,table,tr,td{margin:0;padding:0;}
img{border:0;}
em,strong{font-style:normal;font-weight:normal;}
ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{outline:none;text-decoration:none; color: white;}

/* ----------------------------------------------------------- */
/* GLOBAL                                                      */
/* ----------------------------------------------------------- */

body{
	background: black;
	color: white;
	font-family: "helvetica neue" , arial, sans-serif;
	font-weight:200;
	min-width: 930px;
}
#all{
	background: url('img/background.jpg') no-repeat center top black;
	position: relative;
	top: -11px;
	width: 600px;
	height: 848px;
	margin: 0 auto;
	border: 5px solid #fff;
}
#all_galery{
	background: url('img/background_galery.png') no-repeat center top black;
	position: relative;
	top: -11px;
	width: 600px;
	height: 1150px;
	margin: 0 auto;
	border: 5px solid #fff;
}
#links{
	font-weight: 20px;
	font-variant: small-caps;
	margin: -10px auto 0 auto;
	width: 600px;
	text-align: center;
	font-size: 50px;
}
#links a{
	color: #7FA3B1;
	}
#links a:hover, a#active{
	color: white
}
#corps{
	display: block;
	position: relative;
	top: 190px;
	margin: 0 auto;
	width: 500px;
	height: 600px;
}

.menu{
	position: relative;
	margin: 0 auto;
	margin: 0 0 20px;
}
.menu a.arrow{
	padding: 0 0 0 5px;
	background: url('img/menu_background.png') repeat-y center top;
	width: 180px;
	clear: left;
	display: block;
	cursor: pointer;
	font-size: 28px;
}
.menu p{background: url('img/menu_background.png') repeat-y left top;
	width:450px;
	padding: 10px;
	font-size: 15px;
	font-weight:100;
}
.menu h3{
	margin: 0px 20px;
	padding: 3px;
	font-size: 20px;
}
.menu p a{
	text-decoration: underline;
}
.menu_corps{
	background: url('img/menu_background_repeat.png');
	width:500px;
	}

#footer{
	position: absolute;
	bottom: -95px;
	left: 0px;
	margin: 5px auto;
	background: url('img/footer.png') no-repeat center top;
	width: 100%;
	height: 80px;
}
	

