body
{
	background: url('/images/background.jpg') fixed;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a
{
	color: #003447;
	text-decoration: none;
}

a:hover
{
	color: #f62d0b;
}

p, div.bubble, div.content
{
	line-height: 18px;
	padding: 10px 20px;
	margin: 5px 0;
	background: url('/images/white.png');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wrapper
{
	padding: 15px 20px;
	width: 760px;
	margin: 0 auto;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: right;
}

#logo
{
	width: 350px;
	height: 80px;
	background: url('/images/logo.png');
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#logo:hover
{
	cursor: pointer;
}

#logo h1, #logo h2
{
	display: none;
}

#navigation
{
	color: #999;
	padding: 10px 20px;
	float: right;
	margin-top: 20px;
	background: url('/images/white.png');
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#navigation span
{
	color: #090;
}

#body
{
	clear: both;
	padding: 10px 0;
}

#body h3
{
	font-size: 20px;
}

.release
{
	clear: both;
	margin-bottom: 30px;
}

.release a
{
}

.release .title-block
{
	background: url('/images/white.png');
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
}

.title-block:hover
{
	cursor: pointer;
}

.release .catalog
{
	color: #bbb;
	font-size: 32px;
	font-weight: bold;
	float: left;
	text-shadow: 1px 1px 1px #999;
}

.release h3
{
	clear: left;
	font-size: 20px; 
	font-style: italic;
	margin: -12px 0 0 22px;
	float: left;
	text-shadow: 1px 1px 1px #fff;
}

.release .cover
{
	float: left;
}

.release .right
{
	float: right;
	width: 350px;
}

.release .right p
{
	text-align: left;
}

#footer
{
	text-align: center;
	color: #ccc;
	border-top: 1px solid #eee;
	line-height: 14px;
	font-size: 10px;
	padding-top: 2px;
}

#footer a
{
	color: #ccc;
	text-decoration: inherit;
}

#footer a:hover
{
	color: #f62d0b;
}

.cover
{
	border: 1px solid #ccc;
	padding: 2px;
	width: 385px;
}

.clear
{
	clear: both;
}

.grey
{
	color: #999;
}

.contact_input, .contact_textarea
{
	width: 400px;
}

.contact_textarea
{
	height: 200px;
}

#pledgie
{
	position: fixed;
	bottom: 10px;
	right: 10px;
}
