@charset "UTF-8";

* {
	margin:0;
	padding:0;
	/* font-size:100%; */
}
body { background:#000 url(images/bg.jpg) top center; }
html, body {
	margin:0;
	padding:0;
	text-align:center;
	height:101%; 
}
body, table, td {
	font-family:georgia,garamond,serif;
	/* font-family: "Times New Roman", Arial, Verdana; */
	border-spacing:0;
	color:#787878;
}
a { color:#787878; }
a:hover { text-decoration:none; }
img { border:0; behavior: url("iepngfix.htc"); }
#holder {
	width:947px;
	margin:0 auto 0 auto;
}
#logo {
	width:368px;
	height:165px;
	float:left;
}
#header {
	width:579px;
	height:165px;
	float:left;
	background:url(images/header.png) no-repeat;
	behavior: url("iepngfix.htc");
}
#content {
	padding:5px 50px 10px 50px;
	background:url(images/bg_cont.png) repeat-y;
	behavior: url("iepngfix.htc");
	text-align:left;
}
#content, #content a {
	color:#a4a4a4;
}
#icons ul, #icons li{
	margin:0;
	padding:0;
	list-style-type:none;
}
#icons li {
	width:172px;
	height:172px;
	padding:13px;
	margin:5px;
	float:left;
	background:url(images/bg_icon.png) no-repeat;
	behavior: url("iepngfix.htc");
}
#icons img {
	border:3px solid #6f465c;
}
#icons a:hover img {
	border-color:#FFF;
}
#bg_bottom {
	height:33px;
	background:url(images/bg_bottom.png) no-repeat;
	behavior: url("iepngfix.htc");
}
#footer {
	width:947px;
	height:69px;
	clear:both;
}
.clearer {
	width:0;
	height:0;
	clear:both;
	line-height:0;
	font-size:0;
}
#bottomLinks, #bottomLinks a
{
	text-decoration:none;
}
#copy {
	clear:both;
	margin:0 auto;
	font-size:10px;
	padding:10px;
	text-align:center;
}
#copy, #copy a {
	color:gray;
	text-decoration:none;
}
