body {
	background-color:#f9f6ef;
	background-image:url('../img/background.gif');
	background-repeat:repeat-x;
	color:#606551;
	padding:0px;
	margin:0px;
	font-family:Arial;
	font-size:12px;
}

#header {
	width:780px;
	height:104px;
	background-image:url('../img/head.gif');
	background-repeat:no-repeat;
	margin:auto;
}

#headnav {
	width:780px;
	height:23px;
	background-image:url('../img/head_nav.gif');
	margin:auto;
	text-align:right;
}

#headnav p {
	padding:3px 10px 0px 0px;
	margin:0px;
}

#headnav a{
	color:#988968;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#case {
	width:780px;
	margin:auto;
	background-image:url('../img/background_side_left.gif');
	background-repeat:repeat-y;
}

#content {
	width:577px;
	float:right;
	background-image:url('../img/bg_content.gif');
	background-repeat:repeat-y;
}

#footer {
	clear:both;
}

#content h1{
	width:544px;
	display:block;
	background-image:url('../img/bg_h1.gif');
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0px 0px 10px 12px;
	color:#a1a238;
	font-size:16px;
	padding:0px 0px 5px 5px;
}

#content p {
	padding:0px 10px 15px 15px;
}


#navigation {
	background-image:url('../img/nav_hg.gif');
	background-repeat:repeat-y;
	background-color:#ffffff;
}

#navigation ul {

	padding:0px;
	margin:0px 0px 0px 5px;
	text-indent:0;
}

#navigation li {
	display:block;
	width:197px;
	height:35px;
	background-image:url('../img/bg_navigation.gif');
	background-repeat:no-repeat;
}

#navigation a {
	display:block;
	padding:8px 0px 0px 25px;
	color:#fdf9ed;
	font-weight:bold;
}

p.copyright {
	font-size:10px;
	padding:0px 0px 0px 10px;
}

img.bottom {
	display:block;
	padding:0px;
	margin:0px;
}


#content a {
	color:#a1a238;
	text-decoration:underline;
}

#content a:hover {
	text-decoration:none;
}