html, body {
	margin:0;
	padding:0;
}


body {
	font-family: "Lucida grande", verdana, sans-serif;
	font-size:11px;
	color:#333;
	text-align:center;
	background:url('images/bg_gradient.gif') repeat-x;
}

a img {
	border:0;
}

#wrap {
	width:785px;
	margin:15px auto;
	text-align:left;
	background:url('images/mid_bg.gif') repeat-y;
}

#hdr {
	height:105px;
	margin:0;
	padding:10px 10px;
	background:url('images/hdr_bg.gif') no-repeat;
}

#hdr h1 {
	font-size:1px;
	text-indent:-5000em;
	height:77px;
	width:300px;
	margin:0;
	padding:0;
	background:url('images/logo.png') no-repeat;
}

#hdr h1 a {
	display:block;
	height:38px;
	width:151px;
	
}

#hdr p {
	float:right;
	padding-right:5px;
	margin-top:-35px;
	color:#333;
	text-shadow:2px 2px #999;
}

#hdr p a {
	color:#333;
	text-decoration:none;	
}
#hdr p a:hover {
	color:#FF004A;
	text-decoration:none;
}

#nav {
	float:left;
	width:180px;
}
#nav ul {
	padding:0;
	margin:0;
}
#nav ul li {
	list-style:none;
	padding:10px;
	text-align:right;
}
#nav ul li a {
	display:block;
	padding:10px;
	background:url('images/nav_bg.gif') no-repeat bottom right;
	color:#666;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#EC1018;
}

#content {
	float:right;
	width:568px;
	padding:0px auto;
	margin-right:6px;
}

#content h3 {
	color:#EC1018;
	font-size:14px;
}

#content h1 {
		color:#ooo;
	font-size:18px;
	font-weight:bold;
}

#ftr {
	height:85px;
	margin-top:35px;
	padding-left:220px;
	background:url('images/ftr_bg.gif') no-repeat bottom;
}

#ftr p {
	padding-left:25px;
	margin-top:45px;
	
}

.clear {
	line-height:1px;
	height:1px;
	clear:both;
}
.ftrmenu {
	float:right;
	padding-right:25px;
	margin-top:5px;
	color:#333;
	text-shadow:2px 2px #999;
}

.ftrmenu a {
	color:#333;
	text-decoration:none;	
}
.ftrmenu a:hover {
	color:#FF004A;
	text-decoration:none;
}


	
	#contact-data {
	float: right;
	width: 400px;
	display: inline;
	margin-right: 55px;
	padding-bottom: 5px;
}
#contact-data p,
#contact-data ul,
#contact-data ol,
#contact-data dl {
	margin: 0 0 1.5em;
	font-size: 1.2em;
	line-height: 1.6;
	text-align: justify;
}
#contact-data h2,
#contact-data h3 {
	font-size: 2em;
	font-weight: normal;
	background: url(images/bg-headings.gif) repeat-x 0 100%;
	margin: 24px 0 1em;
	padding-bottom: 5px;
	color: #A0522D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#contact-data h3 {
	font-size: 1.8em;
	font-weight: normal;
	background-image: none;
	padding-bottom: 0;
	margin: 1em 0 0.2em;
	color: #1490C3;
}
#contact-data p a {
	color: #18A2FB;
}
#contact-data p a:hover {
	color: #000;
	text-decoration: underline;
}





.contentc {
	padding:0 4px 0 4px;
}

.contentbox {
	border:1px solid #ebebeb;

	float:left;
	margin:0px 4px 0 0;
	padding:5px;
	width:165px;
}

.contentbox h2 {
	background-color:#232323;
	color:#ffffff;
	font-size:10px;
	font-weight:normal;
	height:14px;
	padding:1px 0 0 0;
	text-indent:4px;
}

.contentbox p {
	padding:2px 0 1px 0 !important;
}
