/************************************************************/
/*** BODY ***/
body {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #F94711;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #F94711;
}

a:link, a:visited, a:hover, a:active {
	color: #000;
	text-decoration: none;
}

/************************************************************/
/*** CONTAINER ***/
#container {
	position: relative;
	top: 40px;
	left: 60px;
	width: 810px;
	height: 200px;
	
	float: left;
}

/************************************************************/
/*** HEADER ***/
#header {
	margin-bottom: 20px;
	float: left;
}

#header img {
	float: left;
}

#flash-header {
	position: relative;
	width: 200px;
	height: 200px;

	float: left;
}

/************************************************************/
/*** CONTENT ***/
#content-left {
	position: relative;
	width: 560px;
	height: auto;

	float: left;
}

#content-right {
	position: relative;
	top: 3px;
	left: 50px;
	width: 200px;
	height: auto;
	
	text-align: center;
	
	float: left;
}

.morelink {
	font-weight: bold;
	color: #F94711;
}

.alignleft {
	text-align: left;
}

/************************************************************/
/*** FOOTER ***/
#link-footer {
	position: relative;
	top: 30px;
	left: 0px;
	width: 790px;
	height: auto;

	padding: 10px;

	background-color: #F94711;
	float: left;
}



#link-footer a:link, #link-footer a:visited, #link-footer a:hover, #link-footer a:active {
	color: #fff;
}

#link-footer ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

#link-footer .first {
	padding-left: 0px;
}

#link-footer li {
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #fff;
	list-style: none;
	display: inline;
}