/*Main Layout CSS File for www.geltmaker.com*/
/*Main html body*/
body,	
	html {
	margin:0 auto;
	padding:0;
	color:#000;
	font-family:Calibri;
	background-color : #999999;
	min-width:700px;
	}
/*Wraps everything together*/
	#wrap {
	margin:0 auto;
	width:790px;
	height:100%;
	}
/*Header*/
	#header {
	width:100%;
	height:70px;
	background:#000066;
	padding:0;
	color:#fff;
	}
/*Header H1 Line*/
/*Match line-height in the h1 with the height in the header will center text*/	
	#header h1{
	line-height:.5px;
	font-family: Bank Gothic Med;
	color:#33CCFF;
	padding:25px 0 0 0;
	}
/*Structure for Navigation Menu*/	
	#navigation{
	margin:0;
	padding:0 0 0 10.8em;
	background:#000044;
	color:#fff;
	height:28px;
	font-size:14px;
	font-weight:bold;
	font-family: Bank Gothic Med;
	}
/*Main Layout*/
	#main {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	float:right;
	clear:both;
	background:#fff;
	color:#000;
	}
/*Footer*/	
	#footer {
	padding:0;
	background:#000077;
	color:#33CCFF;
	clear:both;
	margin:auto;
	width:100%;
	height:31px;
	font-size:14px;
	}
/*Footer Paragrah Text*/
/*Match line-height in the paragraph with the height in the footer will center text*/	
	#footer p {
	padding:0;
	line-height:31px;
	}
/*Subfooter Layout*/	
	#subfooter {
	height:30px;
	font-size:10px;
	text-align:center;
	}
	
	/*Subfooter Links*/	
	.subfooter a:link {text-decoration: none; color:#444444; font-weight:bold; }
	.subfooter a:visited {text-decoration: none; font-weight:bold; color:#444444;}
	.subfooter a:active {text-decoration: none; font-weight:bold;}
	.subfooter a:hover {font-weight:bold; color: #444444;}
