body {
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, sans-serif;
	font-size: small;
	background: #D8CAB0 url(images/topbanner.jpg) repeat-x top left;
	behavior: url(csshover.htc);
}

* html body {
	margin: 0;
	padding: 0;
	font-size: x-small; /* for Win/IE5 */
	f\ont-size: small; /* for other IE versions */
}

/* Hide from IE5/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE5/Mac \*/

/* LAYOUT STRUCTURE */

#wrap {
	padding: 0;
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg.jpg) repeat-y top left;
	
} 

#header {
	height: 569px;
	background: url(images/header.jpg) no-repeat top left;
}


#contents {
	float: right;
	width: 600px;
	padding-right: 60px;
}

#sidebar {
	padding-left: 30px;
	float: left;
	width: 200px;
	font-size: 130%;
	line-height: 1.5em;
	color: #D8CAB0;
}

#footer {
	margin: 10px 60px 10px 60px;
	padding: 10px 30px 10px 30px;
	color: #D8CAB0;
	clear: both;
}

/* hide from IE5/Mac \*/
#footer { height: 1%; }
/* end hide from IE5/Mac \*/

/* TEXT LAYOUT */

#contents p {
	letter-spacing: 0.5px;
	font-size: 130%;
	color: white;
}
#contents h1 {
	color: white;
}
#contents h2 {
	font-size: 145%;
	font-weight: heavy;
	line-height: 2em;
	color: white;
}	

#contents a {
	text-indent: 5px;
	font-size: 85%;
	text-decoration: none;
	display: block;
	color: #D8CAB0;
}	

#contents a:hover {
	text-decoration: underline;
	color: black;
	background: #C8C8C8;
}

#footer p {
	text-align: center;
	font-size: 90%;
	font-style: all-caps;
}

#attor {
	margin: 0;
	list-style: none;
	display: inline;
}

#attor li {
	width: 195px;
	float: left;
	margin: 0;
	padding: 10px;
}	

#attor h1 {
	color: white;
}

/*Sidebar Nav*/
#sidebar ul {
	font-size: 90%;
	display: block;	
}

#sidebar li {
	text-align: center;
	padding: 0;
	list-style: none;
}

#sidebar a {
	text-decoration: none;
	display: block;
	color: #D8CAB0;
}

#sidebar a:hover {
	text-decoration: underline;
	color: black;
	background: #D8CAB0;


/* HEADER */


#header h1 {
	margin: 0;
	padding: 60px 0 60px 175px;
	font-family: Georgia, serif;
	font-size: 200%;	
	color: #960014;
	background: url(images/logo-1.jpg) no-repeat top left;
}

/* MESSAGE NAV */

#message {
	margin: 0;
	padding: 10px;
	font-size: 120%;
	color: #cc9;
	text-align: right;
	background: #404530 url(images/message-bg.gif) repeat-x top left;
	border-bottom: 2px solid #7D7D7D;
}

/* GUTTERS */

#contents .gutters {
	padding: 25px;
	background: url(images/contents-bg.gif) repeat-x top left;
}

#sidebar .gutters {
	padding: 20px;
}

/* CONTENTS Style */


#contents img {
	margin: 8px;
}

/* SIDEBARS Style */

/* H2 font element */
h2 {
	font-size: 125%;
	font-weight: lighter;
	line-height: 2em;
}
*/