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

body {
	margin:0px;
	padding:0px;
}

#header
{
	height:77px;
	background: url(../assets/AFC_pattern.jpg) repeat-x;
}

#header #logo
{
	margin-left:100px;	
}

#flashdiv
{
	margin-right:auto;
	margin-left:auto;
	display:block;
}


#content
{
	margin-top:100px;	
}


#content p
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#888;
	text-align:center;
	font-weight:bold;
}


#examples
{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
	height: 490px;
}

#examples li
{
	text-align:center;
	width:180px;
	float:left;
	margin: 0px 10px;;
	height: 270px;
}

#examples li img
{
	border-width:5px;
	border-color:#EBEBEB;
}

#examples li p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:5px 5px;
	padding:0px;
	color:#666;
}
