/** BASIC */

body {
	margin: 0;
	padding: 0;
	font: normal small Arial, Helvetica, sans-serif;
	color: #eee;
	text-align: justify;
	background-color: #2C1135;
	background-image: url(images/main_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
}

a {
	color: #8A3923;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	width: 800px;
	height: 90px;
	margin: 0 auto auto;
	background-color: #421E4F;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #000000;
	border-left-color: #000000;
}

#header h1 {
	margin: 0;
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 30px;
	font-style: italic;
	letter-spacing: -2px;
	color: #898F7D;
}

#header h2 {
	padding-left: 25px;
	font-size: 10px;
}

/** MENU */

#menu {
	background-image: url(images/navigation_bg.gif);
	margin: 0px auto;
	height: 50px;
	width: 800px;
	padding: 0px;
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #000000;
	border-left-width: 2px;
	border-left-style: dashed;
	border-left-color: #000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #898F7D;
	background-image: url(images/button_down.gif);
	padding-right: 0;
	padding-left: 0px;
	height: 50px;
	width: 79px;
	padding-top: 60px;
}

#menu a:hover {
	background-image: url(images/button_up.gif);
}

/** CONTENT */

#content {
	width: 800px;
	margin: 0 auto 1em;
	background: #441F51;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#content * {
	line-height: 140%;
}

#columnA {
	width: 760px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#columnB {
	float: right;
	width: 190px;
	padding: 25px 20px 0 10px;
}

#columnB h2 {
	padding-top: .45em;
	font-size: medium;
}

/** FOOTER */

#footer {
	clear: both;
	width: 700px;
	height: 30px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: .8em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
