/* Body & general *************************************************************/

body {
	margin:0; 
	padding:0; 
	color:#303030; 
	font:76% Verdana,Tahoma,sans-serif;
}

a
{color:#FF0066; font-weight:bold; text-decoration:none;}

a:hover {color:#505050; text-decoration:underline;}

img
{margin:0px 0px 0px 0; padding:1px; background:#ffffff; border:1px solid #ffffff;}

a img
{border-color:#d85d5d;}

a img:hover
{background:#d85d5d; border-color:#d85d5d;}


/* Header / banner / menu *****************************************************/

#header {
	position: absolute; 
	top: 0px;
	height: 135px;
	background: #ffffff;
}

body > #header {
	position: fixed; 
}

#banner {
	width: 800px; 
	height: 100px;
	margin: 0px 10px 0px 10px; 
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	background-image: url(img/fs4k-banner2.png);
	background-repeat: no-repeat;
	background-position: center;
}

#menu {
	width: 800px; 
	margin 100px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	background: #ffffff;
	text-align: center;
	border-bottom: 1px solid #bbd14a;
} 

#menu a {
	color: #bbd14a;
} 

#menu a:hover {
	/*border-bottom: 1px solid #bbd14a;*/
}

#menu a.active {
	color: #c23965;
} 

#menu a.active:hover {
	/*border-bottom: 1px solid #bbd14a;*/
}

/* Content ********************************************************************/

#content {
	padding-top: 136px; /* For IE v6, put here instead of margin */
	width: 800px; 
	margin: 0px 10px 10px 10px; 
}

#content p {
	line-height:1.5em;
}

#content ul {
	line-height:1.5em;
	margin-left:200px;
}

#content li {
}

#content h1 {
/*	color:#ff0066; */
	color: #c23965;
	font-weight:normal; 
	font-size: 2em; 
	letter-spacing:-2px;
}

#content h2 {
	color:#bbd14a; 
	font-weight:normal; 
	font-size: 1.66em; 
	letter-spacing:-2px;
} 

#content h3 {
	color:#ff0066; 
	font-weight:normal; 
	font-size: 2em; 
	letter-spacing:-2px;
}

#contentBlock {
	clear: both;
}

/* Panels *********************************************************************/
#left {
	float: left;
	width: 165px; 
	margin: 0px 10px 10px 10px; 
	background: #ffffff;
}

#gap {
	height: 50px;
}

