body {
	background: #222222 url('/blog/ods_bg.jpg');
	margin: 25px 60px 50px 60px;
	font: 11px Helvetica, Arial, sans-serif;
	color: #555;
}

h1 {
	color: #666666;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 40px;
	letter-spacing: -1px;
}

h1 a {
	color: #666666;
	text-decoration: none;
}

h2 {
	color: #666666;
	margin: 0 0 6px 0;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
}

a {
	color: #111;
}

p {
	color: #3f3523;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 12px 0;
	padding: 8px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#mainContent img {
	border: 1px solid #666666;
	margin-bottom: 6px;
}

#header {
	width: 860px;
	height: 46px;
	margin: 0px;
}

#title {
	float: left;
	width: 250px;
	height: 40px;
	padding-bottom: 6px;
	margin: 0;
	background: url('/blog/line.gif') repeat-x bottom;
}

/* Navigation */

#navBox {
	height: 21px;
	width: 610px;
	float: left;
	padding-top: 25px;
	margin: 0;
}

#mainNav {
	float: left;
	width: 100%;
	background: url('/blog/line.gif') repeat-x bottom;
	line-height: 11px;
	margin: 0;
	padding: 0px;
}

#mainNav ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainNav li {
	float: right;
	font-size: 11px;
	margin: 0 0 0 6px;
	border-bottom: 1px solid #000000;
}

#mainNav a {
	display: block;
	background-color: #c43f16;
	padding: 5px 15px 4px 15px;
	white-space: nowrap;
}

#mainNav a:link, #mainNav a:visited, #mainNav a:active { 
	text-decoration: none;
	font-weight: bold;
	color: #f3ede3;
}

#mainNav a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

#mainNav #current {
	border-width: 1px 1px 0 1px;
	border-color: #000000;
	border-style: solid;
}

#mainNav #current a {
	background-color: #ffffff;
	color: #000000;
	padding-bottom: 5px;
}

#wrapper {
	width: 860px;
	margin-top: 16px;
}

#mainContent {
	float: left;
	padding: 16px;
	margin: 0 16px 0 0;
	width: 530px;
	background-color: #ffffff;
	/*background-color: #f3ede3;*/
	/*border-bottom: solid 8px #aaa;*/
}

#sideContent {
	float: right;
	width: 250px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	padding: 16px;
	margin: 0;
	background-color: #ffffff;
}

.clearDiv {
	clear: both;
	display: none;
}

.hide {
	display: none;
}

/* Pricing Table */

.t_cell, .t_cell2, .t_cell_right {
padding: 16px;
text-align: center;
}

.t_cell, .t_cell2 {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}

.t_cell2, .t_cell_right {
background-color: #ebe3d6;
}

.t_cell_right {
border-bottom: 1px solid #000000;
}