body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #383d44;
	margin: 0 auto;
	background: #002A5E;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

#navbar {
	width: 700px;
	height: 95px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #eee;
}

#menu {
	width: 700px;
	height: 95px;
}

#frontpage {
	width: 700px;
	height: 300px;
	background-color: #000;
}

/*
#fp-link {
	width: 700px;
	height: 20px;
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}
*/

.indent {
	margin-left: 30px;
}

#fp-link a, #fp-link a:link, #fp-link a:visited, #fp-link a:hover {
	text-decoration: none;
	color: #fff;
	border: 0;
}

#blocks {
	width: 680px;
	text-align: left;
	line-height: 1.3em;
	padding: 4px 6px;
	margin: 0 auto;
}

.meta {
	width: 90%;
	background-color: #eee;
	border: 1px solid #ccc;
	color: #000;
	margin: 0 auto;
	padding: 2px 4px;
	text-align: left;
}

#twitter_update_list li {
	list-style: none;
}

#twitter_update_list a, #twitter_update_list a:link, #twitter_update_list a:visited, #twitter_update_list a:hover {
	display: none;	
}

.block-item {
	margin-bottom: 25px;
	margin-top: 50px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #777;
	margin: 10px auto;
	height: 40px;
}

#section {
	width: 700px;
	height: 115px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #9c0000;
	line-height: 1.2em;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

p {
	line-height: 1.5em;
}

h3.toggle {
	background-color: #fff;
	color: #9c0000;
	padding: 2px 3px;
	border: 1px solid #eee;
}

.artwork {
	border: 1px solid #9c0000;
	margin-right: 10px;
	margin-bottom: 4px;
	float: left;
}

.toggle a, .toggle a:link, .toggle a:visited, .toggle a:hover {
	color: #9c0000;
	text-decoration: none;
	border: 0;
}

ul li, ol li, li {
	line-height: 1.6em;
}

td.logo {
	width: 180px;
	height: 95px;
}

td.item {
	width: 104px;
	height: 95px;
	//border-left: 1px solid #ccc;
	padding: 0 2px;
	line-height: 1.4em;
}

.info {
	font-size: 10px;
}

img {
	border: 0;
}

a.primary, a:link.primary, a:visited.primary {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #9c0000;
	border: 0;
}

a:hover.primary {
	border-bottom: 1px solid #9c0000;
}

h2 a, h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #9c0000;
	border: 0;
}

h2 a:hover {
	text-decoration: none;
	color: #002a5e;
	border: 0;
}

a.non, a:link.non, a:visited.non, a:hover.non {
	text-decoration: none;
	color: #9c0000;
	border: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #9c0000;
	border: 0;
}

a:hover {
	text-decoration: none;
	color: #9c0000;
	border-bottom: 1px solid #9c0000;
}