/*
	Little Red Feather
	Video Stylesheet
*/


* { margin:0; padding:0; }
img { border:0; }


a:link, a:visited {
	color: #435F79;
}
a:hover {
	color: #111B25;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #666;
	text-align: center;
	background: #E5E9EC url(../images/body-bg.jpg) repeat-y top center;
}


#container {
	position: relative;
	margin: 0 auto;
	width: 840px;
	text-align: center;
}


.sidebar {
	width: 223px;
	float: left;
}
.sidebar h1 {
	width: 223px;
	height: 155px;
	background: #FFF;
	overflow: hidden;
}

p {
	margin: 1em 0;
	font-size: 1.2em;
}

.error {
	color: red;
	font-size: 1.6em;
	font-weight: bold;
	padding: 1em 0;
}