﻿

body {
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	 font-size: small;
	 background-color: #333;
}
#container {
	width: 900px;
	height: auto;	
	margin: auto;
	padding: 3px 0px 3px 0px;
	background-image:url('../images/bg-tile.gif');
}
#container #content {
	float: left;
	width: 900px;
	height: inherit;
	padding: 0px 0px 30px 0px;
	background-color: #fbfbfb;
	background-image:url('../images/content-BGa.gif') ;
	background-repeat:no-repeat;

}
#container #footer {
	position: relative;
	width: 900px;
	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:600;
	font-size:130%;
	color:rgb(106, 135, 106);
}
.style_italic {
	font-style:italic;
	font-weight:normal;	
}
.sub_post {
	font-size: 100%;
	color:maroon;
	font-weight:normal;
}
li {
	margin-bottom: 10px;
}

#news {
	margin:20px 20px 20px 20px;
	font-size:120%;
	color:#444;
}

#news a {
	color:rgb(126, 155, 126);
	font-weight:bolder;
}

#news a:hover {
		color:rgb(106, 135, 106);
}

#ATnews {
	float:right;
	margin-right:30px;

}

#container #content img {
	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;
}
