body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	background-image:  url(images/bg.jpg);
	background-repeat: repeat-x;
}

#header {
	background-image: url(images/header.jpg);
	height: 189px;
	width: 638px;
	margin: auto;
	background-repeat: no-repeat;

}

}
p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 170%;
}


a {
	text-decoration: none;
	color: #EC2343;
}

a:hover {
	text-decoration: underline;
}

img {
	
}

#ooyala {
	border: 1px solid #FAA71A;
	height: 360px;
	width: 640px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

/* Footer */

#footer {
	margin: auto;
	background-image: none;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #FAA71A;
}

#footer p {
	text-align: center;
	font-size: 10px;
	color: ##9D0D8D;
	padding-top:5px;
}

#footer a {
	color: #FAA71A;
}
