body{
	font-family:arial,san-serif;
	font-size:12px;
	color:#333;
	text-align:center;}

#header{
	background:#fff;
	width:840px;
	margin:0 auto;
	text-align:left;
	font-family: helvetica, arial;
font-size: 48px;
font-weight: bold;
padding-top: 20px;}
	

.about{
font-size: 14px;
font-weight: bold;}
	

#nav{
width: 840px;
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
}

#nav a{
	color: #666;}

#nav a:hover{
	background:#333}


#line {
	background:#CC3366;
	height:10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#container{
	width:840px;
	margin:0 auto;
	text-align:left;}

.box{
	width:270px;
	height:280px;
	float:left;
	background:#ccc;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
overflow:hidden;}

.box:hover{
	background:#CC3366;}

.boxcontents{
padding: 10px;
}

.boxtitle{
font-size: 18px;
font-weight: bold;
color: #ccc;
text-align: left;
}

.boxtext{
font-size: 9px;
font-weight: bold;
color: #ccc;
text-align: left;
}

#footer{
	clear:both;

background:#999;
}

	