@charset "utf-8";
/* Copyright Glenn Grech. Designed by Negabyte.com */

html {
	height:100%;
}
body {
	background-image:url(http://glenngrech.com/images/bg.png);
	background-color:#FFFFFF;
	background-position:center center;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	height:100%;
}
#body {
	width:800px;
	text-align:left;
	height:100%;
}
#header {
	background-image:url(http://glenngrech.com/images/top_banner.png);
	width:795px;
	height:200px;
	margin-left:3px;
}
#header2 {
	background-image:url(http://glenngrech.com/images/top_banner2.png) ;
	width:795px;
	height:200px;
	margin-left:3px;
}
#header3 {
	background-image:url(http://glenngrech.com/images/top_banner3.png);
	width:795px;
	height:200px;
	margin-left:3px;
}
#header4 {
	background-image:url(http://glenngrech.com/images/top_banner4.png);
	width:795px;
	height:200px;
	margin-left:3px;
}
#header5 {
	background-image:url(http://glenngrech.com/images/top_banner5.png);
	width:795px;
	height:200px;
	margin-left:3px;
}
#nav {
	background-image:url(http://glenngrech.com/images/nav_bg.png);
	width:190px;
	border:#000000;
	border-style:solid;
	border-width:1px;
	-moz-border-radius:3px; /* makes a nice rownd edge. Unfourtunaly only works in css3 bowsers :( */
	margin-left:8px;
	padding:5px;
	float:left;
	font-size:20px;
	text-align:center;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}
#nav ul li {
	margin-top:3px;
	margin-bottom:3px;
}
#nav ul li a {
	text-decoration: none;
	color:#FFFFFF;
}
#nav ul li a:hover, #nav ul li .current {
	color:#333333;
}
#content {
	width:566px;
	float:left;
	margin-left:8px;
}
#content h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 20px;
	color: #036392;
	border-bottom: 3px double;
	border-color: #036392;
	margin-top:0px;
	text-align:right;
}
#content a {
	color:#000033;
	text-decoration:underline;
}
#content a:hover {
	color:#003366;
	text-decoration:none;
}

#footer {
	width:580px;
	height:22px;
	background-color:#000000;
	background-image:url(../images/footer.gif) !important;
	background-position:left center !important;
	background-repeat:no-repeat !important;
	color:#FFFFFF;
	text-align:right;
	padding:3px;
	font-size:16px;
	float:right;
}
#body table {
	min-height:350px;
}
