body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: "Lucida Grande", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
background: #d2d9c5 url(../images/page-bg.gif) repeat-x ;

	color: #000;
}
p {
	margin: 0 0 1em 0;
	line-height: 1.25em;
	font-size: 1em;
}

h1,h2,h3,h4 {
	font-family: "Lucida Grande", Georgia, Trebuchet, "Trebuchet MS", sans-serif;
}

h1, .summary {
	border-bottom: 1px solid #CCC;
}

h1 {
	font-size: 2em;

}
h1, .summary h2 {
	margin: 0 0 .3em 0;
	font-weight: normal;	
}

h2 {
	font-size: 1.5em;
	margin: 0 0 .3em 0;
}
h3 {
	font-size: 1.24em;
	margin: 0 0 .3em 0;
}
h3 a:link, h3 a:visited {
	color: #000;
}
h4 {
	font-size: 11px;
	margin: 0 0 .4em 0;
}
h4 a:link, h4 a:visited {
	color: #000;
}
/* crap */
/*
#master_wrapper {
	background-image: url(/images/bg_master.gif);
	background-repeat: repeat-y;
	margin: 0 auto 0 auto;
	width: 902px;
	text-align: center;
} */
#master {
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color:black;
	border-right-width: 1px;
	border-right-style:solid;
	border-right-color:black;
	position: relative;
	text-align: left;
	margin: 0 auto 0 auto;
	background-color: #fff;
	width: 900px;
}

#master #screenshots {
	float: right;
}
#master #screenshots img {
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px 5px 5px 5px;
}
#sidebar {
	width: 179px;
	float: left;
	border-right: 1px solid #ccc;
	font-size: 11px;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}
#sidebar h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-bottom: 5px;
}
* html #story_column {
	overflow-x: hidden;
}
.content {
	text-align:left;
	background-color: #ffffff;
	padding: 20px 20px 20px 20px;
}
/* header */

#header {
	color: #fff;
	background: #461B43 url(../images/header-grad.gif) repeat-x; 

	padding: 30px 0 30px 0;
	margin: 0 0 0 0;
}

#header .logo {
	margin: 0 0 0 15px;
}

/* top navigation */
div#topmenu {


	font-family: arial, sans-serif;

	text-align: left;
}

div#topmenu ul {
	background-color: #2c112a;
	padding: 6px 0 6px 0;
	margin: 0 0 0 0;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display:block;
}

div#topmenu ul li {
 display: inline;
 padding: 0 0 0 0;
 margin: 0 0 0 0;
}

div#topmenu ul li a {

border-right-width:1px;
border-right-style:solid;
border-right-color:#666;
padding: 6px 29px 6px 29px;
margin: 0 0 0 0;
 font-size: 1em;
 color: #fff;

 text-decoration: none;

}
div#topmenu ul li a:hover,div#navigation ul li a:hover {
 background-color: #000;
}

/* ---- */
#story_column {
	width: 720px;
	float: right;
	margin-left: -1px;
	border-left: 1px solid #ccc;
}
#genericwide {
	width: 720px;
	float: left;
	margin-left: -1px;
	border-left: 1px solid #ccc;
}
#story_column .content, #genericwide .content {
	padding-left: 30px;
	padding-right: 30px;
}
#footer {
	color: #fff;
	font-size: 10px;
	padding: 12px 12px 10px 12px;
	zoom: 1;
	clear: both;
	text-align: center;
	font-weight: bold;
	background-color: #000;
}
#footer a:link, #footer a:visited {
color:#C1D25B;
}
#footer a:hover {
color:#C1D25B;
text-decoration:none;
}
* html #footer {
	padding-top: 8px;
}
html .clearfix {
	height: 1%;
}

/* crazy special pages */
#frontpage {
	padding: 15px 15px 0px 15px;
	background-color: #efefef;
	background-image: url(../images/frontpage/easy-gradient.gif);
	background-repeat: repeat-x;
}
#frontpage #text {
padding: 0 20px 0 20px;
margin: 0 0 0 0;
}
#frontpage #text p {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
#frontpage #text .highlights {
	font-size: 1.5em;
	font-weight:bold;
}


a img {
border: none;
}

/* summary sections */

.summary {

}
.summary span {
text-align: center;

}
.summary span img {
border-bottom:1px solid #ccc;
}
.summary h1, .summary h2 {
text-align: center;
}
.summary h1 {
border: none;
margin: 0 0 0 0;
}
.summary h2 {
font-size: 1.2em;
color: #999999;
margin: 0 0 5px 0;
}


/* columns */
.two-column .grouping 
{
clear:both;
border-bottom: 1px dotted #eee;
margin: 0 0 5px 0;
display: block;
}
.two-column .left
{
float: left;
width: 50%;
}

.two-column .right
{
float: right;
width: 50%;
}

br.clearfix {
clear: both;
}

