@charset "utf-8";

/* Start of Flowplayer CSS */
/* dimensios for both splash image and the player wrapper */ 
a.flowplayer, a.flowplayer img { 
    display:block;                 
    width:550px; 
    height:354px; 
    border:0px;         
} 
 
/* play button on top of splash screenn */ 
div.playButton { 
    background:url(http://www.sourceuniversity.com/live/image/play.png) no-repeat; 
    width:50px; 
    height:50px;
	margin-left:45%; 
    position:relative; 
    top:-200px;  
    left:0px;     
    opacity:0.9; 
    margin-bottom:-50px; 
} 
 
/* play button upon mouseover */ 
div.playButton:hover { 
    opacity:1.0;         
}
/* End of Flowplayer CSS */


a { 
	outline: none;  /* for firefox */
	cursor:pointer;
	margin:0px;
	padding:0px;
}							

a img { 
	border: none; 
}

a:link {
	color: #6a1932; text-decoration: none;
}
a:active {
	color: #6a1932; text-decoration: none;
}

a:visited {
	color: #6a1932; text-decoration: none;
}

a:hover {
	text-decoration: none; color: #716b6b;
}

body, img{
	margin:0px;
	padding:0px;
}

div, p, dd	{
	background-color: #fff;
	color: #110e0e;
	font-size: 10pt;
	font-weight: normal;
	font-family: "Trebuchet MS", verdana, sans-serif
}

h1 {
	font-size: 20pt;
	font-weight: bold;
	font-family: "Trebuchet MS", verdana, sans-serif
}

img {

}


#holder{
	margin:0px;
	float:left;
	width:100%;
}

#header{
	padding:0px;
	margin:0px;
	float:left;
	width:100%;
	height:118px;
}

#body{
	padding:0px;
	margin:0px;
	float:left;
	width:100%;
}

#footer{
	padding:0px;
	margin:0px;
	float:left;
	width:100%;
	height:100px;
}




/* CSS Document */

