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

body {
	background-image:url(img/bg.jpg);
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
}

a {
	color:#007bac;
	text-decoration:none;
}

strong {
	font-size:20px;
	font-weight:800;
	color:#007bac;
}

#container {
	width:1000px;
	height:100%;
	margin:0 auto;
	padding:0;
}

.container-top {
	position:relative;
	bottom:8px;
}

.header {
	/*background-image:url(img/header.png);*/
	width:1000px;
	height:266px;
}

.menu {
	width:1000px;
	height:73px;
	border:none;
	padding-bottom:15px;
}

.menu img {
	border:none;
	padding:0;
	margin:0;
	float:left;
}

.box-top {
	background-image:url(img/box-top.png);
	width:1000px;
	height:16px;
	border:none;
	padding:0;
	margin:0;
}

.box {
	background-color:#FFF;
	width:900px;
	height:100%;
	margin:0;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	text-align:justify;
}

.box-bottom {
	background-image:url(img/box-bottom.png);
	width:1000px;
	height:200px;
	border:none;
	padding:0;
	margin:0;
}