/* generated by csscreator.com */ 
* {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
} 

html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #0066CC;
} 
 
#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFF;
} 
 
#header{
	position:relative;
	height:107px;
	width:100%;
	background-image: url(http://planetlag.com/images/main_header.png);
	background-repeat: no-repeat;
} 
#leftcol {
	width:158px;
	background-image: url(http://planetlag.com/images/menu_l_bg.png);
	background-repeat: repeat-y;
}
#leftcol p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 20px;
}
#leftcol p a:hover {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 25px;
}
#leftcol h1 {
	padding-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 10px;
}



#leftcol2{
	width:158px;
	height: 45px;
	background-repeat: no-repeat;
 }
 
#twocols{
	float:right;
	position:relative;
  }
 
#rightcol{
	width:158px;
	float:right;
	position:relative;
	background-color:242552;
 }
 
#maincol{
	float: left;
	display:inline;
	position: relative;
	width: 484px;
 }
#maincol p {
	padding: 10px;
	font-size: 14px;
}

#maincol h1 {
	padding: 10px;
	font-weight: bold;
	font-size: 36px;
}
#maincol a {
	color: #F00;
	text-decoration: none;
}
#maincol a:hover {
	color: #F00;
	text-decoration: underline;
}




 
#footer{
	height:20px;
	background-color:545212;
	clear:both;
	text-align: center;
	color: #999;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

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


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{
	display:none;
} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
