/* George Burkitt CSS Document */

#container {
	width:1024px;
	min-height:732px;
	background-color:#FFFFFF;
	padding-top:5px;
	}
	
#header {
	width:970px;
	height:220px;
	background-color:#E5EAEF;
	}
	
#title {
	width:1024px;
	height:106px;
	background-image:url(images/title.gif);
	}
	
	
#content {
	width:970px;
	min-height:400px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#E0EEDB;
	text-align:left;
	}	

#tag {
	width:970px;
	height:30px;
	background-image:url(images/tag.gif);
	}
	
#menu {
	clear:both;
	width:970px;
	}
	
#footer {
	clear:both;
	width:1024px;
	height:25px;
 }
 
.h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#006699;
	text-align:left;
	letter-spacing:.1em;
	padding-left:20px;
	}
	
.p1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#336666;
	text-align:left;
	line-height:1.5em;
	padding-left:20px;
	padding-right:20px;
	}

.p2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#999999;
	letter-spacing:.1em;
	}
	
.list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#336666;
	list-style:disc;
	line-height:2em;
	}
	
a:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
	text-decoration:none;
}

a:visited {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#006699;
	text-decoration:none;
}

a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#33CCFF;
	text-decoration:none;
}

a:active {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#66CC33;
	text-decoration:underline;
}