/* general */
*         { padding: 0; margin: 0; } /* reset all default padding and margins */
html      {
	font: 62.5% Calibri, Helvetica, Arial, sans-serif;
	background-color: #000;
} /* sets default font size to 10px = 1em */
body      {
	text-align:left;
	background-color: #000;
	background-image: url(images/testbgnd.jpg);
}
table, td { font-size: 100%; } /* to fix IE 5.x font inheritance bug */

/* text formatting */
h1      { color:#C65555; font-size: 2.5em; line-height: 0.8em; padding: 10px 20px 0 20px; }
h1 span { color: #7e715d; font-size: 0.6em; font-style: italic; font-weight: normal; }
h2      { color: #FFCC00; font-size: 1.4em; margin: 0 0 0 0; }
p       { margin: 0 0 1em 0; }
li      { margin-bottom: 0.25em; color:#FFCC66}
.clear  { clear: both; }

/* links */
a:link    { color: #FFFF66;  }
a:visited { color:#FF9933; }
a:hover, a:active, a:focus { color: #bd4e34; text-decoration: none; border-bottom: 1px dotted #b5d2d5; }
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active, #nav a:focus { color: #fff; font-weight: bold; border-bottom: none; }

/* body */
.wrapper       {
	width: 650px; margin: 0 0 0 400px;
	text-align: right;
	font-size: 1.3em;
	line-height: 1.25em;
	margin-top:10px;
	background-repeat: no-repeat;
}

.single_wrapper       {
	width: 750px; margin: 0 0 0 400px;	
	text-align: center;
	font-size: 1.3em;
	line-height: 1.25em;
	margin-top:0px;

}

#nav           {
	float: right;
	padding: 10px;
}
#nav a         {
	display: block;
	width: 137px;
	padding: 10px 0 4px 0;
	font-size: 1.1em;
	background-image:url(images/nav_top.jpg);
	text-align: center;
	background-repeat: no-repeat;
	background-color: #996F51;
	background-position: center top;
}

/* columns */
.one_column     {
	float: left;
	width: 220px;
	text-align:left;
	margin-top:10px;
	padding-left:10px;
	color: #fff;
}

.one_column ul      { padding: 0 0 1em 12px; list-style-image: url("images/bullet.gif"); }

.small { font-size:11px;}

.grey {color:#CCCCCC;}
