@charset "utf-8";
/* CSS Document */
/* @import "css/global.css"; */
	
/*White---------------#FFFFFF  */	
/*Black---------------#000000  */

		body { 		
			font-family: Georgia, Palatino,' Palatino Linotype', Times, "Times New Roman", serif; 
			font-size: 14px;
			background-color:#404040;
			text-align:center; /* slight hack for IE */
			min-width: 800px; /* for older versions of Modzilla Nescape */
			color: #bfbfbf;
			}
			
		#container { 	
			width: 800px;
			height: 700px;
			text-align: left;
			margin: 0 auto; /* for centering in browser */
			padding-top: 50px;
			}
			
		#header{
			background-position: top left;
			min-height: 75px;
			padding-bottom: 10px;
			}
			
		#nav{
			text-align: right;
			width: 150px;
			height: 360px;
			}
			

		#top_left{
			float: left;
			text-align: left;
			width: 150px;
			height: 360px;
			margin-top: -75px;
			padding-left: 25px;
			}
	
		#content{
			clear:both ;
			width: 600px;
			min-height: 200px;
			padding-top: 15px;
			}
			
		#footer {
			clear: both;
			min-height: 25px;
			text-align:center;
			font-size: 12px;
			color: #bfbfbf;
			}		
		
		img{
			border: 0px;
			margin:  -5px 10px; 
			}
			
		img.padding{
			padding: 10px 10px 10px 10px;
			border: solid 1px #595959;
			}
			
		img.about_me{
			padding: 10px 10px 10px 10px;
			border: solid 1px #595959;
			}

		table{
			text-align: center;
			}
		
		td{
			vertical-align:top;
			}	
			
		hr{
			border-color: #595959; 
			border-width: 1px 0px 0px 0px;
			border-style: solid none; 
			margin: 25px 0px 0px 0px;
			width: 100%;
			}

		.wireframemenu{
			float: left;
			background-color: #404040;
			border-bottom-width: 0;
			width: 250px;
			text-align: right;
			padding-top: 5px;
			}
		
			
		.wireframemenu ul{
			padding: 0;
			margin: 0;
			list-style-type: none;
			}
			
		.wireframemenu li{
		padding: 3px;
			}
			
		.wireframemenu a{
			padding: 4px 5px;
			display: block;
			width: 100%; /*Define width for IE6's sake*/
			color: #cea0da;
			text-decoration: none;
			}

		.wireframemenu a:visited{
			color: #cea0da;
			}

		html>body .wireframemenu a{ /*Non IE rule*/
			width: auto;
			}

		.wireframemenu a:hover{
			background-color: #666666;
			color: #996699;
			text-decoration: none;
			}
			
		.text_center {
			text-align: center;	
			font-style: italic;
			}

		p{
			text-indent: 10px;
			}		
			
		a:link {color:#cea0da; text-decoration: none;}
		a:visited {color:#cea0da; text-decoration: none;}
		a:hover {color:#996699; text-decoration: underline;}
		a:active {color: #cea0da; text-decoration: none;}
			
		a .alt { display: none;}
		
		.submitForm label { display: block; float: left; clear: left; width: 110px; }
		.submitForm input { display: block; float: left; }
		.submitForm img   { display: block; float: left; }
		
		br.clear  { display: block; clear: both; }
		
		#contactErrorMesg { color: red; margin-left: 20px; }
		
