/******************************************/
/** Faculty Club 2009
/** http://www.facultyclub.be
/*****
/** Design and development by Megaluna
/** http://www.megaluna.be
******************************************/

/*** Eric meyer's reset
****************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/*** Clearfix
****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/******************************************/
/** Standard elements
******************************************/
h1
{
	background:transparent url("../images/logo_fc.jpg") 0 0 no-repeat;
	text-indent:-9999px;
	width:371px;
	height:66px;	
	margin:0 0 15px 0;
}

h2
{
	
}

h3
{
	
}

h4
{
	
}

h5
{
	
}

h6
{
	
}

a
{
	
}

a:hover
{

}

/******************************************/
/** Structural elements
******************************************/
html, body
{
	height:100%;	
}

body
{
	background: #333333;
	color:#000000;
	font: 70% "Lucida Grande",Arial, Verdana, sans-serif;	
}

#wrapper
{
	background-color:#8D846A;	
	width:100%;
	height:auto;
	float:left;
	display:inline;
	border-top:15px #FFFFFF solid;
	border-bottom:15px #FFFFFF solid;
}

#wrapper #container
{
	background-color:#FFFFFF;
	width:870px;
	margin-left:80px;
	padding:0 15px 0 15px;
	float:left;
	display:inline;
}


#wrapper #container #images
{
	width:100%;
	height:250px;
	margin-bottom:15px;
}

#wrapper #container #content
{
	width:100%;
	height:auto;
	float:left;
	display:inline;
}

#footer
{
	background-color:#333333;
	color:#999999;	
	float:left;
	display:inline;
	width:100%;	
}




/* Content */
#content #address
{
	float:left;
	display:inline;
	color:#534336;
	text-align:right;
	width:170px;
	margin-right:15px;
}

#content #address a
{
	color:#534336;
	text-decoration:none;
}

#content #address a:hover
{
	text-decoration:underline;
}

#content #main
{
	float:left;
	display:inline;
	width:500px;
	margin:0 15px 15px 0;
}

#content #main #header
{
	border-left:15px #B40029 solid;
	padding-left:15px;
}

#content #main #languages
{	
	border-left:15px #534336 solid;
	height:170px;
	font-size:2.0em;
	color:#534336;
	position:relative;
}

#content #main #languages ul 
{
	list-style:none;
	position:absolute;
	bottom:0;
}

#content #main #languages ul li
{
	padding:0 0 0 30px;
}

#content #main #languages ul li a
{
	color:#534336;
	text-decoration:none;
}

#content #main #languages ul li a:hover
{
	color:#B40029;
	text-decoration:none;
}

#content #logos
{
	float:left;
	display:inline;
	height:255px;
	width:170px;
	position:relative;
}

#content #logos ul
{
	list-style:none;
	position:absolute;
	bottom:0;
	float:right;
	width:100%;
}

#content #logos ul li
{
	float:right;
	display:inline;
	text-align:right;	
}
	


/* Footer */
#footer p
{
	width:870px;
	margin-left:80px;
	padding:10px 15px 10px 15px;
	text-align:right;
}

#footer a, #footer a:hover
{
	color:#999999;
	text-decoration:underline;
}