/** {
	border: 1px solid #f00;
}*/

body {
	background: url("../images/bg.png") repeat;
	padding: 0px;
	margin: 0px;
	font: normal 1em verdana, arial, sans-serif;
}

h1 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

h1 span {
	display: none;
}

dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}

a img {
	border: none;
}

#header {
	height: 120px;
	background: url("../images/header.png") repeat-x;
}

#heading  {
	background: url("../images/heading_center.png") repeat-x;
	width: 690px;
	height: 40px;
	font-size: 1.5em;
	color: #3aaacf;
	line-height: 1.5em;
}

#heading_left, #heading_right {
	width: 10px;
	height: 40px;
}

#heading_left {
	background: #000 url("../images/heading_left.png") no-repeat;
	float: left;
}

#heading_right {
	background: #000 url("../images/heading_right.png") no-repeat;
	float: right;
}

#inner {
	/*background: #FFF; /*1d1d1d;*/
	/*border: 10px solid #2d2d2d;*/
	color: #bbb;
	width: 690px;
	height: 800px;
	margin: 0 auto;
	position: relative;
	top: -50px;
}
#content {
	padding: 20px 30px;
	background: #FFF;
	color: #000;
}

ul#menu {
	position: absolute;
	right: -100px;
	top: 50px;
	width: 100px;
	padding: 0;
	margin: 0;
}

#menu li {
	list-style-type: none;
	margin-top: 5px;
}

#menu li a {
	padding-left: 20px;
	color: #0B5FA4;/*#61B4CF;*/
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

#menu li a:hover {
	/*text-decoration: underline;*/
	border-left: 10px solid #FE7800;
	padding-left: 10px;
}

#menu li a.current {
	color: #06375E;
}

#menu li.icon {
	margin-top: 20px;
	border: none;
}

#menu li.icon a:hover {
	padding-left: 20px;
	border: none;
}
