html, body { 
	margin: 0 0 0 0; 
	width: 100%; 
	height: 100%; 
	margin: 0px auto;  
	padding: 0px; 
	background-color: #1e1f21; 
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, 
	sans-serif; 
	font-size: 12px; 
	}


p { 
	color: #1e1f21; 
	line-height: 12px; 
	text-align: justify;
	}
	
.blue { 
	color: #00a2ff; 
	letter-spacing: 2px; 
	}
	
.title { 
	color: #007eff; 
	letter-spacing: 2px; 
	font-size: 20px; 
	}
	
.lightgrey { 
	color: #bcbfc7; 
	letter-spacing: 2px; 
	}
	
.darkgrey { 
	color: #464953; 
	letter-spacing: 2px; 
	}
	
.toes { 
	text-align: left; 
	}
	
div#title { 
	color: #ccc; 
	text-decoration: none; 
	font: bold 11px; 
	letter-spacing: 2px; 
	text-align: right; 
	width:520px; 
	}


a:link { 
	color: #ffffff; 
	text-decoration: none; 
	font: bold 13px; 
	letter-spacing: 2px; 
	}
	
a:visited { 
	color: #ffffff; 
	text-decoration: none; 
	font: bold 13px; 
	letter-spacing: 2px; 
	}
	
a:hover { 
	color: #00a2ff; 
	text-decoration: none; 
	font: bold 13px; 
	letter-spacing: 2px; 
	}
	
a:active { 
	color: #ffffff; 
	text-decoration: none; 
	font: bold 13px; 
	letter-spacing: 2px; 
	}

div#header{ 
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:31px; 
	background-image: url("../assets/images/header_bg.png"); 
	background-repeat: repeat-x; 
	}

div#main{ 
	text-align: center; 
	width:964px; 
	}







