* {
	margin: 0;
	padding: 0;
}
a {
	color: #F09;
	text-decoration: none;
}
body {
	color: #333;
	margin: 20px 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-attachment: fixed;
	background-color: #262626;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center bottom;
}
ul {
	list-style-type: none;
}
li {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

p {
	padding-bottom: 1em;
	text-align:left;
}

li span {
	font-size: 0.9em; color: #444;
}

/* misc */

.clearer,.footer {
	clear: both;
}
.content,.footer {
	padding: 0 5px;
}

/* structure */
.container {
	background: #FFF url(img/top.gif) no-repeat;
	border: 1px solid #EEE;
	border-color: #EEE #CCC #AAA;
	margin: 0 auto;
	text-align: center;
	width: 600px;
}

/* header */
.top {
	height: 250px;
}
.header {
	height: 210px;
}

/* footer */
.footer {
	background: #000;
	color: #FFF;
	margin: 5px;
	padding: 2px 5px;
}

/* content */
.item {
	padding: 10px;
	text-align: justify;
}
.item h1 {
	letter-spacing: 1px;
	color: #268AEF;
	font-family: serif, Arial;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.left {
	float: left;
	width: 390px;
	background: #F2EEF2;
}
/* menu */
.menu {
	margin-left: 18px;
}
.menu a {
	margin-right: 20px;
	font-size: 1.2em;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
.menu a:hover {
	background: #F09;
	color: #FFF;
}

#lmenu{}
#lmenu li{
	border-left:0px;
	float:left;
	display:block;
	list-style: none;
	margin: 4px 0 4px 15px;
}

/* submenu */
.right .submenu_end {
	background: url(img/bgsubmenu_end.gif) no-repeat; height: 29px;
}
.right {
	float: right;
	width: 195px;
	background: #DDD;
}
.right a:hover {
	text-decoration: underline;
}
