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

body{background-color: #CDFCEA; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-top:0px;}
 img{ border:none;}



.linkDec{ text-decoration: none;}


#MainHolder
{
	width:823px;
	margin:auto;
	
}

#Header
{
	width:820px;
	height: 65px;
}

#logo{ float:left; width:400px;}

#blog{float: right; width:200px;}


#ContentHolder
{
background-color:#FFFFFF;
	width 763px;
	padding:10px;
	border-color:#CCCCCC;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	
}

#Flash
{
	width:800px;
	background-color:#999999;
	height:500px;
}

#BoxesHolder
{
	width:800px;
	margin-top:10px;
}

#Box1, #Box2
{
	width:80px;
	height:40px;
	padding: 20px 10px 10px 10px;
	float:left;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	
}

#Box3
{
	width:80px;
	height:40px;
	padding: 10px 10px 20px 10px;
	float:left;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	
}

#Box1,#Box3{background-color:#0044FF; color:#FFFFFF;}
#Box2{background-color:#00CCFF; color:#000000;}

#Box1:hover{background-color:#99FF00; color:#000000;}
#Box2:hover{background-color:#99FF00; color:#000000;}
#Box3:hover{background-color:#99FF00; color:#000000;}



#copyr{clear:both; width:800px; font-size:9px; padding-top:10px;}
