/* 
Title : MGD Group main stylesheet
URL : http://www.mgdgroup.com
Author : Mathieu Guastella - MGD Group
Created : May 2006
*/

html, body {margin:0;padding:0; cursor:default;}
html { margin-bottom: 2px; height:100%;}	/* to get scrollbar, + body 100% */
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000000;
	height:100%;
	color: #FFFFFF;
	
	leftmargin:0;
	topmargin:0;
	marginwidth:0;
	marginheight:0;
	
	/*
	scrollbar-face-color: #CCCCCC;
	scrollbar-shadow-color: #F8F8F8; 
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#F2F2F2; 
	scrollbar-darkshadow-color: #8F8F8F;
	scrollbar-track-color:  #FFFAD0;
	scrollbar-arrow-color: #FFE000;*/
}


a{
color:#FFFFFF;
}

a:visited{
color:#FFFFFF;
}
a:hover{
color:#F8D49A;
}

#menu {
	clear: both;
	color: #FFFFFF;
	text-align:left;
	font-size: 20px;
	line-height: 25px;
	text-decoration:none;
	}
	
#menu a{
	color: #F8D49A;
	font-weight:bold;
	text-decoration:none;
	}

#menu a:hover{
	color: #AF6A41;
	text-decoration:none;
	}
	
#footer {
	color: #AF6A41;
	clear: both;
	text-align:center;
	font-size: 11px;
	margin-bottom:5px;
	text-decoration:none;
	}

#footer a:visited{
	color: #AF6A41;
	text-decoration:none;
	}
	
#footer a:hover{
	color: #F8D49A;
	text-decoration:none;
	}
