/*
= DEFAULT
*/

body {
	color: #737373;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
	background-color: #666A94;
}
	
h1 {
	width: 256px;
	height: 48px;
	position: absolute;
	top: 36px;
	left: 10px;
}
	
	h1 a {
	text-indent: -9999px;
	display: block;
	width: 256px;
	outline: none;
	height: 48px;
}
	
/*
= HEADER / MENU / FOOTER
*/

#header {
	height: 160px;
	position: relative;
	width: 902px;
	float: left;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	position: relative;
	list-style: none;
	float: left;
	margin: 0;
	height: 20px;
	width: 780px;
	padding-top: 20px;
	padding-left: 20px;
}


#menu li {
	float: left;
}
		
#menu li a {
	display: block;
	color: #F78700;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 0px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 14px;
	font-weight: bold;
}
#menu li a:hover {
	text-decoration: none;
	color: #6d638c;
}
#home-page {
position:absolute;
text-indent:-999em;
height:100px;
width:320px;
display:block;
float:left;
}

#ttk {
	float: right;
	height: 49px;
	width: 179px;
	margin-top: 56px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/*
= CONTAINER / COLUMNS
*/
	
#container {
	position: relative;
	width: 902px;
	z-index: 1;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
}
		
		
	#container #content {
	position: relative;
	width: 867px;
	padding-top: 20px;
	line-height: 18px;
	float: left;
	margin: 0px;
	height: 400px;
	padding-left: 35px;
}
#content #flash {
	margin: 0px;
	height: 374px;
	width: 827px;
}
