* {
	padding: 0;
	margin: 0;
}

body {
	background: #CFE1EA;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}

body, td, th {
	font: 10px/1.5 "lucida sans unicode", "lucida sans", lucida, arial, verdana, helvetica, sans-serif;
}

tr, td {
	vertical-align: top;
}

img {
	display: block;
}

.inline {
	display: inline;
}

h1, .hide {
	display: none;
}

p {
	font-size: 110%;
	margin: 0 0 10px;
}

a {
	color: #8B794B;
	text-decoration: none;
}

a:hover {
	color: #A89A71;
}

/* # =FRAME ################################################################################## */
#frame-outer {
	background: url(../_img/frame_middle.gif) repeat-y;
	width: 920px;
	margin: 0 auto;
}

* html #frame-inner {
	width: 880px;
	wid\th: 790px;
}

#frame-inner {
	background: transparent url(../_img/frame_lines.gif) no-repeat;
	width: 790px;
	padding: 0 45px;
	margin: 0 20px;
	text-align: left;
}
/* # =HEADER ################################################################################# */

#header {
	background: transparent url(../_img/logo.gif) 0% 50% no-repeat;
	height: 110px;
}

#header img {
	float: right;
}

/* # =NAVIGATION #############################################################*/
#navigation {
	width: 790px;
	background: transparent url(../_img/dots.gif) 0 0 repeat-x;
	clear: both;
}

#navigation ul {
	float: left;
	width: 790px;
	background: transparent url(../_img/dots.gif) 0% 100% repeat-x;
	padding: 2px 0 0 0;
	margin: 0 0 20px;
	list-style: none;
}

#navigation ul li {
	display: inline;
	float: left;
	font-size: 120%;
}

#navigation ul a {
	display: block;
	float: left;
	color: #000;
	font-style: normal;
	line-height: 2em;
	text-decoration: none;
	padding: 3px 0 5px;
	margin: 0 7px;
}

#navigation ul a:hover {
	background: transparent url(../_img/navigation.gif) left bottom repeat-x;
	color: #111;
	text-decoration: none;
	border: none;
}

#content {
	clear: both;
}

#footer {
	clear: both;
	margin: 0 0 15px;
}

#footer p {
	text-align: right;
	margin: 0;
}
