@charset "UTF-8";
/* CSS Document */
* {
   margin:0;
   padding:0;
   }
h1,h2,h3,h4,h5,h6,p,form,label,ol,dl {
   margin: 0.5em 0; 
   }
img {border:none;}
body {
	font-size:76%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	color: #666;
	background-color:#111214;
	/*background-attachment: fixed;
	background-image: url(../images/twitter.png);
	background-repeat: no-repeat;
	background-position: 0px 200px;*/
   }
#header{
	font-size:1.1em;
	height: 50px;
	background-color: #FFF;
	position: fixed;
	top: 0px;
	width: 100%;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
	z-index: 999;
   }
#slider1 {
	/*background-color: #333;*/
	height: 600px;
	width: 960px;
	margin-top:2em;
}
#contentSurround {
	margin-top:60px;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
}
.text {
	padding: 1em;
	font-size:1.1em;
	color:#FFF;
	margin:0px;
}
#main-navigation {
	text-align:right;
	padding-top:15px;
	}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}
a.menu:link {
	color: #000;
	text-decoration:none;
}
a.menu:visited {
	color: #000;
	text-decoration:none;
}
a.menu:hover {
	color: #999;
	text-decoration:none;
}
#footer{
   }
h1 {
	font-size:3em;
	color:#FFF;
   }
h2 {
   font-size:2.5em;
   color:#000;
   }
h3{
   font-size:2.0em;
   color:#000;
   }
h4{
   font-size:1.2em;
   }
h5{
   font-size:1.1em;
   }
h6{
   font-size:1em;
   font-weight:bold;
   }

a.contact:link {
	text-decoration:none;
	color:#FFF;
}
a.contact:visited {
	text-decoration:none;
	color:#FFF;
}
a.contact:hover {
	text-decoration:none;
	color: #F0C;
}
.gallery img {
	margin:10px;}
#p1_L, #p2_L, #p3_L, #p4_L, #p5_L {
	margin-top:115px;
	text-align:justify;
	}
