@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.jpg) center repeat-y #fed3e1;
	width: 100%;
	height: 100%;
}

p, h1, form {
	margin: 0px;
	padding: 5px;
}

#main {
	width: 800px;
	margin: auto;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	border: 3px solid #cb92a5;
	border-top: 0px;
	background:#000;
}

#nav {
	margin-bottom: 7px;
}

#footer {
	background: url(../images/footer_bg.jpg) center no-repeat;
	width: 790px;
	height: 54px;
	margin-top: 7px;
	color: #fed3e0;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 10px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #fed3e0;
}

#footer a.currentPage:link, #footer a.currentPage:visited {
	text-decoration: underline;
}

#body {
	color: #000;
	background: #fff;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.youtube a{
	display:block;
	float:left;
	height:20px;
	margin-left:108px;
	width:156px;
	clear:both;
}