* {
	font-family : Helvetica, Arial, sans-serif;
	line-height: 120%;
	padding: 0;
	margin: 0;
}
html, body {
	background: #F5F5F8 url(../gfx/body.png) repeat-y 50% 0;
	font-size: small;
	color: #545559;
}
h1, h2 {
	display: inline;
}
a img {
	border: 0;
}
#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
}
#header {
	position: fixed;
	width: 760px;
	top: 0px;
}
#top {
	height: 90px;
	background: url(../gfx/header.png);
}
#nav {
	padding-left: 385px;
	position: absolute;
	height: 30px;
	z-index: 2;
}
#nav-ul {
	float: right;
	margin-top: 10px;
	padding: 0 0 20px 10px;
	font-size: small;
}
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #a3a3a3;
}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
	padding-bottom: 5px;
	color: #e8e8e8;
	background: url(../gfx/nav_tab.png) no-repeat bottom center;
}
#wrapper {
	margin: 120px 0 40px 0;
	padding: 10px 0;
}
#wrapper a {
	color: #ff6600;
	text-decoration: none;
}
#wrapper a:hover {
	text-decoration: underline;
}
#support {
	width: 195px;
	float: left;
}
#support h2 {
	color: #2449a5;
	font-size: small;
}
#support .bullet {
	margin-bottom: -1px;
}
#support .divider {
	width: 195px;
	height: 2px;
	margin: 10px 0;
	background: url(../gfx/support_divider.png) no-repeat;
}
#support .subnav {
	margin-top: 10px;
	margin-left: 17px;
}
#support p {
	margin: 7px 10px 0 2px;
	font-size: 90%;
}
#support li {
	list-style: none;
}
#support .thumb {
	margin: 10px 0 0 12px;
}
#page-content {
	margin-left: 195px;
	padding-left: 20px;
}
#page-content .title-bar {
	margin-top: 10px;
	height: 41px;
	width: 531px;
	background: url(../gfx/article_title.png);
}
#page-content .title {
	float: left;
	margin: 8px 0 0 28px;
	font-size: 110%;
	color: #d3daec;
	font-weight: normal;
}
#page-content .date {
	float: right;
	margin: 9px 10px 0 0;
	font-size: 100%;
	color: #d3daec;
	font-weight: normal;
}
#page-content .article {
	margin-bottom: 20px;
	padding-bottom: 30px;
	width: 531px;
	background: url(../gfx/article_bottom.png) no-repeat center bottom;
}
#page-content .article-text {
	margin: 10px;
}
#page-content .article-text ul {
	margin-left: 15px;
}
#page-content .article-text .portfolio-list {
	list-style: none;
	margin-left: 5px;
}
#page-content .article-text .portfolio-list li {
	display: inline;
}
#page-content .article-text strong {
	font-weight: bold;
}
#page-content .article-text h1 {
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
}
#page-content .button {
	float: right;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	margin: 0 10px;
	padding: 4px 0 0 10px;
	width: 96px;
	height: 17px;
	background: url(../gfx/button.png);
}
#page-content .button a {
	color: #a3a3a3;
}
#page-content .button a:hover {
	text-decoration: none;
	color: #e8e8e8;
}
input, textarea {
	font-size: 100%;
	border: 1px solid #999999;
	width: 501px;
	padding: 2px;
	margin-bottom: 10px;
	background: #d2d2d9;
}
input:focus, input:active, textarea:focus, textarea:active {
	background: #f0f0f7;
}
dt, dd {
	margin-bottom: 10px;
}
.form-button {
	float: right;
	color: #545559;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	margin: 0 10px;
	width: 106px;
	height: 21px;
}
.form-button:active .form-button:focus .form-button:hover {
	float: right;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 90%;
	margin: 0 10px;
	width: 106px;
	height: 21px;
}
#footer {
	position: fixed;
	bottom: 0;
	height: 25px;
	width: 760px;
	z-index: 2;
	font-size: 90%;
}
#left-foot {
	float: left;
	color: #a3a3a3;
}
#right-foot {
	float: right;
}
#right-foot li {
	display: inline;
}
#right-foot a {
	color: #a3a3a3;
	text-decoration: none;
}
#right-foot a:hover {
	color: #e8e8e8;
}
#footer-bg {
	position: fixed;
	bottom: 0;
	height: 51px;
	width: 100%;
	background: url(../gfx/footer_bg.png);
	z-index: 1;
}
#header-left {
	position: fixed;
	top: 0;
	left: 0;
	width: 50%;
	height: 90px;
	background: url(../gfx/top_left_bg.png) repeat-x;
}
#header-right {
	position: fixed;
	top: 0;
	right: 0;
	width: 50%;
	height: 90px;
	background: url(../gfx/top_right_bg.png) repeat-x;
}
#nav-bg {
	position: fixed;
	top: 90px;
	width: 100%;
	height: 50px;
	background: url(../gfx/nav_bg.png) repeat-x;
	z-index: 1;
}