@charset "utf-8";
/* CSS Document */

/*SECTIONS*/

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	width:850px;
	color:#000000;
}

h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:100;
	font-size:28px;
	color:#000000;
}

h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-weight:bold;
	font-size:22px;
	color:#000000;	
}


/*CUSTOM CLASSES*/

.top{
	

}

.menus{
	background-color:#EEE;
	height:30px;
	
}

.bottom{
	
	height:600px;
}

.left{
	background-color:#F00;
	float:left;
	width:200px;
	height:inherit;
	
}

.right{
	background-color:#0F0;
	height:inherit;
	
}

.copy{
	padding-top:5px;
	text-align:center;
	font-size:12px;
	font-style:italic;
	height:50px;
	border-top:solid;
	border-top-color:#CCC;
	border-top-width:1px;
}
