body {
	background-image: url(../images/wall.jpg);
	background-repeat: repeat-x;
	background-color: #F0F0F0;
	margin: 0;
	font-family: arial;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #ff2d6a;
}
	a:hover {
		text-decoration: underline;
	}
	
input, select, textarea {
	font-family: arial;
}

#layout {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
}

#header {
	float: left;
	width: 930px;
	height: 155px;
	background-color: #ffffff;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}

	#header #quicksearch {
		width: 280px;
		height: 63px;
		float: right;
		margin-left: 10px;
		margin-right: 30px;
		padding-top: 45px;
	}
		#header #quicksearch p {
			margin: 3px 0px;
		}
		#header #quicksearch input {
			width: 185px;
			padding: 6px 6px 5px 6px;
			border: solid 2px #cccccc;
			font-size: 12px;
			color: #8767aa;
		}
		#header #quicksearch p a {
			color: #FF3366;
			margin-left: 10px;
			padding-top: 3px;
			font-size: 11px;
		}
		#header #quicksearch input.btn_qksearch {
			float: right;
			width: 70px !important;
			height: 30px;
			background-image: url(../images/btn_qksearch.gif);
			background-repeat: no-repeat;
			background-color: #fff;
			border: none !important;
			text-align: center;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			font-family: arial;
			padding: 0px;
			cursor: pointer;
		}
	
	#header #login {
		width: 202px;
		height: 79px;
		background-image: url(../images/login_bg.gif);
		margin-top: 2px;
		background-repeat: no-repeat;
		float: right;
		display: none;
		padding: 13px 14px;
	}
		#header #login p {
			margin: 3px 0px;
		}
		#header #login input {
			width: 125px;
			padding: 3px 6px 3px 6px;
			border: solid 2px #cccccc;
			font-size: 12px;
			color: #8767aa;
		}
		#header #login p a {
			color: #000000;
			margin-left: 10px;
			padding-top: 3px;
		}
		#header #login input.btn_login {
			float: right;
			width: 50px !important;
			height: 30px;
			margin-top: 25px;
			background-image: url(../images/btn_login.gif);
			background-repeat: no-repeat;
			background-color: #fff;
			border: none !important;
			text-align: center;
			color: #fff;
			font-size: 14px;
			font-weight: bold;
			font-family: arial;
			cursor: pointer;
		}
	#header #login.hello {
		width: 202px;
		height: 69px;
		background-image: url(../images/login_bg.gif);
		margin-top: 2px;
		background-repeat: no-repeat;
		float: right;
		padding: 23px 14px 13px 14px;
		display: block;
		text-align: center;
	}
		#header #login.hello h2 {
			font-size: 16px;
			font-weight: bold;
			color: #ffffff;
			padding-bottom: 5px;
		}

	#header #nav {
		width: 900px !important;
		height: 40px;
		float: left;
		padding-right: 30px;
		background-image: url(../images/nav_bg.jpg);
		background-repeat: no-repeat;
		
	}
		
		#header #nav ul, #footer #fnav ul {
			list-style-type: none;
			padding: 0px 22px;
		}
			#header #nav ul li, #footer #fnav ul li {
				float: left;
				margin-right: 30px;
				line-height: 38px;
			}
				#header #nav ul li a, #footer #fnav ul li a {
					font-size: 18px;
					font-weight: bold;
					text-decoration: none;
					color: #FFFFFF;
				}
					#footer #fnav ul li a {
						font-weight: normal;
					}
					#header #nav ul li a:hover, #footer #fnav ul li a:hover {
						color: #FF3366;
					}
	
	#footer {
		float: left;
		width: 930px;
		background-color: #ffffff;
		padding-left: 30px;
		padding-bottom: 25px;
	}
		#footer a {
			color: #333366;
			text-decoration: none;
		}
			#footer a:hover {
				text-decoration: underline;
			}
					
		#footer #fnav {
			height: 40px;
			float: left;
			padding-right: 30px;
			background-image: url(../images/footer_bg2.gif);
			background-repeat: no-repeat;
			margin-top: 5px;
			width: 760px !important;
		}
		
		#footer #copyright {
			padding-top: 5px;
			font-size: 11px;
			color: #333366;
			width: 900px;
			float: left;
			height:43px;
			line-height:32px;
			clear:both;
		}
		
		#footer #logo {
			float:left;
			padding-left:8px;
			width:130px;
		}
		
	#page {
		width: 900px;
		float: left;
		padding: 0px 30px 10px 30px;
		background-color: #ffffff;
	}
	
	.speech1, .speech2 {
		float: left;
		width: 430px;
		margin-top: 10px;
		height: 58px;
	}
		.speech1.expand, .speech2.expand {
			height: auto;
		}
		.speech1 .speech1-body, .speech2 .speech2-body {
			float: left;
			width: 410px;
			padding: 5px 10px;
			background-position: left bottom;
			height: 48px;
			font-size: 22px;
			font-weight: bold;
			
		}
		.speech2 .speech2-body.expand {
			height: auto;
			padding-bottom: 30px;
			margin-top: 5px;
			background-color: #cccccc;
		}
		.speech1 .speech1-body.expand {
			height: auto;
			padding-bottom: 30px;
			margin-top: 5px;
			background-color: #666666;
		}
	
	.speech2 {
		background-image: url(../images/speech2_head.gif);
		background-repeat: no-repeat;
	}
		.speech2-body {
			color: #666666;
			background-image: url(../images/speech2_foot.gif);
			background-repeat: no-repeat;
		}
			.speech2-body.indent {
				padding-left: 15px;
			}
			.speech2-body.white, .speech2-body.indent.white {
				color: #ffffff;
			}
		
	.speech1 {
		background-image: url(../images/speech1_head.gif);
		background-repeat: no-repeat;
	}
		.speech1-body {
			color: #ffffff;
			background-image: url(../images/speech1_foot.gif);
			background-repeat: no-repeat;
		}
			.speech1-body.indent {
				padding-left: 15px;
			}
		
	.speech3 {
		float: left;
		width: 270px;
		margin-top: 10px;
		height: 58px;
		background-image: url(../images/speech3_head.gif);
		background-repeat: no-repeat;
	}
		.speech3-body {
			color: #666666;
			background-image: url(../images/speech3_foot.gif);
			background-repeat: no-repeat;
			float: left;
			width: 250px;
			padding: 5px 10px 10px 10px;
			background-position: bottom;
			height: 48px;
			font-size: 22px;
			font-weight: bold;
		}
		
	.speech750 {
		float: left;
		width: 750px;
		margin-top: 10px;
		height: 58px;
		background-image: url(../images/speech_750_head.gif);
		background-repeat: no-repeat;
	}
		.speech750-body {
			color: #666666;
			background-image: url(../images/speech_750_foot.gif);
			background-repeat: no-repeat;
			float: left;
			width: 730px;
			padding: 7px 10px 10px 10px;
			background-position: left bottom;
			height: 45px;
			font-size: 21px;
			font-weight: bold;
		}
			.speech750-body ul {
				padding-left: 15px;
			}
			.speech750-body ul li {
				float: left;
				margin-right: 25px;
			}
				.speech750-body ul li a {
					color: #ff2d6a;
				}
					.speech750-body ul li a.selected {
						color: #000000;
					}
					
	.speech305dg {
		float: left;
		width: 305px;
		margin-top: 10px;
		height: 60px;
		background-image: url(../images/speech_305_dgrey_header.gif);
		background-repeat: no-repeat;
	}
		.speech305dg-body {
			color: #ffffff;
			background-image: url(../images/speech_305_dgrey_footer.gif);
			background-repeat: no-repeat;
			float: left;
			width: 285px;
			padding: 7px 10px 10px 10px;
			background-position: left bottom;
			height: 45px;
			font-size: 21px;
			font-weight: bold;
		}
	.speech305lg {
		float: left;
		width: 305px;
		margin-top: 10px;
		height: 60px;
		background-image: url(../images/speech_305_lgrey_header.gif);
		background-repeat: no-repeat;
	}
		.speech305lg-body {
			color: #666666;
			background-image: url(../images/speech_305_lgrey_footer.gif);
			background-repeat: no-repeat;
			float: left;
			width: 285px;
			padding: 7px 10px 10px 10px;
			background-position: left bottom;
			height: 45px;
			font-size: 21px;
			font-weight: bold;
		}
			.speech305lg-body span {
				font-size: 11px;
			}
				.speech305lg-body span a {
					color: #000000;	
				}
		
.full-speech-pink {
	width: 880px;
	float: left;
	background-image: url(../images/speech_pink_head.gif);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 10px; 
	padding: 0px 10px;
}
	.full-speech-pink p {
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
		line-height: 38px;
	}
		.full-speech-pink p strong {
			font-size: 16px;
			color: #000000;
			font-weight: bold;	
		}
		
		.full-speech-pink p.indent {
			padding-left: 15px;
		}
		
	.speech-pink-foot {
		width: 105px;
		float: left;
		background-image: url(../images/speech_pink_foot.gif);
		background-repeat: no-repeat;
		height: 19px;
	}
	.speech-pink-foot.indent {
		background-position: 75px 0px;
		width: 205px;
	}

	
.full-speech-grey {
	width: 880px;
	float: left;
	background-image: url(../images/speech_grey_head.gif);
	background-repeat: no-repeat;
	height: 40px;
	margin-top: 10px; 
	padding: 0px 10px;
}
	.full-speech-grey p {
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
		line-height: 38px;
	}
		.full-speech-grey p strong {
			font-size: 16px;
			color: #000000;
			font-weight: bold;	
		}
		
		.full-speech-grey p.indent {
			padding-left: 15px;
		}
		
	.speech-grey-foot {
		width: 105px;
		float: left;
		background-image: url(../images/speech_grey_foot.gif);
		background-repeat: no-repeat;
		height: 19px;
	}
	
/* Tags */		
.tags {
	width: 780px;
	float: left;
	background-image: url(../images/pitch_bg.gif);
	background-repeat: no-repeat;
	height: 45px;
	padding: 25px 60px 25px 60px;
}
	.tags ul {
		width: 780px;
	}
	.tags ul li {
		float: left;
		margin-right: 20px;
		white-space: nowrap;
		line-height: 25px;
	}
		.tags ul li.last {
			margin-right: 0px;
		}
	.tags ul li a {
		color: #ff2d6a;
		font-size: 14px;
		text-transform: lowercase;
	}
	
/* Paging */
.paging {
	width: 900px;
	float: left;
	text-align: center;
	padding: 30px 0px 20px 0px;
}
	.paging.narrow {
		width: 589px;
	}
	.paging a {
		padding: 5px 10px;
		color: #ff2d6a;
	}
		.paging a.highlight {
			border: solid 1px #cccccc;
		}
		
/* ON-SCREEN MESSAGES / PROMPTS */
.updated, .success, .error {
	width: 731px;
	float: left;
	padding: 5px;
	color: #4d4d4d;
	margin: 0.5em 0;
	text-align: center;
}
	.updated.narrow, .success.narrow, .error.narrow {
		width: 416px;
	}
	.updated.full, .success.full, .error.full{
		width: auto;
		float: none;
	}
.updated {
	background-color: #FFFBCC;
	border: solid 2px #F7F1A3;
}
.success {
	background-color: #D1ECB9;
	border: solid 2px #93CC61;
}
.error {
	background-color: #FFECE8;
	border: solid 2px #ff2d6a;
	background-position:  5px 5px;
	font-weight: bold;
}

.updated p, .success p, .error p,
.updated.narrow p, .success.narrow p, .error.narrow p {
	margin: 0.5em 0;
}
.updated p a, .success p a, .error p a,
.updated a, .success a, .error a,
.updated.narrow p a, .success.narrow p a, .error.narrow p a {
	color: #ff2d6a;
}

.updated.narrow.cutout {
	border: dashed 2px #000000 !important;
	background-color: #FFFFFF;
	padding: 15px 5px;
	background-image: url(../images/cutout.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
	.updated.narrow.cutout p {
		margin: 1.5em 0;
	}
	
.page-body {
	width: 820px;
	float: left;
	margin: 0px 40px;
	padding-bottom: 20px;
}
	.page-body p {
		margin: 1.3em 0;
	}
	

