/* ------------------------------------------------------------------------------------ */
/* common */

* {
	margin: 0;
	padding: 0;
	color: #555555;
}

html {
}

body {
	background-color: #000000;
	background-image: url("../img/common/body_bg.gif");
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
}

a:link {
	color: #0066bb;
	text-decoration: underline;
}

a:visited {
	color: #aa5588;
	text-decoration: underline;
}

a:hover {
	color: #ee0000;
	text-decoration: none;
}

a img {
	border: 0px;
}

p {
	line-height: 1.5em;
}

h1 {
	display: none;
}

/* ------------------------------------------------------------------------------------ */
/* wrapper */

div#wrapper {
	margin: auto;
	width: 980px;
	height: 100%;
	text-align: left;
}

div#wrapper:after {
	height: 0;
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
}

/* ------------------------------------------------------------------------------------ */
/* menu */

div#menu {
	margin: 20px;
}

div#menu {
	margin: 20px;
}

div#menu ul {
	margin: 10px 10px 2em 40px;
}

div#menu ul li {
	margin: 0 0 0.5em 0;
}

div#menu p {
	padding: 15px;
	background-color: #ffdddd;
	border: 2px solid #ff0000;
}

/* ------------------------------------------------------------------------------------ */
/* left menu */

div#leftMenuWrapper {
	width: 261px;
	height: 100%;
	position: fixed;
}

/* ------------------------------------------------------------------------------------ */
/* right body */

div#rightBodyWrapper {
	margin: 0 0 30px 0;
	width: 719px;
	float: right;
}

/* ------------------------------------------------------------------------------------ */
/* content */

div#rightBodyWrapper div#mainWrapper {
	margin: 0 0 0 55px;
	width: 650px;
	background-image: url("../img/common/contenthead_bg.gif");
	background-repeat: no-repeat;
	background-position: top;
}

div#rightBodyWrapper div#mainWrapper h1 {
	display: none;
}

div#rightBodyWrapper div#mainWrapper h2 {
	padding: 69px 0 64px 10px;
	background-image: url("../img/common/border_1.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

div#rightBodyWrapper div#content {
	margin: 100px 0 0 0;
	width: 650px;
}

/* ------------------------------------------------------------------------------------ */
/* foot */

div#rightBodyWrapper div#foot {
	margin: 70px 0 0 0;
}

div#rightBodyWrapper div#foot p {
	margin: 0 57px 0 0;
	text-align: right;
	font-size: 0.75em;
	color: #999999;
}

