@charset "utf-8";

/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background-color: #090909;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#clearer {
	clear: both;
}

#container {
	width: 1280px;
	height: auto;
	margin: auto;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:-10px;
}

#content_slice {
	width: 960px;
	height: 18px;
	margin: auto;
	background-image:url(../images/content_slice.png);
	background-repeat: no-repeat;
	margin-top:-3px;
}

#content {
	width: 960px;
	height: auto;
	margin: auto;
	background-image:url(../images/content_bg.png);
	background-repeat: repeat-y;
	padding: 20px 0px 40px 0px
}

#nav {
	width: 960px;
	height: 165px;
	margin: auto;
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
}

#gallery_div{
	width: 765px;
	border-bottom: 1px dashed #333;
	margin: 30px 0px 30px 0px;
}
#clearer{
	clear:both;
}

/*--------------home---------------------*/

#index_screen {
	width: 948px;
	height: 324px;
	margin: auto;
	background-image: url(../images/index_pic_bg.png);
	background-repeat: no-repeat;
	padding:5px 0px 0px 12px;
}

#text_left{
	width: 500px;
	height: auto;
	float:left;
}

#text_right{
	width: 240px;
	height: auto;
	float:left;
	padding-left: 30px;
	border-left: 1px dashed #333;
}

/*--------------Contact---------------------*/

#contact_form{
	margin:40px 0px 0px 280px;
}

#contact_image{
	width:940px;
	height:500px;
	background-image:url(../images/contact_image.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;


}



/*--------------footer---------------------*/

#footer {
	width: 1080px;
	height: 227px;
	margin: auto;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}

/*---------------------p, h1, h2 etc.-----------------------*/

p {
	font-family:Arial, Helvetica, sans-sserif;
	font-size:14px;
	color:#666;
	padding:0px;
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #666;
	font-weight: 200;
}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	margin-top: 40px;
	font-weight: 200;
}

/*--------------links---------------------*/

#navcontainer ul {
	list-style-type: none;
	width: 100%;
	font: normal 90% arial, helvetica, sans-serif;
	text-align: left;
	padding: 130px 0px 0px 10px
}

li {
	display: inline;
}

li a {
	text-decoration: none;
	color: #999;
	padding: .2em 1em;
}

li a:hover {
	color: #CCC;
}

a{
	text-decoration: none;
	color: #999;
}

a:hover{
	text-decoration: none;
	color:#CCC;
}

/*------------------------forms---------------------*/

