/* 
	Author: OpenDesigns.org
	CSS adapted
	License: Creative Commons
	URL: http://angusjournal.com/gbarh/

/* @group Layout */
body{
	font: 100%/1.5 Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #dcdcdc;
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;	
} 
a{ 
	text-decoration: none;
	color: #a20f20;
}
a:hover{ 
	text-decoration: underline; 
}
img { 
	border: 1px solid;
	padding: 3px;
	margin: 0 0 5px;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6{
	padding: .25em 0;
}
#header h1 {
	margin: 0;
	padding-left: 40px;
}
h1 a { 
	text-decoration: none; 
	color: #a20f20;
}
h1 a:hover { 
	text-decoration: none; 
	border-bottom: 1px solid #DF0077; 
	color: #a20f20;
}
#container{
	width: 800px;
	margin: 0 auto 20px;
}
#header{
	background: url(images/design/top.jpg) no-repeat 0 bottom;
}
#header h1{
	font-weight: normal;
	font-style: normal;
}

#wrapper {
	background: #dcdcdc url(images/design/content.jpg) repeat-y;
	padding: 0 40px;
}
#nav {
	background: #dcdcdc url(images/design/menu2.jpg) no-repeat;
	height: 40px;
	line-height: 40px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding-left: 30px;
}
#nav ul li {
	display: block;
	float: left;
}
#nav ul li a {
	display: block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
#nav ul li a:hover {
	color: #fff;
	background: url(images/design/menuover.png) repeat-x;
}

#nav ul{
	list-style-type: none;
	margin: 0;
}
#content{
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
}
#content h3 {
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	margin: 0; padding: 0 0 0 10px; 
	color: #fff;
	background: #a20f20;
	font-size: .875em;
}
#content p { 
	color: #232323;
	margin-bottom: .75em;
	font-size: .875em;
}
#content ul { 
	padding: 0 20px 10px 30px;
}

#footer{
	text-align: center;
	padding-bottom: .5em;
	clear: both;
	background: #dcdcdc url(images/design/bottom.jpg) no-repeat 0 bottom;
}
#footer ul{
	background: #dcdcdc url(images/design/content.jpg) repeat-y;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 1em;
}
#footer ul li{
	display: inline;
}
#contact{ 
	float: none;
	margin: 0 auto;
	text-align: center;
	color: #000;
	font-size: 12px;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
}
#contact p{ 
	padding: 0; 
	float: left;
	font-size: .875em;
	width: 33%;
	margin-top: 0;
	margin-bottom: 0;
}
#contact a{ 
	color: #000;
}
#contact a:hover{ 
	text-decoration: underline;
}
#api{
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	clear: both;
	float: right;
	padding-top: 1em;
	padding-bottom: 2em;
}
.left{
	float: left;
	margin-right: 10px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.extra{
	background-color: #e8e8e8;
	padding-bottom: 5px;
}
.extra p{
	margin: .75em 0 .75em .75em;
}
#content .splash{
	border: 2px dotted #666;
	margin: 0 auto 1em;
	width: 33%;
	list-style-type: square;
	padding-top: 1em;
	padding-left: 1em;
}
#content .splash p,
.splash li{
	font: .875em Georgia, "Times New Roman", Times, serif;
}
.two-thirds-col{
	width: 66%;
}
/* @end */
