
body {
	margin:					10px 0px 10px 0px;
	padding:				0px;
	background-color:		#000000;
	color:					#EEEEFF;
	font-family:			"Times New Roman", serif;
	text-align: 			center;	/* for IE 5.5 */
}

img {
	border-width:			0px;
}

a {
	color:					#FFD300;
}

#body {
	margin:					auto;
	width:					950px;
	text-align: 			left;	/* for IE 5.5 */
}

#charles {
	float:					left;	
}

#menu {
	clear:					both;
	margin:					0px 0px 24px 0px;
	border-top:				1px solid #FFD300;
	border-bottom:			1px solid #FFD300;
	padding:				20px 0px 20px 0px;
}

#menu a {
	color:					#FFD300;
	text-transform:			uppercase;
	text-decoration:		none;
	padding:				21px 38px 21px 38px;
	font-size:				20px;	
}

#menu a:hover {
	color:					#000000;
	background-color:		#FFD300;
}

#logos {
	float:					left;
}

#sponsors {
	margin-top:				100px;
	text-align: 			center;
}

#sponsors img {
	margin:					auto;
} 


#photo {
	float:					right;
	margin-left:			40px;
	margin-bottom:			24px;
	width:					200px;
}

#footer {
	clear:					both;
	margin-top:				20px;
}

#main {
	float: 					left;
	margin-left:			40px;
	/* so the bottom of the blog doesn't sprawl out underneath the right hand photo */
	width:					470px;
}





/* Styling */

#footer {
	border-top:				1px solid #FFD300;
	font-size:				16px;
}

#footer a {
	color:					#FFD300;
}



h1 {
	font-size:				20px;
	text-transform:			uppercase;
	color:					#FFD300;
	text-align:				justify;
	margin-top:				0px;	/* for firefox v2 */
}

h3 {
	font-size:				16px;
	color:					#FFD300;
	font-weight: 			normal;
	text-transform:			uppercase;
}


#main p {
	font-size:				16px;
	text-align:				justify;
}

#main p:first-letter {
	font-size:				22px;
	font-weight:			bold;
}

#main .asis:first-letter {
	font-size:				16px;
	font-weight:			normal;
}

#main strong {
	font-weight:			bold;
	color:					#FFD300;
}

#main .highlight {
	color:					#FFD300;
}

#main .centre {
	margin:					auto;
	text-align: 			center;
}