/*Welcome to the Cascading Style Sheet 
for Ron Garrision by Pixel Lava Interactive. 
Notes:
/*padding values: top right bottom left*/

/* containers 000033 ____________________________*/
body,
html {
	margin:0;
	padding:0;
	background-position: center;
	background-image:  url(images/cobalt_globe_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #080f36;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;

    }
/*main page width*/
body {
    min-width:900px;
	margin-right: auto;
	margin-left: auto;
    }
	
/*main page container*/
#container {
    margin: 0 auto;
    width: 900px;
	background-color:#071944;
    }

/*masthead container*/
#masthead {
    min-width:900px;
	margin-right: auto;
	margin-left: auto;
    }
	

/*map container*/
#map {
	min-width:900px;
	margin-right: auto;
	margin-left: auto;
    }
	
/*footer container*/
#footer {
    min-width:900px;
	height: 20px;
	/*padding: top right bottom left*/
	padding: 10px 0px 0px 0px;
	background-image: url(images/ron_garrison_footer.jpg);
    }

/* text styles ____________________________*/
.menu {
	width: 900px;
	height: 91px;
	background-image: url(images/ron_garrison_menu.jpg);
}

.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}

.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.note2me {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FF00;
}

a {
	color: #99ccff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6699cc;
}

.footerhref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99ccff;
}
