body {
	background: url( '../images/bg.png' ) #FAA3D7;
	background-repeat: repeat-x;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

h1, h2, h3 {
	font-family: Arial;
}

.layout {
	height: 100%; 
	width: 720px; 
	margin-left: auto; 
	margin-right: auto; 
	border-left: 3px solid #000000;
	border-right: 3px solid #000000;
	text-align: left;
}

.layout_header {
	height: 123px;
}

.layout_menu {
	height: 40px;
}

.layout_menu div {
	height: 40px;
	overflow: hidden;
}

.layout_menu ul {
	padding: 0px;
	margin: 0px;
}

.layout_menu ul li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
}

.layout_content {
	background: url( '../images/bg_bottom.jpg' ) bottom #FFFFFF;
	background-repeat: no-repeat;
	vertical-align: top;
}

.layout_content_inner {
	background: url( '../images/bg_top.jpg' );
	background-repeat: no-repeat;
	min-height: 164px;
	!height: 164px;
	vertical-align: top;
	position: relative;
}

.layout_footer {
	height: 36px;
}

.content_inner {
	text-align: justify;
}

#submenu {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 169px;
	height: 427px;
	background: url( '../images/submenu.png' ) no-repeat;
}

#submenu_list {
	margin: 0px;
	width: 100px;
	padding: 0px;
	position: relative;
	top: 60px;
	left: 10px;
	width: 146px;
}

#submenu_list li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	list-style: none;
}

#submenu_list li a {
	color: #ED80C1;
	font-weight: bold;
	text-decoration: none;
}

#submenu_list .spacer {
	height: 2px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-image: url( '../images/submenu_spacer.gif' );
	background-position: center middle;
	background-repeat: repeat-x;
}

#content {
	position: relative;
	top: 20px; 
	left: 190px;
	width: 500px;
	font-family: Arial;
	font-size: 12px;
}

#content_minheight {
	height: 450px;
	width: 1px;
	float: right;
}