body{
	background-color: #000;
	font-family: arial,sans-serif;
}

*{
	padding: 0;
	margin: 0;
}

ul{
	list-style: none;
}
li{
	display: inline;
}
a{
	color: #db4105;
	text-decoration: none;
}
a:hover{
	color: #9e2f04;
}
.clear{
	clear:both;
}
span.hide{
	display: none;
}
#wrapper{
	background-color: #fff8e3;
	margin: 0 auto;
}
#header{
	border-bottom: 1px solid #fff;
	background: url('slices/header_bg.jpg') #000 repeat-x bottom;
	height: 140px;
	width: 100%;
	display: block;
	position: fixed;
}
#logo{
	margin: auto;
	background: url('slices/logo.jpg') no-repeat bottom right;
	width: 660px;
	height: 140px;
}
#content{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
	width: 602px;
	background: url('slices/sidebar_bg.jpg') #2e2e2e repeat-y top left;
}
#right_column{
	float: right;
	width: 493px;
	color: #ffffff;
	font-size: 13px;
}
#left_column{
	line-height: 15px;
	border-right: 1px solid #979797;
	color: #ffffff;
	font-size: 11px;
/*	position: fixed;*/
	float: left;
	width: 108px;
}
.right_text{
	line-height: 18px;
	padding: 10px 5px;
	border-bottom: 1px solid #bdd76a;
}
.right_text_alt{
	line-height: 18px;
	padding: 10px 5px;
	border-bottom: 1px solid #bdd76a;
	background: #444444;
}
.right_gallery{
	line-height: 18px;
	padding: 10px 20px;
	border-bottom: 1px solid #bdd76a;
}
.right_gallery a {
	padding: 5px 3px;
	display: block;
	float: left;
}
img.news{
	float: right;
	margin: 10px;
}
img.news_alt{
	float: left;
	margin: 10px;
}
a img{
	border: 2px solid #bdd76a;
}
a img:hover{
	border: 2px solid #ffffff;
}
#nav{
	padding: 140px 0 0;
	height: 32px;
	width: 602px;
}
#nav a{
	height: 32px;
	float: left;
	width: 160px;
	border-bottom: 1px solid #979797;
}
#nav a:hover{
	background-position: right;
}
#nav a.down{
	background-position: right;
}
#home_but a{
	width: 160px;
	background: url('slices/home_but.jpg') top left no-repeat;
}
#work_but a{
	width: 128px;
	background: url('slices/work_but.jpg') top left no-repeat;
}
#gallery_but a{
	width: 152px;
	background: url('slices/gallery_but.jpg') top left no-repeat;
}
#contact_but a{
	width: 162px;
	background: url('slices/contact_but.jpg') top left no-repeat;
}
.sidebar_text{
	width: 103px;
	padding: 10px 3px;
	border-bottom: 1px solid #979797;
}
