@charset "utf-8";

* {margin: 0; padding: 0;}

body {
	margin: 64px 0;
	font: 12px Arial, Helvetica, sans-serif ;
	background: url(../images/bg_body.gif);
	color: #565656;
}

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

img {border: 0;}

#nav, #wrap, #footer {
	width: 860px;
	padding: 0 16px;
	margin: 0 auto;
	}
	
#wrap {background: url(../images/bg_wrap.png) repeat-y;}
* html #wrap {background: url(../images/bg_wrap.jpg) repeat-y;}
	
#logo {
	height: 278px;
	}
	
#logo h1 {
	float: left;
	display: block;
	width: 271px;
	height: 179px;
	margin: 44px 0 0 24px;
	background: url(../images/logo.gif) no-repeat;
	}
* html #logo h1 {margin: 44px 0 0 12px;}
	
#logo h1 strong {display: none;}

#image {float: right; width: 562px;}

#content {
	margin: 2px 2px 0 2px;
	padding: 40px 40px 16px 40px;
	background: url(../images/bg_content.png) repeat-x;
	}
	
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.6em;
	margin-bottom:1em;
	color: #B30A7E;
	}

#content h2 {
	font-size: 1.4em;
	margin-bottom:.6em;
	color: #333333;
	padding-top: .6em;
	}
	
#content p {
	line-height: 1.5em;
	margin-bottom: 1em;
	}
	
#content ol, #content ul {margin: 0 0 16px 16px;}
#content li { line-height: 1.5em;}

#bodycopy {
	float: left;
	width: 546px;
	margin-right: 34px;
	}

#sidebar {
	float: left;
	width: 158px;
	padding: 8px 16px;
	margin: 64px 0 40px 0;
	background: #f0f0f0;
	}
	
#sidebar form input, #sidebar form textarea {width: 150px;}
	
#footer {
	clear: both;
	padding-top: 32px;
	text-align: center;
	background: url(../images/bg_footer.png) no-repeat;
	}
	
* html #footer {background: url(../images/bg_footer.jpg) no-repeat;}
