/* CSS Document */

body {
	background-color:#FFFFFF;
	margin:0px;
	}
	
#wrapper {
	width:996px;
	height:100%;
	margin: 0 auto;
	background:url(../images/bgheader.png) no-repeat;
	}

#content {
	width:556px;
	height:521px;
	padding-top:230px;
	padding-left:450px;
	font-size:11px;
	font-family:verdana;
}

h1 {
font-weight:bold;
font-size:12px;
margin:0px;
color:#D43C8D;
margin-bottom:5px;

}

.pink {
font-weight:bold;
color:#D43C8D;
}

.grey {
color:#666666;
font-size:11px;
margin:0px;
font-weight:0;
padding:0px;
}

#contenttop {
width:556px;
height:270px;
}

#videotitle {
width:556px;
height:20px;
}

#contenttop a {
text-decoration:none;
color:#000000;
font-weight:bold}

#contenttop a:hover {
	text-decoration:underline;
	}	

#contenttopright {
width:278px;
height:100px;
float:left;
}

#contenttopleft {
width:256px;
height:100px;
float:left;
}


#contentbottom{
width:556px;
height:250px;
}

	#socialmedia {
float:right;
padding-right:50px;
font: 9px verdana;
font:color:#545454;
letter-spacing:0px;
text-transform:uppercase;
}

#socialmedia h1{
padding:0px 0px 0px 6px;
margin:0px 0px 0px 0px;
}

#footer {
	width:1005px;
	margin: 0 auto;
	margin-top:10px;
	text-align:left;
	line-height:20px;
}

#footer p {
	margin:0px;
	padding:0px 0px 0px 50px;
	font: 9px verdana;
	font:
	color:#545454;
	letter-spacing:0px;
	padding-top:6px;
	width:946px;
	text-transform:uppercase;
	}
	
#footer a {
	text-decoration:none;
	color:#D43C8D;
	}
	
#footer a:hover {
	text-decoration:underline;
	}	
	
img {
	border:0;
	margin-top:5px;
	margin-bottom:0px;
	}
	
	
.right {
	float:right;
	}

	
.sentencespace {
padding-left:12px;
padding-right:12px;
}
	
	
a img.linkopacity {
	opacity:1; filter: alpha(opacity=100); -moz-opacity: 1;	
}	

a img.linkopacity:hover  {
filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;		
	background:none;
}