@charset "utf-8";
*{
  margin:0;
  padding:0;
  }
body{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
h1 ,h2 ,h3{
	font-family: tahoma, "ms Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #CC6600;
	padding: 5px;
}
p{
	font-family: tahoma, "ms Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 5px;
}
#containbody{
	height: 1300px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 2px;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#containbody-menu{
	height: 1200px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 2px;
	border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#header{
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	height: 310px;
	width: 750px;
	font-family: tahoma, "ms Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#content-header{
	height: 100px;
	width: 750px;
	float: left;
}
#navigator{
	float: left;
	height: 37px;
	width: 750px;
	font-family: tahoma, "ms Sans Serif";
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	background-image: url(img/bg-button.jpg);
}
#navigator a{
	display: block;
	width: 130px;
	float: left;
	text-align: center;
	padding-top: 5px;
	height: 23px;
}
#navigator a:link{
	color: #000000;
	text-decoration: none;
}
#navigator a:visited{
	color: #000000;
	text-decoration: none;
}
#navigator a:hover{
	color: #99CC00;
	text-decoration: none;
}
#navigator a:active{
	color: #000000;
	text-decoration: none;
}
#navigator ul{
	list-style-type: none;
	padding-top: 5px;
	padding-left: 5px;
}
#navigator ul li{
	display: inline;
	width: 300px;
}
#content{
	height: 900px;
	float: left;
	width: 750px;
	background-color: #FEFABD;
}#content-menu{
	height: 850px;
	float: left;
	width: 750px;
	background-color: #FEFABD;
}
#content-left{
	height: 380px;
	float: left;
	width: 445px;
}
#content-right{
	height: 380px;
	float: left;
	width: 300px;
}
.images-padding{
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
}
