@charset "UTF-8";
/* CSS Document */

*, html{
	padding:0px;
	margin:0px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background:#FF6600 url(/images/sunburst.png) top left no-repeat;
}

body, img, div {
	behavior: url("iepngfix.htc");
	border:0px;
}

#frame{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	color:#fff;
	background-color:#000;
	padding:4px;
	text-align:right;
}

#header a:link, #header a:visited, #header a:hover, #header a:active{
	color:#FF6600;
	font-size:1.5em;
	text-decoration:none;
	margin-left:15px;
}

#logoheader{
	text-align:right;
	padding:20px 40px;
	background:transparent;
}

#pagetitle{
	width:369px;
	font-size:3em;
	text-align:right;
	padding-right:15px;
	background:url(/images/titlebar.png) bottom left no-repeat;
}

#content{
	width:830px;
	background:transparent url(/images/rightbar.png) top right no-repeat;
	padding:0px 10px;
}