/* Global Styles */

* {
	font-family: inherit;
	font-size: inherit;	
}

body {
	margin:0px;
	background-color: #FFDC18;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #000000 url( ../Images2/bg.jpg) repeat;
	min-width: 780px;
}
	
form, ul, li {
	margin: 0;
	padding: 0;	
}

img {
	border: 0;	
}
	
a {
	color: #CC0000;
}
	
a:hover {
	color: #000000;
}

/* Class Styles */
/*
.bodyText {
	font-size: 14px;
	line-height:20px;
	margin-top:0px;
}
	
.pageName{
	font-size: 22px;
	line-height:20px;
}
	
.subHeader {
	font-weight:bold;
	line-height:16px;
}	
	
.sidebarHeader {
	font-size: 14px;
	font-weight:bold;
	line-height:16px;
}	
	
.detailText {
	font-size: 11px;
	color:#ffffff;
	line-height:16px;
}
	
.smallText {
	font-size: 10px;
}
.style9 {font-style: italic}*/

/* header */
#logo {
	background-color: white;
	width: 100%;
	text-align: center;
	border-bottom: 2px solid #000;
}

#logo img {
	width: 453px;
	height: 152px;
	margin: 20px 0;
}

#navigation {
	width: 176px;
	margin: 50px 0 0 20px;	
	list-style-type: none;
	float: left;
}

#navigation li {
	margin: 3px 0;
}

#navigation a {
	font-weight:bold;
	text-decoration: none;
	line-height:16px;
	padding:10px;
	border: 1px solid black;
	display: block;
	color: #000000;
	font-size: 15px;
}
	
#navigation a:hover {
	border-width: 2px;
}

/* content */
#contentWrap {
	margin-top: 50px;
	float: left;
	clear: right;
	width: 75%;
	display: inline;
}

#content {
	margin: 0 auto;
	width: 60%;
}

.title {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}

/* footer */
#copyright {
	font-size: 9px;
	margin: 50px 0 10px;
	width: 100%;
	text-align: center;
	clear: both;
	float: left;
	display: inline;
}

/* welcome */
#welcomeLogo {
	width: 382px; 
	height: 40px;
}

#events {
	float: right;
	margin-left: 75px;
	display: inline;	
}

#events h2 {
	font-size: 16px;
	margin: 0 0 20px;
}

.event {
	margin-bottom: 50px;
	font-size: 11px;
}

.event img {
	margin-bottom: 5px;	
}

.event p {
	margin: 0;
	text-align: center;	
}

/* about us */
#aboutLogo {
	width: 250px; 
	height: 50px;	
}

/* links */
#linksLogo {
	width: 210px; 
	height: 45px;
}

.linksContent p {
	text-align: center;
	font-size: 12px;
}

/* mailing list */
#mailingListLogo {
	width: 290px; 
	height: 50px;
}

/* games */
#gamesLogo {
	width: 250px; 
	height: 50px;
} 

#games {
	margin-top: 50px;
}

/* mc */
#mcLogo {
	width: 450px; 
	height: 50px;
}

#mc {
	margin: 50px 0 0 20px;	
} 

#intro {
	margin-top: 72px;
	width: 571px;
	height: 497px;
}