@charset "utf-8";
/* CSS Document */

/*
Site Address: www.aarg.org
Author: Colleen Muldowney
Email: cmm.colleen@gmail.com
*/

/*This is the stylesheet for the index (home page) ONLY. Any changes made here will be reflected in index.html.*/

body {
	background-image:url('images/gray_bg_sandstone.jpg');
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}

#container {
	margin: 20px auto auto auto;
	padding: 10px 10px 10px 10px;
	width: 850px;
	background-color: #CCC;
}

#main_content {
	width: 840px;
	margin: auto;
}

#main_text {
	padding: 0px 5px 0px 5px;
	font-size: 13px;
	height: 210px;
	width: 520px;
	float: right;
	text-align: justify;
}

/*Header*/

#header {
	margin: auto;
	height: 110px;
	width: 840px;
	text-align: center;
}

#header_separator {
	margin: 5px auto auto auto;
	width: 840px;
	height: 10px;
	background-color:#333333;
}

#logo {
	float: left;
	margin: 0px;
	padding: 0px;
}

#name_slogan {
	float: right;
	width: 765px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

#slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}

#search a {
	color: black;
	text-decoration: none;
}

#search {
	margin: 10px 0px 10px 680px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

/*Index Images*/

#index_images {
	margin: auto;
	text-align: center;
}

.small_index_images {
	margin: 0px;
	padding: 0px;
}


/*Main Menu*/

#main_menu {
	background-image: url(images/main_menu.png);
	height: 40px;
	width: 840px;
	font-family: 'Calibri';
	margin-top: 10px;
}

#main_menu a {
	color: white;
}

#main_menu table {
	color: white;
	font-weight: bold;
	font-size: 22px;
	margin: auto;
	height: 40px;
	padding-bottom: 3px;
}

#main_menu td {
	padding-right: 5px;
	padding-left: 5px;
}

/*Footer*/

#footer, #footer a {
	margin: 10px auto auto auto;
	background-image: url('images/footer.png');
	height: 60px;
	width: 840px;
	color: white;
	font-family: 'Calibri';
	text-align: center;
}

#footer table {
	margin: auto;
	height: 35px;
	color: white;
	font-size: 14px;
	text-align: center;
}

#last_updated {
	color: white;
	text-align: center;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
}

