/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#666666;
	text-align:center;
	margin:0;
	background-color:#f1f1f1;
}
a:link { color:#666666; text-decoration:none; }
a:visited { color:#666666; text-decoration:none; }
a:hover { color:#666666; text-decoration:underline; }

#frame {
	width:768px;
	margin-right:auto;
	margin-left:auto;
	border-right:1px solid #746F6E;
	border-left:1px solid #746F6E;
	border-bottom:1px solid #746F6E;
	text-align:left;
	background-color:#ffffff;
}
#header {
	position:relative;
	overflow:hidden;
	width:768px;
	height:105px;
	background-image:url('images/header.jpg');
}
#header div {
	position:absolute;
	overflow:hidden;
	height:72px;
	width:440px;
	top:2px;
	right:2px;
	font-size:0.5em;
	color:#ffffff;
}
#header a, #header a:hover, #header a:link, #header a:visited { color:#ffffff; }

#linkbar {
	width:768px;
	height:30px;
	background-image:url('images/linkbar-repeat.jpg');
	background-repeat:repeat-x;
}
#linkbar-links {
	height:30px;
	margin:0;
	padding:0 0 0 363px;
	background-image:url('images/linkbar-left.jpg');
	background-repeat:no-repeat;
	list-style:none;
}
#linkbar-links li {
	background-image:url('images/link-start.jpg');
	background-repeat:no-repeat;
	margin:0;
	padding:3px 0 0 3px;
	display:inline;
	float:right;
}
#linkbar-links li a {
	display:block;
	padding:2px 18px 0 18px;
	width:72px;
	height:25px;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#555555;
	text-decoration:none;
}
#linkbar-links li a:hover {
	background-image:url('images/link-over.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
}
#linkbar-links li.currentpage a, #linkbar-links li.currentpage a:hover {
	background-image:url('images/link-current.jpg');
	background-position:bottom;
	background-repeat:no-repeat;
}

#main {
	width:768px;
	background-image:url('images/side-repeat-stripe.gif');
	background-position:top left;
	background-repeat:repeat-y;
}
#container {
	padding-left:36px;
	min-height:365px;
	height:365px;
	background-image:url('images/side-background.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}
#pictured {
	width:303px;
	display:inline;
	float:left;
}
#content-small {
	width:429px;
	height:365px;
	min-height:365px;
	display:inline;
	float:left;
	background-image:url('images/palette.jpg');
	background-repeat:no-repeat;
	background-position:bottom right;
}
#content-full {
	width:732px;
	background-image:url('images/swoosh.jpg');
	background-repeat:no-repeat;
	padding-top:15px;
}

#footer-top {
	clear:both;
	width:768px;
	height:24px;
	background-image:url('images/footer-top.jpg');
}
#footer-main {
	width:768px;
	background-image:url('images/footer-repeat.jpg');
	background-repeat:repeat-y;
}
#footer-content {
	text-align:right;
	padding-right:10px;
	padding-bottom:10px;
	color:#999999;
}

.text {
	padding:15px;
	font-size:0.9em;
}
.orange {
	color:#c83920;
	font-weight:bold;
}
