body {
	background-color: #000;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	color: #d5d5d5;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @group Links */

a.menu,
a.menu:visited,
a.menu:hover {
			border-bottom: 1px dotted;
			font-weight: bold;
			color: #d5d5d5;
			font-size: 12px;
						text-decoration:none;
			
		}
		
a.menu:hover {
			color: #fff;
			text-decoration:none;
		}


a.slink,
a.slink:visited,
a.slink:hover {
			border-bottom: 1px dotted;
			font-weight: bold;
			color: #e63000;
			font-size: 16px;
			text-transform: uppercase;
						text-decoration:none;
			
		}
		
a.slink:hover {
			color: #fff;
			text-decoration:none;
		}


/* @end */

/* @group Blocks */

#content {
	position: relative;
	top:  20px;
	left:  20px;
	width: 960px;
}

#rightbox {
	float: left;
	width:  400px;
	padding: 10px;
}

#leftbox {
	float: left;
	width: 520px;
	padding: 10px;
}

#vidplayer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu {
	float: right;
	width:  960px;
	text-align: right;
	margin-bottom: 10px;
}


/* @end */


h2 {
	margin-bottom: 4px;
}

p {
	font-size: 14px;
	line-height: 1.4;
}

.mc {
	color: #e63000;
}

