body
{
	margin: 0;
	margin-top: -5px;
	font: 100% Verdana, Arial, Helvetica, Sans-serif;
	background-image: url(../images/background_tile.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

td
{
	font-size: 0.8em;
}

h2
{
	font-size: 1.3em;
}

hr
{
	border: 1px dashed #666;
}

.myname
{
	background-color: #d2e9ff;
}

#panel
{
	float: right;
	width: 200px;
	padding-top: 10px;
	margin-right: 5px;
}

.panel_container
{
	font-size: 90%;
	text-align: left;
	border: 1px dashed #333;
	padding: 10px;
	margin: 5px;
}

.panel_container hr
{
	border: 1px dashed #999;
}

#header_, #header_main, #header_news, #header_art, #header_design, #header_projects, #header_contact
{
	height: 150px;
	width: 991px;
	background-color: #CCC;
	background-image: url(../images/section/space.jpg);
	background-repeat: no-repeat;
}

#header_news
{
	background-image: url(../images/section/news.jpg);
}
#header_art
{
	background-image: url(../images/section/art.jpg);
}
#header_design
{
	background-image: url(../images/section/design.jpg);
}
#header_projects
{
	background-image: url(../images/section/projects.jpg);
}
#header_contact
{
	background-image: url(../images/section/contact.jpg);
}

.header_spacer
{
	font: 1em Courier, Serif;
	line-height: 120%;
	color: #CCC;
	padding: 10px;
	text-align: right;
	height: 105px;
}

.tab_on
{
	font-weight: bold;
	height: 25px;
	padding: 5px 10px 0 10px;
	margin: 0 0 0 2px;
	float: left;
	background-image: url(../images/tab_on.gif);
	background-repeat: no-repeat;
}

.tab_off
{
	height: 20px;
	padding: 5px 10px 0 10px;
	margin: 0 0 0 2px;
	float: left;
	background-image: url(../images/tab_off.gif);
	background-repeat: no-repeat;
}

.tab_on a:link, .tab_on a:visited, .tab_off a:link, .tab_off a:visited 
{
	color: #333;
	text-decoration: none;
}

.tab_off a:hover {
	color: #06C;
	text-decoration: none;
}

.menu_header
{
	font-weight: bold;
	margin-bottom: 10px;
}

#posts
{
	float: left;
	text-align: left;
	padding: 10px;
	width: 765px;
}

.post_head
{
	padding: 10px;
	border: 1px dashed #333;
}

.post_item
{
	padding: 10px;
}

.sm_post_txt
{
	font-size: 0.85em;
	font-style: italic;
}

.form
{
	border: 1px dashed #333;
	padding: 10px;
	
	margin-top: 10px;
}

a:link, a:visited
{
	color: #06C;
	text-decoration: underline;
}

a:hover
{
	color: #00F;
}

.label
{
	float: left;
	text-align: right;
	padding: 3px;
	margin-right: 10px;
	width: 75px;
}

.error
{
	color: #F00;
}


/*******************************************************/
/* HTML HACKS
*******************************************************/

*html #posts
{
	width: 600px;
}

*html .tab_off
{
	height: 25px;
}

*html .header_spacer
{
	height: 125px;
}



