/* px to em conversion (default = 16px)*/
/* 18px = 1.125em */
/* 16px = 1em     */
/* 14px = 0.875em */
/* 12px = 0.75em  */
/* 10px = 0.625em */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #000; /*#ede9da, #222, 1f0000, fff8de*/
	background-image: url('images/bg_black_wood.jpg');
	background-repeat: repeat-y;
	background-position: center;
	font: 100% arial, sans-serif; /*reset the font size for all browsers*/
	color: #ccc;
	}

#container {
	width: 800px;
	text-align: left; 
	margin: auto;  
	font-size: 0.875em;
	overflow:hidden; /*fixes IE margin bug*/
	background-color: #fff8de; /*#f7f0e8;*/
	}

#header {
	width: 800px;
	height: 220px;
	margin: 0;
	padding: 0;
	background-image: url('images/header.png');}

h1 {
	font-size: 2.2em;
	color: #8a0000;
	margin: 40px 0 0 30px;
	font-weight: 100;
	}

h2 {
	color: #8a0000;
	margin: 30px 0 10px 0;
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 2px;
	}

#topmenu {
	clear: both;
	height: 65px;
	margin: 0;
	background-color: #fff8de; /*#8a0000, 406b40*/
	background-image: url('images/menu04.png');
	font-size: 3em;
	}

#topmenu ul {
	margin: 0;
	padding: 0;
	cursor: default;
	line-height: 55px;}

#topmenu li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;}

#topmenu li a {
	/*border: 1px red solid;*/
	color: blue;
	text-decoration: none;
	margin: 0 -4px 0 -4px;} /*remove spaces between list items*/

#topmenu li a:hover {}

#topmenu li.current a {}


#content {
	line-height: 130%;
	color: #471400;
	float: left;
	clear: left;
	width: 800px;
	margin: 0;
	padding: 0 30px 20px 20px;
	display: block;
	background-color: #fff8de; /*#f7f0e8;*/
	background-image: url('images/pizza.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	/* the following is for min-height in IE*/
	min-height:500px;
	height:auto !important;
	height:500px;
	/* end min-height*/
	}

#content a, #content a:visited, #content a:active {
	color: #344b68;
	text-decoration: underline;
	}

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

#content h3 {
	color: #8a0000;
	margin: 10px 0 0 30px;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 2px;
	}

#content ul {
	list-style-type: none;
	margin: 10px 10px 10px 30px;
	padding:0;
	}

#content li {
	padding-bottom: 5px;
	}

#content p {
	margin: 10px 0 0 30px;
	/*text-align: justify;*/
	width: 400px;
	}

#content img {
	margin: 10px 0 0 0;
	}

#footer {
	border-top: 1px solid #d4be72;
	display: block;
	clear: both;
	width: 800px;
	background-color: #fff8de;
	}

#footer p {
	text-align: center;
	margin: 3px 0 3px 0;
	color: #888;
	padding: 3px;
	font-size: 0.75em;
	}

.codedirection {
	unicode-bidi: bidi-override;
	direction: rtl;
	}

hr {
	padding: 0;
	margin: 0;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
	border: 0;
	}

/************* Grid Formatting ****************/
table {
	margin-left: 5px;
	/*width: 380px;*/
	}

td {
	padding: 1px 15px 1px 1px;
	}