/* @override http://localhost:8888/cryogenic/assets/styles.css */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d4d4d4;
	background-color: #000000;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	margin: 0;
	line-height: 18px;
}

#container {
	margin: 40px 0 0 0;
}

#left {
	float: left;
	width: 400px;
	padding-left: 50px;
}

#right {
	width: 400px;
	margin-left: 500px;
}

#mainlogo {
	margin: 0 0 40px 67px;
	position: relative;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 30px;
}

.releasetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFCC00;
	margin-left: 155px;
	margin: 0 0 0 155px;
}

.coverimage {
	float: left;
	margin-right: 10px;
}

.release_container {

	overflow: hidden;
}

.releasebody {
	margin-left: 155px;
	margin-bottom: 35px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.standout {
	color: #adbf2e;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 40px 0 0 0;
}

a:link {
	color: #3399FF;
	text-decoration: none;
}

a:visited {
	color: #3399FF;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: none;
}
