/*******************************************************************************
 General
*******************************************************************************/
html,
body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
/*	background-image: url("images/background.jpg");*/
	text-align: center;
}


body,
table {
	font-size: 12px;
	font-family: Tahoma,Arial,verdana,sans-serif;
	color: #ffffff;
}

form,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
	padding-top: 0;
}

h1 {
	font-weight: bold;
	font-size: 13px;
	color: #ff6600;
}

h2 {
	color: #e76a00;
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	color: #e76a00;
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-left: 30px;
}

h4,
h5,
h6 {
	color: #E76A00;
	font-family: Tahoma, Arial, verdana, sans-serif;
	font-size: 10pt;
}

a {
	color: #e2cf9c;
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
}


/*******************************************************************************
 Container
*******************************************************************************/
div#container {
	position: relative;
	margin: auto;
	width: 900px;
	min-height: 100%;
	background-color: #000000;
	text-align: left;
	overflow: hidden;
}

* html div#container {
	overflow: visible;
	height: 100%;
}


/*******************************************************************************
 Header
*******************************************************************************/
div#header {
	height: 180px;
	background-color: #000000;
	background-image: url("images/header.jpg");
	overflow: hidden;
}

div#header h1 {
	margin-top: 180px;
}


/*******************************************************************************
 Top menu
*******************************************************************************/
div#topmenu {
	position: absolute;
	top: 0;
	right: 0;
	width: 242px;
	height: 134px;
	overflow: hidden;
}

div#topmenu ul {
	margin: 0;
	padding: 10px;
	list-style: none;
	line-height: 12pt;
	font-size: 10px;
	color: #25180d;
	font-weight: bold;
}

div#topmenu ul li a {
	color: #25180d;
}


/*******************************************************************************
 Contact
*******************************************************************************/
div#contact {
	position: absolute;
	top: 134px;
	left: 0;
	width: 242px;
	height: 46px;
	overflow: hidden;
}

div#contact ul {
	margin: 0;
	padding: 3px 10px;
	list-style: none;
	font-size: 11px;
	color: #25180d;
}


div#contact ul li a {
	color: #25180d;
}


/*******************************************************************************
 Address
*******************************************************************************/
div#address {
	position: absolute;
	bottom: 32px;
	left: 0;
	width: 242px;
	height: 110px;
	overflow: hidden;
}

div#address address {
	padding: 10px 10px 0 10px;
	font-size: 9px;
	line-height: 11pt;
	font-style: normal;
}

div#address address p {
	margin: 0 0 1em 0;
	padding: 0;
}

div#address address a {
	color: #ffffff;
}


/*******************************************************************************
 Main menu
*******************************************************************************/
div#mainmenu {
	float: left;
	width: 242px;
	padding: 0 0 32px 0;
	overflow: hidden;
}

div#mainmenu ul {
	margin: 0 0 110px 0;
	padding: 10px;
	list-style: none;
	line-height: 18pt;
	font-size: 13px;
	color: #e2cf9c;
	font-family: verdana, sans-serif;
	font-weight: lighter;
}

div#mainmenu ul li a {
	color: #e2cf9c;
}


/*******************************************************************************
 Sidebar
*******************************************************************************/
div#sidebar {
	float: right;
	width: 242px;
	padding: 0 0 32px 0;
}

div#sidebar_inner {
	padding: 5px;
}


/*******************************************************************************
 Content
*******************************************************************************/
div#content {
	margin: 10px 242px;
	padding: 5px 10px 37px 10px;
	line-height: 1.3em;
	letter-spacing: .1em;
}

* html div#content {
	height: 1px;
}

div#content div.fce_2columns {
	overflow: hidden;
}

* html div#content div.fce_2columns {
	overflow: visible;
	height: 1px;
}

div#content div.fce_2columns div.column1 {
	float: left;
	width: 190px;
}

div#content div.fce_2columns div.column2 {
	float: right;
	width: 190px;
}


/*******************************************************************************
 Footer
*******************************************************************************/
div#footer {
	position: relative;
	height: 32px;
	width: 900px;
	margin: -32px auto 0 auto;
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 9px;
	color: #888888;
}

div#footer a {
	color: #907700;
}

div#footer_inner {
	margin: 15px 0 0 0;
	line-height: 17px;
}


