﻿@import url("layout.css");
@import url("globalnav2.css");

body {
	 font-family: Arial, Helvetica, sans-serif; 
	 font-size: small;
	 background-color: #111;
}
#container {
	width: 800px;
	height: auto;	
	margin: auto;
	padding: 3px 0px 3px 0px;
	background-image:url('../images/bg-tile.gif');
}
#container #content {
	float: left;
	width: 780px;
	height: inherit;
	padding: 0px 10px 40px 10px;
	background-color: #fbfbfb;
	background-image:url('../images/content-BG.gif');
	background-repeat:no-repeat;
}
#container #footer {
	width: 800px;
	height: 90px;
	float:left;
	background-image:url('../images/bottom_banner_slice.png');
	background-repeat: repeat-x;
	background-color: black;
}
/* Content Styles */
.style_bold {
	font-weight:bold;
	color:maroon
}
.style_italic {
	font-style:italic;
	font-weight:lighter;	
}
.sub_post {
	font-size: 70%;
	color:gray;
	font-weight:lighter;
}
li {
	margin-bottom: 15px;
}

#container #content h1,h2,h3,h4,h5,h6 {
	text-align: left;
}

#container #content img {
	padding: 5px;
	border: 0px solid #808080;
	text-align: center;
}

/* Footer Styles */
#container #footer a {
	color: #fff;
	text-decoration: none;
}
#container #footer a:hover {
	color: black;
	font-weight:bold;	
}
#container #footer #AG-bottom-logo {
	float:left;	
	margin: 5px 0px 0px 5px;
}
#container #footer #iPhone {
	position: relative;	
	float: right;
	bottom: 90px;
	left: 10px;
}
#container #content td.formlabel {
	text-align:right;
	font-size:120%;
} 




