body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat;

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.4em;
	font-variant:small-caps;
	color: #FFF;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
	color: #242424;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
	
	font-size: 22px;
	letter-spacing: -.05em;
	line-height: 1.1em;
	font-weight: normal;
	font-style: italic;
	color: #9E8F8F;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


.cleaner {
	clear: both;
}





/* wrapper */ 

.wrapper {
	width: 891px;
	overflow: auto;
	margin: 0 auto;
}

.wrapper2 {
	width: 891px;
	overflow: auto;
	margin: 0 auto;
	background-image:url(images/pc_23.gif);
	background-repeat: repeat-y;
}


#left {
	width: 261px;
	float: left;
}

#right {
	width: 206px;
	float: left;
}

#center {
	width: 424px;
	float: left;
}



/* subpage */

#both {
	width: 630px;
	float: left;
}

#both-content {	
	background-image: url(images/sub02.gif);
	background-repeat: repeat-y;
	padding: 0 80px 0 20px;
	
	font-variant:normal;
	color: #242424;
}



/* header */

#header {
	width: 891px;
}

#header img {
	display: block;
	float: left;
	border: none;
}

#header-object {
	width: 505px;
	float: left;
}


/* navigation */

#navigation {
	width: 261px;
}

#navigation img {
	display: block;
	border: none;
}

#navigation-content {
	padding-left: 43px;
	background-image: url(images/pc_06.gif);
	background-repeat: no-repeat;
}




/* promo area */

#promoarea {
	width: 261px;
	background-image: url(images/pc_23.gif);
	background-repeat: repeat-y;
}

#promoarea-content {
	padding: 0 20px 0 60px;
	
	font-size: 12px;
}



/* sponsors */ 

#sponsors {
	width: 206px;
}

#sponsors-content {
	padding: 0 70px 0 15px;
	background-image: url(images/pc_09.gif);
	background-repeat: repeat-y;
	text-align: center;
}

#sponsors-content a {
	font-variant: normal;
	font-size: 11px;
	color: #FFF;
}

#sponsors-content img {
	display: block;
	padding-bottom: 5px;
}




/* flash */

#flash {
	width: 424px;
}


/* welcome */

#welcome {
	width: 424px;
	color: #242424;
}

#welcome-content {
	/* height: 183px; */
	background-image: url(images/pc_20.gif);
	background-repeat: no-repeat;
	padding: 20px;
	text-align: center;
}

