
/**************** Body and tag styles ****************/

*{margin:0; padding:0; border:0;}

body {
	font: 80% Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #303030;
	background: #e8eaec;
}
p {
	padding: 0 20px 0 0;
}

/**************** Header and navigation styles ****************/

#container {
	width: 760px;
	margin: 20px auto;
	padding: 1px 0 0 0;
	background: #fff;
	color: #303030;
	border: 2px solid #666;
}
#header {
	height: 90px;
	width: 758px;
	margin: 0 1px 1px 1px;
	color: #fff;
	background: url(../imgs/rest_bk.gif);
}

/**************** Navigation styles ****************/

#navig {
	height: 1.8em;
	line-height: 1.8em;
	width: 758px;
	margin: 0 1px;
	background: #333333;
	color: #fff;
}
#navig li {
	float: left;
	list-style-type: none;
	border-right: 1px solid #fff;
	white-space: nowrap;
}
#navig li a {
	display: block;
	padding: 0 10px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #9f7800;
	background-color: inherit;
}

* html #navig li a {width:1%;}

#navig a:hover {
	color: #d0d0d0;
	text-decoration: none;
	background: #555;
}

/**************** Content styles ****************/

#cont {
	float: none;
	width: 758px;
	font-size: 0.9em;
	padding: 70px 0px 40px 0px;
	background: url(../imgs/rest_bk.gif);
	border: 1px solid #fff;
}
#cont h2 {
	display: block;
	margin: 10px 0 16px 0;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-style: italic;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
    text-shadow: 2px 2px 2px #999;
	background-color: inherit;
}
#cont h4 {
	margin: 8px 0 5px 0; 
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.3em; 
	font-style: italic; 
	font-weight: bold; 
	color: #505050;
	text-align: center; 
	line-height: normal;
}

/**************** Footer styles ****************/

#footer {
	clear: both;
	width: 758px;
	padding: 4px 0;
    margin: 0 1px 1px 1px;
	font-size: 0.8em;
	color: #d0d0d0;
	background: #333;
}
#footer p {
	padding: 0; 
	margin: 0; 
	text-align: center;
}
#footer a {
	color: #d0d0d0;
	font-weight: normal;
    background-color: inherit;
}
#footer a:hover {
	color: #dd6f00;
	text-decoration: none;
    background-color: inherit;
}


