body	{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #573c64 url('/img/bg_body.gif') repeat-x;
	color: #bb9ec8;
}

a	{
	color: #fff;
}

img	{
	border: 0;
}

div, td	{
	font-size: 12px;
}

td	{
	vertical-align: top;
}

p	{
	line-height: 20px;
}

h3	{
	margin-top: 0;
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #5e406c;
	background: #493055;
}

#wrapper	{
	width: 919px;
	margin: 0 auto;
}

#header	{
	height: 435px;
	background: url('/img/bg_header.jpg') no-repeat;
}

#footer	{
	height: 92px;
	margin-top: 60px;
	background: url('/img/bg_footer.jpg') repeat-x;
}

#footer_inside	{
	padding-top:20px;
	text-align: center;
	font-size: 11px;
}

#container	{
	margin-top: 10px;
	padding-top: 10px;
	background: url('/img/bg_nav_container.gif') no-repeat;
}

.rounded_nav	{
	height: 44px;
	width: 895px;
	margin: 0 auto;
	background: #392542  url('/img/bg_nav.gif') repeat-x;
	border: 1px solid #5e406c;
}

#nav_inside	{
	padding-top: 15px;
	padding-left: 100px;
}

#nav_inside td	{
	padding-right: 30px;
}

#nav_inside td a	{
	text-decoration: none;
}

#nav_inside td a:hover	{
	text-decoration: underline;
}

.nav_sep	{
	padding-top: 3px;
}

#content	{
	margin-top: 20px;
}

.rounded	{
	background: #593d65;
	border: 1px solid #5e406c;
}

.rounded_inside	{
	padding: 10px;
}

.col_space	{
	width: 20px;
}

.three_column_left_col	{
	width: 230px;
}

.three_column_center_col	{
	width: 419px;
}

.three_column_right_col	{
	width: 230px;
}

.two_column_left_col	{
	width: 649px;
}

.two_column_right_col	{
	width: 230px;
}

.reference	{
	margin: 20px;
	padding: 20px;
	background: #493055;
	border: 1px solid #5e406c;
}

.caption	{
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}