/* Main CSS for Faldo's Toy EPK */
body {
	font:14px "Trebuchet MS", verdana, arial, sans-serif;
	color:#333333;
	background-image: url("../images/background.jpg");
	width:801px;
	height:504px;
	background-repeat: no-repeat;
}

#container {
  width:791px;
  height:464px;
  margin:0 auto;
  padding-left: 10px;
}

#container h2 {font-size:20px; color: #c20000}
#container a:link {color: #c20000; font-weight:bolder; text-decoration:none; border:0;}
#container a:visited {color:#c20000; font-weight:bolder;}
#container a:hover {color:#f33; border:0;}

#footer {
	width:791px;
	height:auto;
	margin:0 auto;
	padding-left: 10px;
	font-size: 10px;
	color:#666666;
	text-align:center;
}

#footer a:link {color: #c20000; font-weight:bolder; text-decoration:none; border:0;}
#footer a:visited {color:#c20000; font-weight:bolder;}
#footer a:hover {color:#f33; border:0;}

#AlbumThumb {
	float: left;
	padding-right: 10px;
}

#AlbumTitle{ color: #c20000;text-decoration: underline;}

#content {
	width: 600px;
	height:200px;
	text-indent: 5%;
	text-align: left;
	position: relative;
}

