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

a:link, a:visited, a:hover, A:active{
color:#000000;
}

.nav{
width:300px;
top:100px;
float:left;
border-right:#000066 2px solid;
border-top:#000066 2px solid;
}

.page_header{
font-family: 'French Script MT', cursive;
font-size:60px;
color:#FF0000;
text-decoration:none;
}


.meets_list{
text-indent:5px;
margin-left:5px;
padding-left:5px;
}

.content{
	position:absolute;
	left:380px;
	top:200px;
	width:86%;
	height:79%;
	float:right;
	/*border:#FF0000 1px solid;*/
z-index:0;
}
