@charset "UTF-8";
/* CSS Document */


/**************** GENERAL ******************/

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	/*background-color: #222B22;	*/
	background-color: black;
	color: white
}


/* this is the exact order these must appear */
a:link		{ color: #b6e1b4; text-decoration: none; font-weight: bold }
a:visited { color: #b6e1b4; text-decoration: none; font-weight: bold }
a:hover		{ color: white; text-decoration: none; font-weight: bold }
a:active	{ color: #b6e1b4; text-decoration: none; font-weight: bold }


h1
{
	padding: 0; 
	margin: 0;
	padding-top: 10px
}

p
{
	padding: 0; 
	margin: 0;
	padding-top: 10px
}


.noborder
{
	border: none
}


/**************** STRUCTURE ******************/

#container
{
	position: relative;
	width: 960px;
	/* minimum height hack for IE */
	height: expression( this.scrollHeight < 601 ? "600px" : "auto" );
	/* minimum height for standards compliant browsers */
	min-height: 600px;
	left: 50%;
	margin-left: -480px;
}

#wrapper
{
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat
}

#header
{
	height: 225px
}


#left
{
	position: relative;
	width: 186px;
	float: left
}

#content
{
	position: relative;
	float: left;
	width: 557px;
	/* minimum height hack for IE */
	height: expression( this.scrollHeight < 340 ? "339px" : "auto" );
	/* minimum height for standards compliant browsers */
	min-height: 339px;		
	padding-bottom: 20px;
	text-align: justify
}

#right
{
	position: relative;
	width: 217px;
	float: left;
}

#sponsor-header
{
	height: 21px
}

#sponsor-repeat
{
	width: 217px;
	background-image: url(../images/sponsors-repeat.gif);
	background-repeat: repeat-y
}

#sponsor-content
{
	margin-left: 36px;
	margin-right: 68px
}

#sponsor img
{
	border: none;
	padding: 0;
	margin: 0
}


#error
{
	color: red;
	display: none
}

/**************** FOOTER ******************/

#footer
{
	position: relative;
	width: 100%;
	height: 36px;	
	clear: both;
	font-size: 12px
}

#links
{
	float: right;
	padding-top: 4px;
	padding-right: 6px
}

#copyright
{
	float: left;
	padding-top: 4px;
	padding-left: 6px	
}

/********* FRANCOMEDIA FOOTER **************/

#francomedia
{
	position: relative;
	width: 960px;
	height: 30px;
	left: 50%;
	margin-left: -480px
}

#francomedia img
{
	border: none;
	float: right;
	margin-right: 45px
}

#intel
{
	position: relative;
	width: 960px;
	height: 30px;
	left: 50%;
	margin-left: -480px;
	font-family: Verdana;
	font-size: 14px;
	color: white;
	text-align: center

}

/* this is the exact order these must appear */
#intel a:link		{ color: white; text-decoration: none; font-weight: bold }
#intel a:visited { color: white; text-decoration: none; font-weight: bold }
#intel a:hover		{ color: #b6e1b4; text-decoration: none; font-weight: bold }
#intel a:active	{ color: #b6e1b4; text-decoration: none; font-weight: bold }
