/* 
Title : 		MGD Group main stylesheet
URL : 			http://www.mgdgroup.com
Author : 		Mathieu Guastella - MGD Group
Created : 		May 2006
Last updated : 	July 2010
*/

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;
	color: #333333;
	background: #E6E6E6;
	height:100%;
	
	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;*/
}

#header {
	clear: both;
	color: #616161;
	margin-bottom: 10px;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	text-align:left;
	font-size: 11px;
	}

#toptext {
	clear: both;
	color: #616161;
	margin-bottom: 10px;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	text-align:right;
	font-size: 11px;
	}
	
#headertime {
	clear: both;
	color: #999999;
	margin-bottom: 10px;
	margin-top:6px;
	margin-left:30px;
	margin-right:30px;
	text-align:right;
	font-size: 11px;
	}
	
#board {
	text-align: center;
	color: white;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:40px;
	letter-spacing:12px;
	}

#titlecenter {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 30px;
	color: #807F80;
	}
	
#title {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 30px;
	color: #807F80;
	}
	
#titlelight {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #807F80;
	}

#tagline {
	text-align: left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height: 28px;
	padding-top:8px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:8px;
	}
	
	
#article {
	height:45px;
	text-align:left;
	line-height: 25px;
	/* background:none; */
	}
	
#headtext {
/*	background-image: url("/res/frame/articleshadowcenter.gif");
	background-position: center top;
	background-repeat: repeat; */
	}
	
#contenttext {
/*	background-image: url("/res/frame/articleshadowcenter.gif");
	background-repeat: repeat-y; */
	}
	
#textframe {
	clear: both;
	padding-left: 16px;
	margin-top: -6px;
	padding-top: -6px;
	padding-right: 16px;
	/* margin-bottom: -6px; */
	
	background-image: url("/res/frame/textframebody.gif"); 
	background-repeat: repeat-y;
	text-align:left;
	line-height: 18px;
	}
	
#textframe_large {
	clear: both;
	padding-left: 16px;
	margin-top: -6px;
	padding-top: -6px;
	padding-right: 16px;
	/* margin-bottom: -6px; */
	
	background-image: url("/res/frame/textframebody_large.gif"); 
	background-repeat: repeat-y;
	text-align:left;
	line-height: 18px;
	}

	
#footer {
	clear: both;
	color: #999999;
	text-align:center;
	vertical-align:top;
	font-size: 11px;
	width: 770px;	/* to prevent double padding in IE win */ 
	margin-bottom:5px;
	}

