html,body    {
	font-size: 11px;
	font-family: Verdana, Arial;
	background: #ccc;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	border: 0;
}

#container {
	background: url("images/page.gif") repeat-y 50%;
	text-align: left;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

p {
	line-height: 130%;	
}

td {}

table.altrows {
	border: 1px solid #CFCCB5;
}

table.altrows tr {
	border-bottom: 1px solid #CFCCB5;
}

table.altrows tr.odd td {
	background-color: #EFEBC2;
	padding: 4px;
}

table.altrows tr.even td {
	background-color: #DFDBB5;
	padding: 4px;
}

#page {
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	text-align: left;
	width: 700px;
	background: white;
}

#topbar {
	background: #FFCF00;
	margin: 1px auto 0 auto;
	text-align: left;	
	border-bottom: 3px solid #c93;
	height: 25px;
}

#topbar ul {
	display: inline;
	color: #c93;
	margin: 0 15px 0 25px;
	padding: 0;
}

#topbar ul li {
	display: inline;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#topbar ul li a, #topbar ul li a:visited {
	float: left;
	display: block;
	padding: 3px 8px 0 8px;
	height: 22px;
	color: #000;
	text-decoration: none;
	}

#topbar ul li a:hover { background: #4796E9; }

#ad	{
	position: absolute;
	right: 2px;
	top: 2px;
	width: 200px;
	padding: .3em;
	border-top: 3px solid #4ad;
	border-right: 1px solid #4ad;
	border-left: 1px solid #4ad;
	border-bottom: 1px solid #4ad;
	background: #10dFFF;
	z-index: 2;
	
}

#subtitle {
height: 70px;
background: url('images/cru12.gif') no-repeat 140px bottom;
}

#subtitle span {
	display:none;
}

#sidebar {
	float: right;
	margin: 1px 20px 0 0;
	width: 180px;
	border: 1px solid #eee;
	padding: 0;
	color: #000;
	font-size: 10px;
	font-family: Verdana;
}

* html #sidebar  /* this is recognized by IE only */
  {
  width: 208px;  /* total width, only for IE5.x/Win */
  w\idth: 208px; /* content width for other IE */
  margin-right: 12px;
  }

a { color: #795e26; }

a:hover { color: #09f; }

#sidebar  td {
	vertical-align: top;
	font-size: 10px;
	font-family: Verdana;
}

#sidebar td {
	padding-bottom: 10px;
}

#sidebar table {
	width: 100%;
}

#sidebar .date {
	width: 66px;
	font-weight: bold;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding:5px 0 0 0;	
}

#sidebar li {
	margin: 0;
	padding-bottom: 8px;
}

#mainsection {
	float: center;
	margin-left: 150px;
	min-height: 200px;
	width: 300px;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 20px;
}

#singlepostmainsection {
	float: center;
	margin-left: 150px;
	min-height: 200px;
	width: 450px;
	line-height: 130%;
	padding-top: 10px;
	padding-bottom: 20px;
}

a {
	text-decoration: underline;
	font-variant: small-caps;
	color: #444;
}

#footer {
	background: #ccc url('images/footer.gif') center bottom no-repeat;
	margin-bottom: 5px;
	padding-bottom: 25px;
	text-align: center;
	clear: both;
}

#ft {
	padding-top: 0;
	padding-right: 0;
	zoom: 1;
	filter: alpha(opacity=5);
	opacity: 0.05;
	-moz-opacity: 0.05;
}

#content {
	float: right;
	width: 550px;
}

#pagetitle	{
	width:	300px;
	height:	25px;
	margin-left: 140px;
	padding-top: 0px;
	padding-left: 30px;
	border:	0;
	background: url('/images/title_background.png') left top no-repeat;
	}
	
#pagetitle h2	{
	text-align: left;
	vertical-align: bottom;
	font-size: 20px;
	line-height:22px;
	}
