body {
	background-image:			url(../design/back.png);
	background-repeat: 			repeat-x;
	background-color: 			#ECE8DD;
	margin-top: 				0px;
	font-family:				Arial, Helvetica, sans-serif;
	font-size:					13px
	}

a:link {
	text-decoration: 			none;
	}

a:visited {
	text-decoration: 			none;
	}

a:hover {
	text-decoration: 			none;
	}

a:active {
	text-decoration: 			none;
	}

.container {
	width:						876px;
	}

.head {
	background-image:			url(../design/head.png);
	background-repeat:			no-repeat;
	height:						385px;
	}

.title {
	background-image:			url(../design/title.png);
	height:						90px;
	width:						748px;
	top:						15px;
	position:					relative;
	}

.menu {
	position:					relative;
	top:						28px;
	color:						#FFF;
	font-weight:				bold;
	}

.picture {
	position:					relative;
	top:						45px;
	}

.content {
	position:					relative;
	width:						758px;
	top:						50px;
	text-align:					left;
	}

.copyright {
	position:					relative;
	width:						758px;
	top:						10px;
	text-align:					center;
	font-size:					80%;
	color:						#C0B18D;
	}

h1 {
	font-size:					16px;
}

