@charset "utf-8";
html, div, body, p, ul, li, ol, h1, h2, h3, h4, h4, img, a {
	
	border: 0;
	outline: none;
	
	}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#534d4d;
}
body {
margin: 0 auto;
background-color:#63b4df;
	background-image: url(bg.png);
	background-repeat: repeat-x;
	
}


#wrapper {
margin: 0 auto;
height:auto;
width:900px;
background-color:#fe912e;

}

#header{
height:186px;
width:900px;
	float:left;
	background-image:url(header.png);
	background-repeat: no-repeat;
	background-position: left;
}

#nav {
	height:31px;
	width:900px;
	background-image:url(nav.png);
	background-repeat: no-repeat;
	background-position: left;
	float:left;
	padding:0px;
	line-height: normal;
}
#nav p{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	margin-top:5px;
}



#nav a:link {
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
	font-size:16px;
	color:#FFFFFF;
}
#nav a:visited {

font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
	font-size:16px;
	color:#FFFFFF;
}
#nav a:hover{

font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
	font-size:16px;
	color:#534d4d;
}
#nav a:active {

font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:underline;
	font-size:16px;
	color:#FFFFFF;
}
#contentColor{
height:auto;
float: left;
width:900px;
background-color:#fe912e;
}
#content{
width:846px;
height:auto;
margin:25px;
float:left;
border:solid 1px #534d4d;
background-color:#FFFFFF;
}
#left{
float:left;
height:auto;
width:407px;
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#534d4d;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
}
#right{
float:left;
height:auto;
width:407px;
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#534d4d;
	padding-top:40px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:5px;
}
#footer{
	float:left;
width:900px;
height:55px;
text-align:center;
}

/*health page*/

#leftHealth{
float:left;
height:auto;
width:257px;
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#534d4d;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
}
#rightHealth{
float:left;
height:auto;
width:557px;
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#534d4d;
	padding-top:40px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:5px;
}

/*MOVIES */

#contentMovies{
width:846px;
height:auto;
margin:25px;
float:left;
background-color:#FFFFFF;
padding-bottom:20px;
}
iframe {
border: 0px solid #ffffff;
}

/*Awards*/
#leftAwards{
float:left;
height:auto;
width:800px;
font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#534d4d;
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:5px;
}
#leftAwards a:link {
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
	font-size:14px;
	color:#534d4d;
}
#leftAwards a:visited {

font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:none;
	font-size:14px;
	color:#534d4d;
}
#leftAwards a:hover{

font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:underline;
	font-size:14px;
	color:#534d4d;
}
#leftAwards a:active {

font-family:Georgia, "Times New Roman", Times, serif;
text-decoration:underline;
	font-size:14px;
	color:#F534d4d;
}
