/* hide from ie on mac \*/

html {
	margin: 0;
	height: 100%;
	overflow: auto;
}

#flashcontent {
	position: absolute;
	margin-left: 360px;
	margin-top: 180px;
	width: 600px;
	height: 400px;
}

/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #cfceca url(../background.jpg) no-repeat;
	color: #4C3733;
	font: normal 12px/24px Tahoma, Arial, Helvetica, sans-serif;
}

#container {
	width: 780px;

}

#menu {
	position: absolute;
	margin-top: 125px;
	padding-left: 686px;
}

ul#menu {
	list-style: none;
	margin-left: 0px;
}

#menu ul li {
	display: block;
	display: inline;
		padding: 5px;

}

ul a {
	text-shadow: 3px 3px 2px;
	color: #FFFFFF;
	text-decoration: none;
	border: 0px;
}

ul a:hover {
	color: #66443C;
	text-decoration: underline;
}

.active {
	padding: 4px;
	color: #fff;
	background-color: #efefef;
}


	h1 {
 font-family: "Times New Roman", Times, serif;
 font-weight: normal;
 font-size: 25px;
 color: #eb1e25;
 height: 30px;
}

h2 {
 color: #4C3733;
 font-weight: normal;
 height: 15px;
 font-size: 16px;
 margin: 0px;
}


#content {
	position: absolute;
	width: 155px;
	margin-left: 200px;
	margin-top: 210px;
	text-align: left;
}

#content2 ul  {
	list-style-type: disc;
}
#content2 {
	position: absolute;
	width: 500px;
	margin-left: 380px;
	margin-top: 208px;
}

a:link, a:visited {
	color: #4C3733;
}

a:hover {
	color: #ee1b22;
}