body {
	background-color: #676767;
	margin: 0px;
	font-family: verdana, arial, serif;
	font-size: 14px;
	background-image: url('images/body-bg.gif');
	background-repeat: repeat-x;
        background-attachment: fixed;
        
}

p {line-height: 1.5em}
 
ul {list-style: square}

#header
{
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	width: 735px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 107px;
}
#global-nav
{
	padding-top: 15px;
	padding-bottom: 15px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	height: 30px;
	width: 735px;
	margin: 0 auto;
	text-align: center;
	background-color: #292728;
}
#global-nav ul {display: inline; text-align: center;}
#global-nav ul li {display: inline; text-align: center; margin-left: 5px; margin-right: 5px;}
#global-nav ul li a{color: #DD372B; text-decoration: none; font-weight: bold;}
#global-nav ul li a:hover{color: #DD372B; text-decoration: underline; color: #FFF;}

#main-content-container
{
	background-color: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 735px;
	margin: 0 auto;
	min-height: 500px;
}

#main-content
{
    padding: 10px;	
}
#footer
{
	color: #FFF;
	width: 735px;
	background-color: #292728;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 auto;
	height: 98px;
}
#sub-footer
{
	padding-top: 8px;
	color: #FFF;
	width: 735px;
	margin: 0 auto;
	font-size: 10px;
	text-align: center;
	
}

#sub-footer
#sub-footer ul {display: inline; text-align: center;}
#sub-footer ul li {display: inline; text-align: center; margin-left: 5px; margin-right: 5px;}
#sub-footer ul li a{color: #FFF; text-decoration: none; font-weight: bold;}
#sub-footer ul li a:hover{color: #DD372B; text-decoration: underline; color: #FFF;}



.clear {clear: both}
.seperator {margin-left: 5px; margin-right: 5px;
    margin-top: 25px; margin-bottom: 25px; border-bottom: 2px dotted #888888; height: 5px;}


.bronze {background-color: #F3EFD4; padding: 10px; width: 320px; min-height: 190px; margin: 8px; float: left}
.silver {background-color: #EEEEEE; padding: 10px; width: 320px; min-height: 190px; margin: 8px; float: left;}
.gold {background-color: #EEE478; padding: 10px; width: 680px; min-height: 200px; margin: 8px;} 



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



.yellow-bg {background-color: #fffde3; font-style: italic; padding: 5px;}



