@charset "utf-8";
#container  {
	background-color: 82674c;
	width: 1120px;
	margin-right: 96px;
}
#header {
	height: 117px;
	padding-left: 100px;
	background-image: url(../images/images/layout_02.gif);
	background-repeat: no-repeat;
	background-position: 95px -22px;
}
#leftbar {
	background-image: url(../images/images/layout_05.gif);
	background-repeat: no-repeat;
	height: 582px;
	background-position: 96px;
	float: left;
}
#nav {
	width: 213px;
	background-image: url(../images/images/layout_06.gif);
	background-repeat: repeat-y;
	float: left;
	padding-top: 5px;
	padding-bottom: 0px;
	height: 554px;
}
#space {
	height: 580px;
	float: left;
	width: 10px;
	background-image: url(../images/images/layout_10.gif);
}
#content {
	background-image: url(../images/images/layout_08.gif);
	float: left;
	height: 512px;
	width: 587px;
	background-repeat: repeat-x;
	background-position: left top;
	text-indent: 0px;
	font-family: "Century Gothic";
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer {
	background-image: url(../images/images/layout_24.gif);
	background-repeat: no-repeat;
	background-position: 96px top;
	float: left;
	height: 100px;
	width: 1120px;
}
#rightbar {
	background-image: url(../images/images/layout_09.gif);
	background-repeat: no-repeat;
	float: left;
	clear: none;
	width: 62px;
	height: 582px;
	background-position: 0px;
}
body {
	background-color: 82674c;
	font-family: "Century Gothic";
	color: 82674c;
	cursor: crosshair;
}
img { border: none; 
}

A:link {text-decoration: none; color: #dd772d}
A:visited {text-decoration: none; color: fdfacc}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #82674c;}
