body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .8em;
	color: #855c50;
}

h1 {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0px; }

#contentLeft {
	padding: 30px 10px 10px 80px;
	width: 450px;
	float: left;
}

#contentLeft h2 {
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0;
	padding-bottom: 0; }

/*
#contentLeft h2 a {
	padding-right:12px;
	background:url(/images/ico_external.gif) no-repeat 100% 50%; }
*/

#contentLeft p {
	padding-top: 0;
	margin-top: 0; }
	
img.screenshot {
	border: solid 1px #855c50;
	}	

#contentRight h2 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0px;
	padding: 2px 4px; }
	
a { color: #529dbc; }


#contentRight {
	padding: 50px 30px;
	width: 200px;
	float: left; }

#contentRight h2 {
	font-weight: bold;
	font-size: 1.1em;
	margin: 4px 8px; }
	
.right {
	text-align: right; }

#footer {
	 background-color: #cfe8f2;
	 padding: 5px;
	 text-align: center;
	 font-size: .9em;
	 color: #8c8887; }
	 
/*  tabs  */
/* http://www.alistapart.com/articles/slidingdoors/ */

#header ul {
  	margin: 0;
  	list-style: none;  }
  
#header li {
	line-height: 2em;
  	float: left;
  	width: 80px;
  	height: 29px;
  	background: url("slices/Tab-Off.gif") no-repeat center bottom; }

#header a {
	text-decoration: none;
	color: #855c50;
	font-weight: bold;
	font-size: .9em; }

#header li.current {
  	background: url("slices/Tab-On.gif") no-repeat center bottom; }

#header li.current a {
	color: #fff; }  