/*-- This is a comment --*/
/*-- Style sheet for personal webpage --*/
/*-- Created: 08.22.2006 --*/ 
   
html, body    { background-color: white; 
								font-family: Tahoma; 
								font-size: 7.5pt; 
								font-color: #666666;
								letter-spacing: 1pt; 
								text-align: center;	/*-- IE - centers the main div --*/
								line-height: 1.5; 
								margin-top: 10px;
								margin-bottom: 10px; }

/* -- normal links --*/
a:link        { color:#FF0000; text-decoration: none; border-bottom: 1px solid #c0c0c0; }
a:visited			{ color:#FF0000; text-decoration: none; border-bottom: 1px solid #c0c0c0; }
a:hover				{ color:#FF0000; text-decoration: none; border-bottom: 1px dashed #FF0000 ; }

																
div#container	{ float: center; 
								width: 740px;
								height: auto !important; /* real browsers */
								height: 100%; /* IE6: treaded as min-height*/
								min-height:100%; /* real browsers */ 
								margin: 0 auto;  
								text-align: center; }

div#top				{ float: center;
								text-align: center;
								width: 740px;
								height: 30px; 
      					text-align: center;
      					background: url('images/bg_top.jpg'); }

div#mid				{	float: center;
								text-align: center;
								width: 740px;
								height: auto;  
      					text-align: center;
      					background: url('images/bg_mid.jpg') repeat-y; }
      					
div#btm				{ float: center;
								text-align: center;
								width: 740px;
								height: 30px; 
      					text-align: center;
      					background: url('images/bg_btm.jpg'); }      					
      					
div#header		{	float: center;
								text-align: center;
								vertical-align: center;
								width: 670px;
								height: 120px;
								padding-left: 35px;
								padding-right: 35px;
								color: black; }

div#menu			{ float: center;
								text-align: center;
								width: 700px;
								height: 24px;
								padding-left: 20px;
								padding-right: 20px; 
								margin-top: 10px; }

/*-- colored bar within menu div --*/
div#menubar		{ float: center;
								text-align: center;
								width: 700px;
								height: 14px;
								letter-spacing: 1.25pt;
								font-size: .85em; 
								background: #336699; }
								
.spacer				{ clear: both; }	

.nav a:link		{ text-decoration: none;
								border-bottom: none;
								color: white;
 								padding: 5px 0 5px 0; }
 								
.nav a:visited	{ text-decoration: none;
									border-bottom: none;
									color: white;
 									padding: 5px 0 5px 0; }
 								
.nav a:hover	{ text-decoration: none;
								border-bottom: none;
								color: white;
 								padding: 5px 0 5px 0; }
																
.block				{ float: center; 
								width: 600;
								padding-right: 70px;
								padding-left: 70px;
								text-align: left;	}
								
.blockleft		{ float: left; 
								width: 400px;
								padding-left: 50px;
								text-align: left;	}
								
.blockright		{ float: right; 
								width: 240px;
								height: 210px; 
								padding-right: 50px; }
