body {
  margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	line-height: 1.5em;

	color: #333;
	background-color: black;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
#maincontent
{
	margin: 13px auto 0 auto;
	width: 735px;
  color: #000;
	background: white url(./image/bg.gif) repeat-y;
	overflow: auto;
}

#header
{

	width: 735px;
}
#logo
{
	float: left;
	width: 116px;
}
#nav
{
	float: right;
  background: url(./image/header_bg.gif) no-repeat;
  width: 619px;
	height: 62px;

}

#about a
{

   	display: block;
		width:79px;
		height:62px;
		padding-bottom: 0px;
		background: url(./image/about.gif) no-repeat 0 -62px;
		text-decoration:none;
		float: right;
	}


#about a:hover, #unav_home {
		background: url(./image/about.gif) no-repeat;
	}

#contact a
{

   	display: block;
		width:89px;
		height:62px;
		padding-bottom: 0px;
		background: url(./image/contact.gif) no-repeat 0 -62px;
		text-decoration:none;
		float: right;
	}


#contact a:hover, #unav_home {
		background: url(./image/contact.gif) no-repeat;
	}

#ideas a
{

   	display: block;
		width:85px;
		height:62px;
		padding-bottom: 0px;
		background: url(./image/ideas.gif) no-repeat 0 -62px;
		text-decoration:none;
		float: right;
	}


#ideas a:hover, #unav_home {
		background: url(./image/ideas.gif) no-repeat;
	}
	
#sidebar
{
	float: left;
	width: 160px;

}

#content
{
	float: right;
	width: 535px;
	padding: 20px;
}

p
{
	margin-left: 12px !important;
}

a:link
{
	color: #a83a36;
	font-weight	: bold;
}

a:visited
{
	color: #e9a602;
	font-weight	: bold;
}