/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 40px 0;
	padding: 0;
	background: #F9FCEA;
	font-family: Verdana, "Times New Roman", Times, serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 660px;
	height: 200px;
	margin: 0 auto;
}

/* Menu */

#logo {
	float: left;
	width: 444px;
	height: 200px;
	background: url(images/aft_logo.gif);
}

/* Content */

#content {
	width: 660px;
	margin: 0 auto;
	background: url(images/content_bg.gif);
}

#colOne {
	float: left;
	width: 450px;
}

#colOne .top-head {
	padding: 30px 0 0 20px;
	background: url(images/content_header_bg.gif) no-repeat;
}

#colOne h2 {
  text-align: center;
}


#colOne .subtitle {
	padding: 20px;
}

#colOne .content {
	padding: 0px 30px 0px 30px;
}

#menu {
    float: right;
	width: 200px;
	height: 200px;
	background: url(images/menu_bg.jpg);
}

#menu ul {
	margin: 0;
	padding: 40px 0 0 0;
}

#menu li {
  padding: 0 0 6px 0;
  list-style: none
}

#menu a {
	display: block;
	padding: 0 0 0 2em;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}

#menu .current {
    padding: 0 0 0 3em;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
}


#colTwo {
	float: right;
	width: 200px;
  text-align: center
}

#colTwo .top-head {
	padding: 30px 0 0 20px;
	background: url(images/sidebar_header_bg.gif) no-repeat;
    font-style: italic;
}

#colTwo .content {
	padding: 10px 10px 0 20px;
}

#colTwo .info {
  font-size: smaller;
  padding: 10px;
}

#colTwo .note {
  font-size: x-small;
}

#colTwo a {
  font-size: smaller;
}

#extra {
	height: 10px;
	background-image: none;
}

/* Footer */

#footer {
	width: 660px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 1em 0 0 1em;
	text-align: left;
	font-size: x-small;
}