/* CSS Document */
body{
	margin:0;
	background:#000000 url(images/bg.jpg) top center no-repeat fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#EAEAEA;
}
.main-wrap{
	width:1000px;
	height:100px;
	display:block;
	background:;
	text-align:left;
	padding:100px 0 0 0;
}
.wrap-right{
	width:625px;
	min-height:400px;
	display:block;
	margin:0 0 0 375px;
}
.box-0{
	background:url(images/box-0.png) no-repeat;
	height:16px;
	width:625px;
	display:block;
}
.box-1{
	background:url(images/box-1.png) repeat-y;
	width:545px;
	min-height:400px;
	display:block;
	padding:20px 40px 20px 40px;
	line-height:20px;
	text-align:justify;
}

.box-1 h3{
	margin:15px 0 10px 0;
	font-family:Cambria,Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
}

.box-2{
	background:url(images/box-2.png) no-repeat;
	height:17px;
	width:625px;
	display:block;
}

.wrap-left{
	width:355px;
	height:200px;
	display:block;
	background:;
	position:fixed;
	z-index:9500;
	text-align:right;
	padding:136px 20px 0 0;
	color:#000000;
	font-family:Cambria,Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	
}

a#home,a#about,a#work,a#contact,a#privacy{
	display:block;
	width:155px;
	height:30px;
	margin:0 0 0 200px;
}
a#home{
		background:url(images/bt_home.png) 110px no-repeat;
}
a#home:hover{
		background:url(images/bt_home.png) 80px no-repeat;
}
a#about{
		background:url(images/bt_about.png) 83px no-repeat;
}
a#about:hover{
		background:url(images/bt_about.png) 53px no-repeat;
}
a#work{
		background:url(images/bt_works.png) 74px no-repeat;
}
a#work:hover{
		background:url(images/bt_works.png) 44px no-repeat;
}
a#contact{
		background:url(images/bt_contact.png) 90px no-repeat;
}
a#contact:hover{
		background:url(images/bt_contact.png) 60px no-repeat;
}
a#privacy{
		background:url(images/bt_privacy.png) 46px 5px no-repeat;
}
a#privacy:hover{
		background:url(images/bt_privacy.png) 16px 5px no-repeat;
}

.box-1 li { margin:5px 0 5px 0; color:#666666 }
.box-1 li a { color:#666666; text-decoration:none; }
.box-1 li a:hover { color:#FFF; text-decoration:none; }
.box-1 li:hover {color:#FFFFFF; }