
/*
 ============================================================= */

body {
	background: #fff;
	color: #4C4C4C;
	font: 10px/150% Verdana, Arial, Tahoma, sans-serif;
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1 {
	position: absolute;
	top: 85px;
	left: 8px;
}

h2 {
	font-size: 13px;
	font-weight: normal;
}

/*
 ============================================================= */
#header {
	height: 115px;
	position: relative;
}


/*
 ============================================================= */
#main {
	background: #DFF1F4;
	padding: 0 0 0 10px;
	overflow: hidden;
	height: 100%;
	color: #666666;
}

	#main .img {
		float: right;
		padding: 0 0 0 20px;
		font-size: 90%;
		font-style: italic;
		position: relative;
	}
	
	#main ul {
	
	}

	#main a {
		color: #CC0000;
		text-decoration: none;
	}
	
	#main a:hover {
		text-decoration: underline;
	}
	
/*
 ============================================================= */
#nav {
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 10px;
}

	#nav li {
		display: inline;
		margin-left: -1px;
		background: url(../img/nav-line.gif) 0 0 no-repeat;
	}
	
	#nav li a {
		color: #333333;
		text-decoration: none;
		padding: 0px 6px;
		text-transform: lowercase;
	}
	
	#nav li.active a {
		background: #DFF1F4 url(../img/nav-line.gif) 0 0 no-repeat;
	}
	
	
#flash-holder {
	position: relative;
	top: -20px;
}

/*
 ============================================================= */
#footer {
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
}

	#footer li {
		display: inline;
		color: #CCC;
	}

	#footer li a {
		color: #999;
		text-decoration: none;
	}
