
/* georgewbush layout */
	
/* Layout divisions and rules */

html { 
	min-width: 910px;
	}
	 
	 
body	{
	text-align: center;
	border: 0;
	color: #000;
	margin:0px auto 10px auto;
	padding: 0;
	background: #02001E;
	font-family: verdana, arial, helvetica;
	}

img		{
	border: 0;
	}

h1	{
	font: 26px courier new, courier, verdana, arial, helvetica, helve, sans-serif;
	font-weight: bold;
	margin:8px auto 0px auto;
	}
	
h2	{
	font: 22px courier new, courier, verdana, arial, helvetica, helve, sans-serif;
	font-weight: bold;
	margin:4px auto 0px auto;
	}
	
h3	{
	font: 19px courier, courier new, verdana, arial, helvetica, helve, sans-serif;
	font-weight: bold;
	margin:5px auto 5px auto;
	}
	
a	{
	color: #eeeeee;
	text-decoration:none;
	}

hr {
	height: 0;
	width: 95%;
	border-style: solid;
	border-color: #666;
	border-width: 1px 0 0 0;
	}


a:hover	{
	color: #666; 
	}

.hide 	{
	display: none;
	}

.page	{
	margin:auto;
	padding: 0;
	border: 1;
	width: 900px;
	background: #fff; 
	}

.fine	{
	text-align: left;
	color: #666;
	margin: 0px 0px 0px 0px;
	font: .8em verdana, arial, helvetica, helve, sans-serif;
	}

