* {  
	margin: 0; 
	padding: 0; 
}
html, body { 
	background: #202020;
	height:100%;
	}
#header {
	margin-left: auto;
	margin-right: auto;
	width:940px;
	text-align: left; 
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:30px;
	}
.left{
	float:left;
	text-align: left;
	}
.right{
	float: right;
	text-align: right;
	}
#page{
	height:auto !important;
	min-height:100%;
	background-position: center;
	text-align: center; 
	}
#content {
	background: url(images/bg.jpg) 0 0 repeat-y #202020;
	position: relative;
	width:940px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; 
	}
#content_white{
	padding:10px 15px;
	margin:0px 50px 0px 30px;
	min-height:600px;
	height:auto !important;
	height:600px;
	}
p { 
	margin-bottom:5px
}
/*FONTS*/
body { font-size:100%; line-height:1.125em; font-family: Tahoma, Verdana, sans-serif;}
p { font-size:0.75em; font-family: Tahoma, Verdana, sans-serif;}
h1{ font-size:1.1em; font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; font-weight:bold; line-height:140%}
h2 { font-size:1em; font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif; font-weight:bold; line-height:140%}
legend {font-size:0.75em; font-family: Tahoma, Verdana, sans-serif;}
a { color: darkgray; text-decoration: none; font-weight: bold;}
a:focus { -moz-outline-style: none; outline: none; }
a:active{ outline: none;}
.white { color:white;}