/* CSS Document */

body {
		align: 								center;
		margin:         					0;
    	padding:        	            	1%;
		font-family:						Verdana, Arial, Helvetica, sans-serif;
		font-size: 							9px;
		line-height: 						13px;
		color: 								#000000;
		
		}
	
	a {
		color:								#000000;
		text-decoration:		 			none;
	}
	
	a:visited {
		color:								#333333;
		text-decoration:		 			none;

		}
		
	a:hover { 
		text-decoration: 					none;
		color: 								white;
		background: 						black;
	}
	
	.content {
   		padding:    	                    1%;
	}

	#menu {
		width:								100%;
		height:         					10%;
		font-size:							11px;
		margin:								5px 0 0 30px;
	}

	#everything  {
		position:                           absolute;
		left:                               0;
		width:	                      		100%;
		height:                             93%;
		top:                                40px;
		background:      	                none;
		margin-left:						30px;
		
	}  			

	#nfo {
		position:                           absolute;
		left:                               5px;
		width:                              380px;	
		height:                             100%;
		top:                                15px;
		// border: 							0px solid black;
	}

	#design {
		position: 	                        absolute;
		left:                               410px;
		width:                              520px;
		height:                             100%;
		top:                                15px;
		// border: 							0px solid black;
	}
	
	
	#pop {
		position:                           absolute;
		margin-left:						15px;
		width:                              576px;	
		height:                             800px;
		// border: 							0px solid black;
	}
	
		
		
	h1,
	.h1 {
		font-size:12px;
	}
		
	h2,
	.h2 {
		font-size:10px;
		color: #333333;
	}

	h3,
	.h3 {
		font-size:10px;
	}
	
	h4,
	.h4 {
		font-size:9px;
	}

	a:link IMG { border: 1px solid black }
	a:active IMG { border: 1px solid black }
	a:visited IMG { border: 1px solid black }
	a:hover IMG { border: 1px solid white }
