﻿* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFCC66;
}
#wrapper {
	background-position: left top;
	margin: 0 auto;
	width: 1024px;
	background-color: #F6B451;
	/*background-image: url('../../../images/header.jpg');*/
	/*background-image: url('../../../images/header.png');*/
	background-image: url('../../../images/Dand&D0_Header2.png');
	background-repeat: no-repeat;
}
#header {
	width: 1024px;
	float: left;
	height: 248px;
}
#menu {
	padding: 10px;
	height: 630px;
	width: 249px;
	float: left;
}
#content {
	padding: 10px 10px 10px 0px;
	background-position: center;
	float: right;
	width: 744px;
	display: inline;
	background-repeat: no-repeat;
}
#footer {
	width: 1024px;
	clear: both;
	background-image: url('../../../images/footer.png');
	/*background-image: url('../../../images/D&D_update2010_Footer.png');*/
	height: 139px;
}
#menuLay
{
	background-position: center top;
	float: left;
	width: 240px;
	background-image: url( '../../../images/menu.png' );
	background-repeat: no-repeat;
	height: 745px;
	position: absolute;
	overflow: visible;
	top: 220px;
	visibility: visible;
	padding-top: 20px;
}
#contentRight
{
	padding: 10px 10px 10px 0px;
	background-position: center top;
	float: right;
	width: 252px;
	display: inline;
	background-repeat: no-repeat;
}
#contentLeft {
	padding: 10px 10px 10px 0px;
	float: right;
	width: 478px;
	display: inline;
	visibility: visible;
	overflow: visible;
}
.Heading1, H1{
	font-size: 2.5em;
	font-weight: bold;
	color: #000066;
}
.Heading2, H2{
	font-size: 2em;
	font-weight: bold;
	color: #000066;
}
.Heading3, H3{
	font-size: 1.5em;
	font-weight: bold;
	color: #000066;
}
.Heading4, H4{
	font-size: 1em;
	font-weight: bold;
	color: #000066;
}
.Heading5, H5{
	font-size: 1em;
	color: #000066;
}
body
{
	font-family: Tahoma;
	color: #333333;
	font-size: 12px;
}
a:link
{
	font-size: 1em;
}
a:visited
{
	font-size: 1em;
}
a:hover
{
	font-size: 1em;
}
.Normal
{
	font-size: 1em;
	color: #000000;
}
