body{
	margin:0;
	padding:0;
	background:url('images/background.gif');
	width:100%;
	height:100%;
	font-family:Verdana;
	font-size:10px;
	color:#FFF;
	line-height:1.5em;
	font-variant:small-caps;
}
.outer{
	margin:0;
	padding:0;
	background:url('images/background-top-fade.gif') repeat-x;
	width:100%;
	min-height:450px;
	text-align:center;
	margin-bottom:150px;
}
.inner{
	margin-left:auto;
	margin-right:auto;
	width:950px;
	text-align:left;
	margin-bottom:10px;
}
.logo{
	float:left;
}
.menu{
	float:right;
	width:450px;
	height:32px;
	text-align:right;
	margin-right:15px;
	margin-top:77px;
}
.menuLink{
	text-decoration:none;
}
.menuImage{
	border:none;
}
.seperator{
	clear:both;
	width:100%;
	height:1px;
}

.contentBox{
	background:#555;
	border:2px solid #000;
	border-radius:4px;
	padding:5px;
	width:95%;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}

a, a:active, a:link, a:hover{
	text-decoration:none;
	color:#F00;
}
a:visited{ color:#A00; }
a:hover{ text-decoration:underline; }

.home{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}
.home .latestWrapper{
	width:30%;
	text-align:left;
}
.home .latestCaption{}
.home .latestLink{
	color:#FFF;
	text-decoration:none;
}
.home .latestImage{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:200px;
	height:150px;
	margin-top:5px;
	margin-bottom:2px;
	border:2px solid #000;
	border-radius:4px;
}
.home .latestTitle{
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps;
}
.home .latestPrice{
	color:#CCC;
}
.home .latestBox{
	margin-left:auto;
	margin-right:auto;
	background:#555;
	border:2px solid #000;
	border-radius:4px;
	width:100%;
	height:200px;
	text-align:center;
	padding:5px;
}

.home .relatedVideo{
	width:100%;
	height:45px;
	margin-bottom:15px;
}
.home .relatedMore{
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-1px;
	margin-bottom:4px;
}
.home .relatedVideo .relatedLink,.home .relatedMore .relatedLink{
	text-decoration:none;
	color:#FFF;
}
.home .relatedVideo .relatedThumbnail{
	float:left;
	width:60px;
	height:45px;
	border:2px solid #000;
	border-radius:4px;
	margin-right:4px;
}
.home .relatedVideo .relatedTitle{
	width:150px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
}
.home .relatedVideo .relatedDate{
	font-size:8px;
	margin-top:20px;
}
