@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(images/bg.jpg) no-repeat #000000;
	background-position:top center;
}
#container{
	margin:0 auto;
}
#header{
	margin:0 auto;
	padding:0;
	background: url(images/header.jpg) center no-repeat;
	width:763px;
	height:243px;
}
#content{
	background: url(images/content.jpg) center repeat-y;
	width:667px;	
	padding:49px 50px 10px 49px;
	margin:0 auto;
}
.left{
	float:left;
	margin:10px;	
}
.right{
	float:right;
	margin:5px;	
}
#main{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#000000;
	padding:0px;
	margin:0 auto;
}
#img{
	background: url(images/button.jpg) no-repeat;
	width:489px;
	height:49px;
}
#box{
	width:626px;
}
#head-box{
	background: url(images/head-box.jpg) no-repeat;
	width:626px;
	height:144px;
}
#content-box{
	background: url(images/content-box.jpg) repeat-y;
	width:506px;
	padding:10px 50px 10px 70px;
}
#foot-box{
	background: url(images/foot-box.jpg) no-repeat;
	width:626px;
	height:100px;
}
#footer{
	background:url(images/footer.jpg) center no-repeat;
	height:201px;
	width:763px;
	margin:0 auto;
	padding:0;
}
#footer-wrap{
	background:url(images/footer-wrap.jpg) bottom center no-repeat;
	height:201px;
	margin:0 auto;
	padding:0;
}
.clear{
	clear:both;
}

.greyboxes_bg{
	background:url(images/greyboxes_bg.gif);
	background-repeat:repeat-y;
	}