/*------------------------------------------------------------------------------------------
 Name: style.css
 Created by Jerry Tran on 1/14/2009
------------------------------------------------------------------------------------------*/

html, body
   {
   height: 100%;
	margin: 0;
	padding: 0;
   }

body
   {
   background:#A0C5DB;
   font-family: Arial, Geneva, Helvetica;
   font-size: 11px;
   line-height: 11px;
   color: #738590;
   min-width: 780px;
	min-height: 602px;
   }

#vertical
   {
   float:left;
	height: 50%;
	margin-top: -301px;
   width:100%;
	}
	
#horizontal
   {
	width:780px;	
   margin-left: auto;
	margin-right: auto;
   clear:both;
   }
	
	
	
		

/*------------------------------------------------------------------------------------------
 Content Blocks
------------------------------------------------------------------------------------------*/

#wrapper
	{
   width: 780px;
	height: 602px;
	}	

#logo
   {
   width: 110px;
	height: 150px;
	float:left;
   }

#header
   {
	width: 670px;
	height: 75px;
	padding-top: 20px;
	}	

#logotext
   {
   width: 170px;
	height: 75px;
	float:left;
   }

#toplinks
   {
   width: 230px;
	height: 22px;
	float:left;
   padding-top: 53px;
	padding-left: 270px;
   }

#content
   {
	float: left;
	width: 670px;
	height: 602px;
   }
	
#contentbox
   {
   width: 670px;
	height: 405px;
	background: #474747;
	background-image: url("/images/backgroundcontent.gif");
	background-repeat: no-repeat;
	}

#videobox
   {
   width: 640px;
	height: 360px;
	padding: 15px 15px 0px 15px;	
	}


#pagetitle
   {
   width: 190px;
	height: 50px;
   padding-left: 456px;
	}

#databasecontentbox
   {
   width: 610px;
	height: 340px;
	padding: 15px 30px 0px 30px;	
   font-size: 12px;
   line-height: 12px;
	color: white;
   overflow:auto;
	}	


#player
   {

   }

#description
   {
	width: 670px;
	height: 30px;
	text-align: center;
   line-height: 30px;
	}	
	
#linkswrapper
   {
	width: 670px;
	height: 32px;
	}

#footer
   {
   font-size: 12px;
   line-height: 12px;
   width: 665px;
   height: 50px;
   text-align: right;
	padding-top: 20px;
	padding-right: 5px;
	}


.clipbox
   {
	width: 200px;
	height: 170px;
	text-align:right;
	padding: 7px 0px 3px 10px;
   float:left;
	}

.clear
   {
	clear:both;
	}


/*------------------------------------------------------------------------------------------
 Font Control
------------------------------------------------------------------------------------------*/

a
   {
   text-decoration: none;
   color: #cccccc;
   }

a:visited
   {
   color: #cccccc;
   }

a:hover
   {
   color: white;
   }
	
a img
   {
	border: none;
	}

.bluetext
   {
	font-weight: bold;
	color: #A0C5DB;
	}
