/**
 * Page elements
 */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #fefefe;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

/**
 * Fundemental elements
 */
hr {
	display: none;
}
a {
	color: #333333;
}
a img {
	border: 0;
}
p, li {
	line-height: 160%;
}
h1 a {
	color: #E1AD7E;
	text-decoration: none;
}

/**
 * Page structure
 */
#Wrapper {
	width: 800px;
	/*max-width: 1000px;*/
	min-width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 2px solid #6CB2CB;
	vertical-align: top;
	padding: 0;
	background: #fff url(../images/back_columns.jpg) repeat-y;
}
#List {
	height: 12px;
	background-color: #6CB2CB;
}
#Header {
	width: 100%;
	height: 100px;
	text-align: center;
	background: #fff url(../images/header.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
/* 160 */
#SidebarLeft {
	float: left;
	width: 120px;
	padding: 0 10px 0 10px;
	margin: 0;
}
	#SidebarLeft  ul
	{
		list-style-type: none;
		padding-left: 1px;
		margin-left: 1px;
	}
	#SidebarLeft a {
		color: black;
	}
	#SidebarLeft a:hover {
		color: #6CB2CB;
	}

/**
 * Column wrapper
 */	
#ColWrap {
	float: left;
	width: 790px;
}
#MenuList {
	width: 100%;
	background: #6CB2CB url(../images/back_columns.jpg) repeat-y;
	height: 22px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	word-spacing: 0.5em;
}
	#MenuList #Padd{
		display: block;
		width: 150px;
		height: 22px;
		float: left
	}
	#MenuList a {
		color: #fff;
	}
	#MenuList a:hover {
		color: #000;
	}
/**
 * Right column
 */
#SidebarRight {
	float: left;
	text-align: center;
	width: 160px;
	height: 360px;
	background: #fff url(../images/partners_back.jpg) no-repeat;
	padding: 4px;
	margin: 10px 10px 20px 10px;
	border: 0;
}
	#SidebarRight p {
		line-height: 100%;
	}
	#SidebarRight img {
		border: 0;
		margin-bottom: 4px;
	}
	#SidebarRight a img {
		border: 0;
	}
/**
 * Middle column
 */
#Content {
	float: left;
	width: 420px;
	margin: 0;
	padding: 0 10px 20px 10px;
	text-align: left;
	vertical-align: top;
}
	#Content p {
		margin: 1em;
	}
/**
 * Footer
 */
#Footer {		
	clear: both;
	height: 4em;
	background: #6CB2CB;
	padding: 0.2em 1em 0.6em 2em;
	margin: 6px 0 0 0;
	text-align: center;
	color: #333333;
}
	#Footer a {
		color: #333333;
		text-decoration: none;
	}
	#Footer a:hover {
		color: #effdff;
		text-decoration: underline;
	}
	
/**
 * Misc
 */
.odd, .even {
	vertical-align: top;
}
.odd {
	background-color: #fff;
	color: #C8CED0;
}
.even {
	background-color: #C8CED0;
	color: #fff;
}
th {
	background-color: #000;
	color: #C8CED0;
}
.legal {
	background-color: #FFF8EF;
	padding: 6px;
	border: 1px dashed #FFD3AF;
	color: #8F4408;
}
