html
{
	height:100%;
}

*
{
	margin:0;
	padding:0;
}

body
{
	background:#E8E4E5;
	color:#555;
	font:normal .80em 'trebuchet ms', arial, sans-serif;
}

p
{
	line-height:1.7em;
	padding:0 0 16px;
}

h1,h2,h3,h4,h5,h6
{
	color:#362C20;
	padding:0 0 5px;
}

h1,h4
{
	font:normal 165% "century gothic", arial;
	margin:0 0 15px;
	padding:15px 20px 5px 0;
}

h2,h5
{
	color:#FA9300;
	font:normal 120% arial;
	padding:0 0 5px;
}

h3,h6
{
	color:#888;
	font:italic 95% arial;
	padding:0 0 15px;
}

h4,h6
{
	color:#B60000;
}

h5
{
	color:#362C20;
}

img
{
	border:0;
}

a,a:hover
{
	color:#028FD0;
	outline:none;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}

blockquote
{
	background:#F5F5F1;
	border:1px solid #E5E5DB;
	margin:20px 0;
	padding:10px 20px 0;
}

ul
{
	margin:2px 0 18px 16px;
}

ul li
{
	list-style-type:square;
	margin:0 0 6px;
	padding:0 0 0 8px;
}

ul ul
{
	margin-bottom:0;
}

ol
{
	margin:2px 0 0 24px;
}

ol li
{
	margin:0 0 6px;
}

#main,#header,#menubar,#site_content,#footer
{
	margin-left:auto;
	margin-right:auto;
}

#main
{
	background:#E2E2DA url(content.png) repeat-y;
	color:#555;
	width:945px;
}

#header
{
	background:#C9D3C8;
	border-top:8px solid #FFF;
	color:#FFF;
	width:905px;
}

#logo
{
	background:#C9D3C8 url(header.png) no-repeat right bottom; /* 724px center */
	color:#FFF;
	height:185px;
	position:relative;
	width:905px;
}

#logo #logo_text
{
	left:0;
	position:absolute;
	top:10px;
}

#logo_text h1
{
	background:transparent;
	color:#FFF;
	font:bold 280% "century gothic", arial;
	margin:0;
	padding:29px 0 0 20px;
}

#logo_text h2
{
	background:transparent;
	color:#4F4F4F;
	font-size:110%;
	letter-spacing:0.1em;
	margin:0;
	padding:4px 0 0 20px;
	text-transform:none;
}

#menubar
{
	background:#C9D3C8 url(menu.png) repeat-x;
	height:45px;
	padding:0 17px 0 16px;
	width:872px;
}

ul#menu
{
	float:right;
	margin:0;
}

ul#menu li
{
	float:left;
	list-style:none;
	margin:7px 0 0;
	padding:0;
}

ul#menu li a
{
	background:transparent;
	color:#FFF;
	display:block;
	float:left;
	font-size:105%;
	height:25px;
	letter-spacing:0.1em;
	padding:8px 22px 5px;
	text-align:center;
	text-decoration:none;
}

ul#menu li.tab_selected,ul#menu li.tab_selected a:hover
{
	background:url(menu_selected.png) repeat-x;
	color:#FFF;
}

ul#menu li a:hover
{
	background:transparent;
	color:#05B3FB;
}

#site_content
{
	overflow:hidden;
}

div.left-column
{
	width: 50%;
	float: left;
}

div.right-column
{
	width: 50%;
	float: right;
}

.sidebar
{
	float:right;
	margin-right:10px;
	padding:10px 34px 15px 15px;
	width:168px;
}

.sidebar ul
{
	border-top:1px solid #EEEEEA;
	margin:4px 0 20px;
	padding-top:4px;
	width:178px;
}

.sidebar li
{
	border-bottom:1px solid #EEEEEA;
	list-style:none;
	padding:0 0 4px;
}

.icon-link
{
	display: inline-block;
	margin:0;
	padding:0;
	width: 10px;
	height: 10px;
	background-image: url(link.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.icon-link span, .vcard span
{
	display: none;
}

.vcard
{
	display: inline-block;
	margin-left: 0.5em;
	padding: 0;
	width: 16px;
	height: 12px;
	background-image: url(vcard.png);
	background-position: top left;
	background-repeat: no-repeat;
}

div.image
{
	font-style: italic;
	text-align: center;
}

div.image a
{
	display: block;
}

#content
{
	float:left;
	padding:10px 10px 40px 35px;
	text-align:left;
	width:640px;
}

#footer
{
	background:#595959;
	border-top:5px solid #85AAAD;
	color:#8F8F8F;
/*	height:10px;*/
	padding:8px;
	text-align:center;
	width:905px;
}

#footer a,#footer a:hover
{
	background:transparent;
	color:#8F8F8F;
}

.yellow
{
	color:#F7C015;
}

.blue
{
	color:#05A4D1;
}

.orange
{
	color:#FF7A0F;
}

.red
{
	color:#C80500;
}

.purple
{
	color:#EB0FFF;
}

.green
{
	color:#A4AA04;
}

.small
{
  font-size: smaller;
}

.note
{
  border-top:solid thin black;
  padding-top: 6px;
  font-style: oblique;
  color: #999999;
}

.form_settings
{
	margin:15px 0 0;
}

.form_settings p
{
	padding:0 0 4px;
}

.form_settings span
{
	float:left;
	text-align:left;
	width:200px;
}

.form_settings input,.form_settings textarea
{
	background:#FFF;
	border:1px solid #E5E5DB;
	color:#47433F;
	font:100% arial;
	padding:2px;
	width:299px;
}

.form_settings .submit
{
	background:#595959;
	border:1px solid;
	color:#FFF;
	cursor:pointer;
	font:100% arial;
	height:26px;
	margin:0 0 0 206px;
	padding:2px 0 3px;
	width:99px;
}

.form_settings textarea,.form_settings select
{
	font:100% arial;
	width:299px;
}

.form_settings select
{
	width:304px;
}

.form_settings .checkbox
{
	background:none;
	border:0;
	margin:4px 0;
	padding:0;
	width:14px;
}

.separator
{
	border-bottom:1px solid #FFF;
	border-top:1px solid #D9D5CF;
	height:0;
	margin:0 0 20px;
	width:100%;
}

table
{
	margin:10px 0 30px;
}

table tr th,table tr td
{
	background:#595959;
	color:#FFF;
	padding:7px 4px;
	text-align:left;
}

table tr td
{
	background:#CCC;
	border-top:1px solid #FFF;
	color:#47433F;
}