/* GLOBAL */
*{margin:0;padding:0;}
a img {border:0;}
a:focus {-moz-outline:0;outline:0;outline-offset:0;}
/* LAYOUT */
body {
  background:#DDDDDD;
  font-family:"Trebuchet MS",Helvetica, sans-serif;
  font-size:12px;
  color:#333;
}
.clear {clear:both;}
.left {float:left;}

#header {
	height:180px;
	width:960px;
	background-color:fff;
	background-image:url(gfx/header.jpg);
	background-repeat:no-repeat;
}
h1 {
  font-size:20px;
  color:#333;
  border-bottom:2px solid #CCC;
  padding:5px 0px 2px 0px;
}
h2 {
  font-size:16px;
  color:#333;
  margin-top:20px;
  border-bottom:1px solid #CCCS#;
}
#wrapper {
  width:960px;
  margin:0px auto 0px auto;
  background:#FFFFFF;
  border-left:10px solid #EEEEEE;
  border-right:10px solid #EEEEEE;
}

#form {margin:0px 10px 0px 10px;}
.group {
  width:700px;
}

.block {
	width:940px;
	height:160px;
}

.innerblock {
	width:186px;
	height:150px;
	margin:5px 0px 5px 0px;
	float:left;
	border:#EEE 1px solid;
	text-align:center;
}

.footer {
	width:920px;
	height:50px;
	background-color:#EEE;
	margin:10px 0px 10px 0px;
	padding:10px;
	text-align:center;
	line-height:20px;
	text-decoration:none;
}
.footer a {
	color:#333;
	text-decoration:none;
	font-weight:bold;
}