html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#460248;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url(../images/backgrounds/bg-grade.gif);
	background-repeat: repeat-x;
}

a {
	outline:none;
	color: #FFFFFF;
	text-decoration: none;
	}

a:link {
	outline:none;
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:hover {
	outline:none;
	color: #FF9900;
	}	
		
a:focus {
	outline:none;
	}	

h1 {
	margin:0 0 0.8em 0;
	font-weight: normal;
	line-height: 24px;
	font-size: 150%;
}

h2 {
	margin:25px 0 10px 0;
}
h3 {
	margin:5px 0 0 0;
	font-size: 90%;
	font-weight: normal;
	line-height: 16px;
}
h4 {
	margin: 0 0 10px 0;
}
h5 {
	margin: 0 0 10px 0;
	font-size: 130%;
	font-weight: normal;
}
img	{margin: 0; padding:0; border:0px;}

img, div, { behavior: url(css/iepngfix.htc) }


p {
	line-height:1.4;
}





div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background: #31003c url("../images/backgrounds/wrapper-bg.jpg") 100% no-repeat;
	background-position: top;
	font-size: 90%;
}
div#logo {
	height: 95px;
	position: relative;
	top: 15px;
	left: 50px;
	width: 111px;
}

div#header {
	height: 166px;
	margin: 0;
}
	div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
	}

div#content {
	padding:0px; /* bottom padding for footer */
	height:820px;
}
	div#content p {
	text-align:left;
	padding:0;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0px; /* stick to bottom */
	background:#200029;
	height: 100px;
	background-image: url(../images/backgrounds/footer-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
}
	div#footer p {
	padding:1em 0 0 0;
	margin:0;
	}
div#wrapper {
	margin:0 auto; /* center, not in IE5 */
	width:1000px;
	background:#31003c url("../images/backgrounds/wrapper-bg.jpg") 100% no-repeat; /* real browsers */
	height:auto; /* real browsers */
	background-position: top;
}
div#content_left {
	float: left;
	width: 540px;
	color: #fff;
	margin: 30px 0 0 60px;
	display: inline;
}
div#content_left p {
	margin: 0 0 0.6em 0;
}
div#content_right {
	float: right;
	width: 300px;
	margin: 20px 50px 0 0;
	display: inline;
}
div#content_right img {
	float: right;
	display: block;
}
div#navcontainer {
	position:absolute;
	width:100%;
	bottom:0px;
	height: 41px;
	color: #FFFFFF;
	top: 126px;
	background-image: url(../images/backgrounds/nav-bg.gif);
}
