body {
	background-color: #0F0023;
	text-align: center;
	background-image: url(../layout/bkrnd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
}
#container {
	height: 440px;
	width: 672px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#col1 {
	height: 400px;
	width: 97px;
	float: left;
	position: relative;
}
#logo {
	background-image: url(../layout/logo.gif);
	background-repeat: no-repeat;
	height: 69px;
	width: 97px;
}
ul#navigation {
	padding: 0px;
	text-align: right;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#navigation li {
	list-style-type: none;
	font-size: 1em;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: .7em;
}
#navigation a:hover {
	color: #B198D3;
}


#lbkt {
	height: 400px;
	width: 7px;
	background-image: url(../layout/lbkt.gif);
	background-repeat: no-repeat;
	float: left;
}

#col2 {
	height: 400px;
	width: 286px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#col3 {
	height: 400px;
	width: 274px;
	float: left;
	position: relative;
}
#col3 #padder {
	padding: 5px;
}

#rbkt {
	float: left;
	height: 400px;
	width: 7px;
	background-image: url(../layout/rbkt.gif);
}

h1 {
	font-weight: lighter;
	font-size: 1.2em;
	margin: 0px;
}
h2 {
	font-weight: lighter;
	font-size: .9em;
	margin-top: 10px;
	margin-bottom: 5px;
	clear: both;
}

p {
	font-size: 0.7em;
	color: #B49BD5;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
}
ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
li {
	font-size: .7em;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.back {
	background-image: url(../layout/back_a.gif);
	background-repeat: no-repeat;
	height: 7px;
	width: 30px;
	display: block;
}
a.back:hover {
	background-image: url(../layout/back_b.gif);
}
a.link {
	background-image: url(../layout/link_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	font-size: .7em;
}
a.link:hover {
	background-image: url(../layout/link_b.gif);
	text-decoration: none;
}
hr.divide {
	height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	color: #130425;
}
h1.welcome {
	background-image: url(../layout/title_welcome.gif);
	background-repeat: no-repeat;
}
#footer {
	width: 672px;
	text-align: right;
}
#footer p {
	margin-right: 10px;
	font-size: 9px;
	line-height: 2px;
}
#cafe {
	position: absolute;
	left: 2px;
	top: 301px;
}
.label {
	font-size: 10px;
}
#popy {
	position: absolute;
	left: 4px;
	top: 26px;
}
#scroller {
	height: 380px;
	overflow: auto;
}
