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

html, body
   {
	background: #3e5052 url('/images/background.gif') top left repeat-x;
   margin: 0;
	padding: 0;
   font:12px/20px Tahoma, Helvetica, sans-serif;
   color: #ffffff;
   }


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



#wrapper
	{
   margin-right: auto;
   margin-left: auto;
	width: 1000px;
	}	

#container
   {
   margin-top: 25px;
   width: 950px;
	border: solid black;
	border-width: 1px 0;
	padding: 25px;
	background: #536365;
	text-align:center;
	}

#header
   {
	text-align:center;
	color: #9b948c;
	}
	
	
#footer
   {
	text-align:center;
   margin-right: auto;
   margin-left: auto;
   width: 600px;
	padding: 25px;
	}


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

a
   {
   color: #4d7f87;
   }

a:visited
   {
   color: #8dc4cd;
   }

a:hover
   {
	text-decoration: underline;
   color: #8dc4cd;
   }
	
a img
   {
	border: none;
	}
	
.highlight
   {
   color: #8dc4cd;
   font-weight: bold;
	}

.larger
   {
   font-weight: bold;
   font-size:16px;
	}
	
