﻿ /* GENERAL */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset
{ 
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #f7f4df;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

html, body
{
	height: 100%;
	width: 100%;
	min-height: 100%;
	text-align: center;
	
	/*background-color: #f7f4df;*/
	background: #f7f4df url(../NavigationImages/BackgroundColumns.gif) repeat-y 50% 0;
	/* http://www.alistapart.com/articles/fauxcolumns/ */
}	

html
{
	scrollbar-base-color: #f7f4df;
	scrollbar-arrow-color: #f17720;
	scrollbar-DarkShadow-Color: #f7f4df;
}

/* MAIN IDs FOR DIVs*/
#wrapper 
{
	min-height: 100%;
	width: 855px;
	margin: 0px auto 0px auto;
	text-align:left;
	height: 100%;
	position: relative;
}
#logo
{
	position: absolute;
	left: 1px;
	top: 0px;
}
#columnMiddle		/* placed inside #wrapper */
{
	width: 655px;
	position: absolute;
	left: 100px;
	top: 0px;
	padding-left: 25px;
	padding-right: 25px;
}
#mainContentBlock	/* placed inside #columnMiddle */
{	
	position: absolute;
	width: 555px;
	left: 50px;
	top: 285px;
}
/*#mainContentBlock ul,  */#mainContentBlock li {
	display: list-item;
	list-style-type: disc;
	color:#F17720;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	margin-bottom:5px;
	margin-top:3px;
}

#languageChoice
{
	width: 60px;
	background-color: #f7f4Df;
	position: absolute;
	left: 856px;
	top: 20px;
}