/***
Henry Rodriguez CSS
Last updated: 26 January 2008
Author: Gray Ayer [http://www.ilikegray.com] 
***/

/* HTML elements */


/* Global White Space Reset - The aim here is to save time when dealing with the minor cross browser differences caused by varying default values for these properties.  http://leftjustified.net/journal/2004/10/19/global-ws-reset/  */ 
* {
	margin: 0;
	padding: 0;
	}
	
html { font-size:100.01%; }


body {
	font-family: verdana, arial, sans-serif;
	font-size: 62.5%;
 	color:#1F0100;
	background: url(images/wallpaper_dark.gif) repeat #330000;
	}
 
p {
	font-size: 1.1em;
	font-weight:bold;
	color:#1F0100;
	margin-left: 10px;
	background:none;
	line-height: 1.5em;
	}
	
h2 {
	color:#088eb5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

h3 {
	font-size:1.4em;
	text-decoration:underline;
	line-height:1.3em;
	}
	
a {
	color:#5F0400;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #fff;
	text-decoration: none;
	}
	
	
img {
	border: 0px;
	}


li {
	font-size: 1.1em;
	font-weight:bold;
	color:#1F0100;
	margin-left: 30px;
	background:none;
	margin-top: 10px;
	line-height: 1.2em;
	}
	
img {
	border: none;
	}

img:hover { 
	border: none;
	}

/***Inline Styles***/

.hidden { 
	text-indent: -9000px; 
	visibility: hidden;
	}
	
.br {
	clear: both;
	}
	
.small {
	font-size: x-small;
	}
	
.imgright { 
	float: right;
	margin-left: 0px;
	}
	
.imgleft {
	float: left;
	margin-right: 5px;
	}
 
 /**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
  margin-left:1em;
}

.floatRight {
  float: right;
  margin-right:1em;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

 
/***Layout Divs****/	  
 
#container {
	width: 754px;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid #180000;
	border-top:none;
	}

		/***image replacement****/
#header {
	width: 754px;
	height: 187px;
	position: relative;
	margin: 0 auto;
	}
#header span {
	background: url(images/header.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
	
#header h4 {
	color: #FFFFFF;
	font-size:3em;
	}
		/***end image replacement****/

#navbar {
	margin: -2px 0;
	}
	

#header h1 {
	position: absolute;
	top: 28px;
	margin-left: 40px;
	color: #fff;
	font-weight: 300;
	font-size: 2.8em;
	}
	
#header p {
	position: absolute;
	top: 60px;
	margin-left: 60px;
	color: #fff;
	}
 
#content {
	width:754px;
	height:515px;
	background:url(images/content.jpg) no-repeat;
	text-align:center;
	}

#footer {
color:#088eb5;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
padding-top:.3em;
		}
		
#footer.a {
color:#088eb5;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
padding-top:.3em;
}

#footer a {
	color: #088EB5;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
	}
	
#center {
	margin-left:auto;
	margin-right:auto;
	}
