/*------------------------------------------------------------------------------------------
 Name: style.css
 Created by Jerry Tran on 4/20/2009
------------------------------------------------------------------------------------------*/

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

body
   {
   background:#000;
   font-family: Helvetica, Arial, Geneva;
   font-size: 11px;
   line-height: 11px;
   color: #555;
   min-width: 715px;
   margin-top: 50px;
   }

	
#horizontal
   {
	width: 715px;	
   margin-left: auto;
	margin-right: auto;
   }
	
	
	
		

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

#mainwrapper
	{
   width: 715px;
	}	

#logo
   {
   width: 715px;
	height: 67px;
   text-align:center;
   }

#topcurve
   {
   width: 715px;
	height: 20px;
	background-image: url("/images/background_top.gif");
	background-repeat: no-repeat;
   }

#bottomcurve
   {
   width: 715px;
	height: 20px;
	background-image: url("/images/background_bottom.gif");
	background-repeat: no-repeat;
   }


#contentbox
	{
   float: left;
   width: 680px;
   background-color: #191919;
	}	
	
#videobox
   {
   width: 640px;
	height: 360px;
	padding: 20px 20px 0px 20px;	
	}
	
#description
   {
   padding-left: 20px;
   font-size: 11px;
   width: 660px;
	height: 40px;
   line-height: 40px;
	color:#ccc;
	}
	
#databasecontentbox
   {
	background: #191919;
   width: 640px;
	padding: 20px 20px 0px 20px;	
   font-size: 12px;
   line-height: 12px;
	color: #ccc;
	}	

#pagetitle
   {
   padding-left: 20px;
	}

#linkswrapper
   {
	float:left;
	width: 35px;
	height: 363px;
	}

#footer
   {
   font-size: 10px;
   line-height: 12px;
   width: 230px;
   height: 66px;
	padding-top: 20px;
	padding-left: 450px;
	}

.clipbox
   {
	width: 200px;
	height: 170px;
	text-align:right;
	padding: 7px 0px 3px 10px;
   float:left;
   font-size: 11px;
	color:#666;
	}

.clear
   {
	clear:both;
	}


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

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

a:visited
   {
   color: #cccccc;
   }

a:hover
   {
   color: #666;;
   }
	
a img
   {
	border: none;
	}

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