body {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #999999;
}

h1 {
	color: #990000;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 10px;
}

h2 {
	color: #000000;
	font-size: 10px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 5px 0px;	
}

img {
	border: 0px;
	padding: 0px;
	vertical-align: bottom;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	margin-bottom: 20px;
	width: 450px;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 750px;
}

#top {
	width: 750px;
	height: 116px;
	position: relative;
	background-color: #D9D9D9;
	background-image: url('/img/top.jpg');
}

#main {
	position: relative;
	background-color: #D9D9D9;
	background-repeat: repeat-y;
	background-image: url('/img/bg_main.jpg');
}

#main-height {
	width: 1px;
	float: right;
	height: 400px;	
	position: relative;
	z-index: -1;
}

#concept {
	top: -2px;
	right: 10px;
	position: absolute;
}

#concept, #menu {
	font-size: 10px;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;	
}

#content {
	padding-top: 15px;
	margin-left: 20px;
	width: 500px;
	line-height: 15px;
}

#infobox {
	right: 30px;
	top: 30px;
	width: 200px;
	float: right;
	text-align: center;
	position: absolute;
}

#bottom {
	padding: 4px 0px;
	position: relative;
	text-align: center;
	font-style: italic;
	color: #A0A0A0;
	background-image: url('/img/bottom.jpg');
}

#bottom a {
	color: #A0A0A0;	
}

.menu-arrow {
	padding-left: 20px;
	color: #FF9600;	
}

.strong {
	color: #990000;
}


/**
 *
 * Menu
 *
 **/
#menu, #menu ul {
	float: left;
	width: 400px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	list-style: none;
	line-height: 1;
	position: relative;
}

#menu li {
	float: left;
	list-style: none;
	position: relative;
	cursor: pointer;
}

#menu li li {
	padding: 0.25em 1em;
	width: 13em
}

#menu li ul a {
	width: 13em;
	w\idth: 9em;
}

#menu li ul {
	left: -999em;
	height: auto;
	width: 120px;
	margin: 0px;
	padding: 5px;
	position: absolute;
	background-color: #D8D8D8;
	border: 1px solid #FF9600;
}

#menu li:hover ul {
	left: auto;
	display: block;
}

#menu li.sfhover ul {
	top: 10px;
	left: 20px;
	display: block;
	background-color: #D8D8D8;
}

#menu a {
	color: #000000;
	text-decoration: none;
	cursor: url;
}

#menu li ul a:hover {
	font-weight: bold;
}
