/* CSS Document */

/* !SkinnyGirl.com - Ashley Middleton */

body {
	margin: 0;
	padding: 0;
	background-color: #600;
	}
body, th, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	text-align: center;
	line-height: 150%;
	}
	
/* Structure
---------------------------------------------------------------- */
#wrap {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background-color: #cc9;
	text-align: left;
	border-left: 1px solid #996;
	border-right: 1px solid #996;
	}
#content {
	margin: 0;
	padding: 0 20px 0 20px;
	}
#content_home {
	float: left;
	margin: 0;
	padding: 0 10px 0 20px;
	width: 490px;
	}
#sidebar {
	float: right;
	margin: 0;
	padding: 0 20px 0 10px;
	width: 200px;
	}
#footer {
	clear: both;
	margin: 0;
	padding: 5px;
	background: #600 url(../images/footer.gif) top left repeat-x;
	font-size: 80%;
	color: #fff;
	text-align: center;
	border-top: 2px solid #996;
	}
#footer a {
	color: #cc9;
	}
	
/* Headings
----------------------------------------------------------------- */
h1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 180px;
	}
h1 span {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../images/h1.jpg) left top no-repeat;
	}
h2, h3, h4 {
	font-weight: normal;
	color: #900;
	border-bottom: 1px solid #600;
	}
#sidebar h2 {
	font-size: 100%;
	padding: 5px 0 3px 8px;
	background: url(../images/h3bkgrd.gif) top left repeat-x;
	border-top: 1px solid #600;
	border-bottom: 1px solid #900;
	}
h3 {
	margin: 0;
	padding: 5px 0 3px 8px;
	background: url(../images/h3bkgrd.gif) top left repeat-x;
	border-bottom: 1px solid #996;
	}
	
/* Navigation
----------------------------------------------------------------- */
#navcontainer ul {
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	background: #900 url(../images/navigbkgrd.gif) top left repeat-x;
	color: #fff;
	float: left;
	width: 100%;
	border-top: 2px solid #996;
	border-bottom: 2px solid #996;
	}
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
	padding: 0.4em 0.765em;
	background: #900 url(../images/navigbkgrd.gif) top left repeat-x;
	color: #fff;
	text-decoration: none;
	float: left;
	/* border-right: 1px solid #c00; */
	}
#navcontainer ul li a:hover {
	background: #c00 url(../images/navigbkgrd_hover.gif) top left repeat-x;
	color: #fff;
	font-style: italic;
	}
#navlist li#active, #navlist a#current {
	background: #c00 url(../images/navigbkgrd_hover.gif) top left repeat-x;
	color: #fff;
	font-style: italic;
	}
	
/* Links
---------------------------------------------------------------- */
a:link {
	color: #600;
	}
a:visited {
	color: #300;
	}
a:hover {
	color: #900;
	}
a:active {
	color: #900;
	}

/* Decor
---------------------------------------------------------------- */
img {
	padding: 4px;
	border: 1px solid #996;
	}
img.ac {
	border: 0;
	}
img.thumb {
	margin-left: 5px;
	margin-right: 5px;
	padding: 4px;
	border: 1px solid #996;
	}
#sidebar img {
	margin-bottom: 3px;
	}
/* #content p, #content_home p {
	text-align: justify;
	} */
#sidebar p {
	font-size: 80%;
	text-align: center;
	line-height: normal;
	}
	
/* A Closer Look
---------------------------------------------------------------- */
#aclwrap {
	width: 80%;
	text-align: center;
	}
#acl1 {
	float: left;
	width: 50%;
	}
#acl2 {
	float: right;
	width: 50%;
	}
dl#acloserlook dt {
	float: left;
	margin: 0 0 0.6em 0;
	padding-right: 1em;
	color: #900;
	font-weight: bold;
	border-bottom: 1px dashed #996;
	}
dl#acloserlook dd {
	margin: 0 0 0.6em 0;
	border-bottom: 1px dashed #996;
	}