body {
	background: #000000 url('images/bg.jpg') 0 0 repeat;
	color: #15282f;
	font-family: georgia, times;
	
	font-size: 12px;
	margin: 0;
}

img {
	border: none;
}

a {
	color: #CD3D0C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 21px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}



#site {
	width: 950px;
	margin: 0 auto;
}


/* Header */

#header {
	margin-left: 63px;
	position: relative;
	height: 110px;
	background: transparent url('images/bg-header.gif') 260px 0 no-repeat;
}

#header img {
	position: absolute;
	top: 0;
	left: 0;
}

#header ul {
	position: absolute;
	left: 271px;
	top: 0;
	height: 100px;
	margin: 0;
	padding: 0;
}

#header ul li {
	list-style-type: none;
	float: left;
	border-left: 1px dashed #000000;
}

#header ul li a{
	display: block;
	padding: 0 20px;
	font-size: 12px;
	line-height: 35px;
}

#header ul li a:hover,
#header ul li.on {
	background: transparent url('images/bg-nav-on.gif') 0 0 no-repeat;
}


/* Content */
#content {
	position: relative;
}

#content #top {
	padding: 50px 300px 0 75px;
	background: transparent url('images/bg-content-top.gif') 0 0 no-repeat;
	height: 104px;
}


/* Column 1 */

#col1 {
	width: 575px;
	padding-left: 75px;
	padding-right: 300px;
	padding-bottom: 100px;
	background: #dfdfdf;
}
#col1 p {
	margin: 0 0 1em 0;
}


#col2 {
	position: absolute;
	border-left: 1px dashed #000;
	right: 0;
	top: 150px;
	padding: 0 50px;
	background: #dfdfdf;
	width: 180px;
}

#col2 .block {
	padding: 0 0 20px 0;
}

#col2 h2 {
	margin: 0;
	font-size: 25px;
	font-weight: normal;
}

/* Footer */

#footer {
	position: relative;
	background: #151215;
	height: 50px;
	padding: 0 75px;
	color: #fff;
}
#footer p {
	margin: 0;
	line-height: 50px;
}

#footer ul {
	position: absolute;
	top: 0;
	right: 20px;
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style-type: none;
	float: left;
}

#footer ul li a{	
	color: #fff;
	display: block;
	padding: 0 20px;
	font-size: 12px;
	line-height: 50px;
}


/* special images */

p.image {
	background: #151215;
	color: #fff;
	padding: 10px;
	font-size: 14px;
	text-align: right;
	line-height: 20px;
}

p.image img {
	padding: 0 0 5px 0;
} .no-pad { margin-top: 0 !important;}