* {
  font-family: "Tahoma", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

/* LAYOUT */

body {
	background-color:#FFFFFF;
	background-image:url(img/top_repeat.jpg);
	background-repeat:repeat-x;
	font-size:10pt;
	color:#a4a9aa;
}

#header {
	width:900px;
	height: 100px;
	margin:0 auto 0 auto;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
}

#logo {
	width: 365px;
	height: 100px;
	margin: 0 auto 0 auto;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#center {
	width: 840px;
	margin: 50px auto;
	min-height: 400px;
}

#center p{
	line-height: 150%;
	margin: 10px 0 10px;
}

#center h1{
	font-size:13pt;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #d2f0f7;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px #f0f0f0;
}

#center h2{
	font-size:11pt;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px solid #f0f0f0;
	margin: 0 0 10px 0;
	text-shadow: 1px 1px #f0f0f0;
}

#center .box {
	width: 240px;
	float: left;
	margin-left: 15px;
	border: 1px solid #EBEBEB;
	padding: 10px 10px 0 10px;
}

#content_full {
	width: 700px;
	margin: 0 auto 10px auto;
}

#footer {
	clear: both;
	text-align: center;
	width: 100%;
	margin: 0 0 10px 0;
}

a, a:link, a:link, a:visited, a:active {
	text-decoration: none;
	text-shadow: 1px 1px #f0f0f0;
	color: #76D0E7;
}

a:hover {
	text-decoration: underline;
}

b { 
	font-weight: normal;
	color:#888888;
	text-shadow: 1px 1px #f0f0f0;
}

