body { 
	margin:0; 
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 1.4em; 
	background: #383f5d url(images/bg-gradient.gif) repeat-x center top;
	text-align: center;
}

.content { 
	background: #1b202e;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
	padding: 0; 
	width: 728px;  /* Width of div which contains everything - width of site! */
	text-align: center;
	
}

.content_background {
    background: url(images/bg.gif) repeat-y;
	width: 728px;  /* Width of div which contains everything - width of site! */
}

.header {
	background: url(images/header.gif) no-repeat top;
	width: 728px;
	height: 444px;
	margin: 0; 
	padding: 0;	
	text-align: center;
}

.menu {
	background: #1b202e url(images/menu.gif) no-repeat bottom;
	height: 73px;
	width: 728px;
	margin: 0; 
	padding: 0px;
	text-align: center;
}

.stuff { 
    float: left; 
	width: 728;
    font-size: 14px;
	color: #FFFFFF;
	padding: 0px;
	margin: 10px 0px 0px 0px; 
}

.left { 
    float: left; 
    font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	width: 210px; 
	padding: 0px;
	margin: 0px 10px 10px 30px; 
}

.right {  
	float: left; 
    font-size: 14px;
	text-align: left;
	color: #FFFFFF;
	width: 438px; 
	padding: 0px; 
	margin: 0px 30px 10px 0px; 
}

.left a { color: #383f5d;}

.right a { color: #383f5d;}


p { 
	margin: 0px 0px 5px 0px; 
	padding: 0px 0px 0px 10px; 
    font-size: 14px;
	color: #d4d5d8;
}
.title {
	background: url(images/title_bg.gif) no-repeat left;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.1em;
	padding: 0px, 0px, 0px, 0px;
}	
.subtitle {
	font-size:14px;
	color:#FFFFFF;
}

.image_caption {
    font-size: 10px;
	color: #FFFFFF;
	line-height: 4em;
}

.footer { 
	clear:both;
	width: 728px;
	height: 222px;
	margin-left: auto;
    margin-right: auto;
	margin-bottom:0px;
	color:#FFFFFF; 
	text-align: left;
	font-size: 14px;
	background : #1b202e url(images/footer.gif) no-repeat bottom;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

a:link {
	font-weight: bold;
    font-size: 14;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	font-size: 14;
	color: #434753;
	text-decoration: none;
}
a:visited {
	font: Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14;
	color: #5c5f69;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	font-size: 14;
	color: #4f535e;
	text-decoration: none;
}

img {
	border: 0;
	color: #383f5d;
}


/*JG - May07 - More attempts at getting IE6 to work like IE7 & FF! Taken from: http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}