body {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: #fff url(img/bg.png) repeat-x;
	font: normal normal 11px Arial, sans-serif;
	color: #333;
	border-top: 5px solid #cc2c26;
}

#wrap {
	margin: 0 auto;
	width: 980px;
	overflow: hidden;
	padding: 30px 0 0 0;
	text-align: left;
}

.mobile #wrap {
	width: 310px;
}

#footer {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	border-top: 1px solid #ddd;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 11px;
}

.mobile #footer {
	width: 310px;
}

li.about {
	border: 1px solid #ddd;	
	padding: 10px;
	background: #f5f5f5;
}

a.emaillink {
	color: #cc2c26;
	text-decoration: underline;
}

a:hover.emaillink {
	color: #036;
}

h1 {
	font: normal bold 36px Arial, sans-serif;
	color: #cc2c26;
	letter-spacing: -.06em;
	margin: 0 0 10px 0;
}

h1 sup {
	font: normal bold 16px Arial, sans-serif;
	letter-spacing: -.03em;
	color: #777;
	line-height: 25px;
}

h1 span {
	font: normal bold 13px Arial, sans-serif;
	letter-spacing: -.03em;
	color: #555;
	line-height: 15px;
}

.options {
	margin-bottom: 20px;
	width: 980px;
	overflow: hidden;
}

a, h1 a {
	color: #cc2c26;
	text-decoration: none;
}

a:hover, h1 a:hover {
	color: #036;
	text-decoration: none;
}

a.selopt {
	color: #999;
}

h3 {
	font: normal bold 12px Arial, sans-serif;
	letter-spacing: -.01em;
	color: #777;
	line-height: 15px;
	margin: 5px 0 0 0;
	padding: 0;
}

ul {
	width: 310px;
	float: left;
	margin: 0 25px 0 0;
	padding: 0 0 30px 0;
	list-style: none;
	display: block;
}

.mobile ul {
	width: 310px;
	margin: 0 0 0 0;
	padding: 0 0 30px 0;
	list-style: none;
	display: block;
	clear: both;
}

li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

li.title {
	border: none;
	padding: 4px 0;
}

li.more {
	border: none;
	overflow: hidden;
	width: 310px;
}

.left {
	float: left;
}

.right {
	float: right;
}

li.more a {
	color: #cc2c26;
	text-decoration: none;
}

li.more a:hover {
	color: #036;
	text-decoration: none;
}

li a {
	color: #111;
	text-decoration: none;
}

li a:hover {
	color: #cc2c26;
	text-decoration: none;
}

a.itemlink {
	color: #001d3a;
	text-decoration: none;
}

/*a.itemlink:before {	
	content: "[N] ";
	color: #111;
}

a.itemlink:visited:before {
	content: "[R] ";
	color: #666;
}*/

a.itemlink:visited {
	color: #777;
}

a.itemlink:hover, a.itemlink:visited:hover {	
	color: #cc2c26;
	text-decoration: none;
}


li h2 {
	color: #036;
	border-bottom: 2px solid #cc2c26;
	margin: 0;
	padding: 0 0 3px 0;
	font: normal bold 14px Arial, sans-serif;
}

li h2 a {
	color: #036;
}

li h2 a:hover {
	color: #cc2c26;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	height: 0;
}
