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

body {
	font-family: arial, sans-serif;
	background: url("images/bg.gif") #543E3D 0px -20px;
	color: #4D1D1D;
}

a {text-decoration: none; color: #4D1D1D}
/*#C2BD84
#4D1D1D*/
a:hover {text-decoration: underline;}

a img {
	border: 1px solid #aaa;
}

a:hover img {
	border: 1px solid #eee;
}


/*--------------- header styles -----------------------*/



h1 {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: 6px;
	color: #4D1D1D;
}

h2 {
	font-size: 0.7em;
	margin-bottom: 10px;
	background-color: #4D1D1D;
	color: #fff;
	padding: 2px 0px 2px 10px;
}

h3 {
	font-size: 0.9em;
	margin-bottom: 10px;
	color: #C2BD84;
}



div#global {
	width: 800px;
	margin: 0px auto 0 auto;
	background-color: #fff;
	height: 1030px;
	border: 5px solid #4D1D1D;
	padding: 20px;
}

div#title {
	text-align: center;
	background: url("images/celticborder.gif") repeat-x 0px 0px;
	height: 160px;
	padding-top: 34px;
}



div#navigation {
	float: left;
	width: 180px;
	height: 236px;
	font-size: .7em;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 50px 0 10px 15px;
	letter-spacing: 1px;
	background: url("images/medievalnavigation.gif") no-repeat 0px -2px;
	border: 5px solid #4D1D1D;
}

div#navigation ul {
	list-style-type: none;
}

div#navigation ul li {
	padding: 0px 30px 0 40px;
}


ul#subnav li a{
	font-size: .8em;
	color: red;
	margin-left: 20px;
}



div#content {
	float: left;
	width: 500px;
	height: 600px;
	background-color: #fff;
	text-align: justify;
	letter-spacing: 1px;
	margin-top: 40px;
	border-top: 1px dashed #4D1D1D;	
	border-left: 1px dashed #4D1D1D;
	padding: 20px;
	

}

div#text {
	float: left;
	width: 300px;
}



/*---------------------- game information styles ---------------------------*/

div.infomenu {
	width: 500px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	font-size: .8em;
	padding: 5px 0 5px 0;
}

div.infomenu h2 {
	background-color: #fff;
}



ul.infonav {
	list-style-type: none;
	height: 40px;
	margin-top: 10px;
}

ul.infonav li {
	float: left;
}

ul.infonav li a {
	float: left;
	margin-right: 10px;
	font-size: .8em;
}


div#content p {
	font-size: 0.7em;
	margin-bottom: 10px;
}

div#content ul {
	margin: 0 0 10px 50px;
	list-style-type: square;
}

div#content li {
	font-size: 0.7em;
	line-height: 15px;
}


h2 a {
	background-color: #fff;
}

div#footer {
	background: url("images/celticborder.gif") repeat-x bottom;
	height: 123px;
	width: 800px;
	padding-bottom: 34px;
	margin-top: 10px;
	clear: left;
}




div#leftborder {
	float: left;
	width: 35px;
	height: 800px;
	background: url("images/celticbordervertical.gif") repeat-y -1px 0px;
}

div#rightborder {
	float: left;
	width: 35px;
	height: 800px;
	background: url("images/celticbordervertical.gif") repeat-y;
}