/* CSS Document for the Plum Hill 5K site */

body {
	
	max-width:520px;
	min-height:1200px;
	margin: 0 auto;
	
	 	
}

html, input, textarea {
		font-family: tahoma, Georgia; 
		font-size:11px;
		line-height:17px;
		color:#6e456f;
				
}


.container {
	margin: 0 auto;
	width:520px;
	background-color:#FFFFFF;

}

.toptxt {
	font-family: tahoma, Georgia; 
	color:#6e456f;
	font-weight:bold;
	font-size:10px;
	position: relative;
	left:10px;
	background-color:#FFFFFF;
	max-width:520px;
}

.toptxt .title {
	text-align:right;
	font-size:12px;
	
}

.logo5k {
	position: relative;
	top:8px;
	left:0px;
	float:left;
	background-color:#FFFFFF;
}

.logoluek {
	position: relative;
	top:14px;
	right:0px;
	float:right;
}

.titlebox {
	background-image: url(images/bg_top.png);
	background-attachment:scroll;
	background-position: left top;
	background-repeat:no-repeat;
	position: absolute;
	margin: 0 auto;
	top:240px;
	float:left;
	width:242px;
	max-width:242px;
	color:#000000;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	margin-bottom:4px;
	line-height:12px;

}

.maintxt {
	font-family: tahoma, Georgia; 
	color:#993366;
	font-weight:bold;
	font-size:11px;
	position: absolute;
	margin: 0 auto;
	top:245px;
	float:left;
	width:240px;
	max-width:240px;
	height:160px;
	max-height:160px;
	background-image: url(images/bg_bot.png);
	background-attachment:scroll;
	background-position: left bottom;
	background-repeat:no-repeat;
	background-color:#dadada;
	
}

.maintxt p {
	color:#000000;
	font-size:10px;
	background-color:#dadada;
}

.maintxt li {
	color:#6e456f;
	font-size:10px;
	background-color:#dadada;
	margin-left:30px;
}

/*navbar*/
.navbar {
	background-color:#6e456f;
	width: 520px;
	height: 18px;
	padding: 0px 20px 0px 20px;
	color:#FFFFFF;
	font-size:.9em;
	font-weight:bold;
}

.navbar{ color:#ffffff; text-align:center; }
.navbar a{ color:#ffffff; text-decoration:none;padding-right:10px; padding-left:10px;}
.navbar a:hover{ color:#d8ff01; text-decoration:underline; padding-right:10px;}
.navbar span{ color:#ffffff; }
.navbar span a{ color:#ffffff; text-decoration:none; }
.navbar span a:hover{ color:#d8ff01; text-decoration:underline;}

.footer {
	background-color:#6e456f;
	width: 520px;
	height: 18px;
	padding: 0px 20px 0px 20px;
	color:#FFFFFF;
	position:absolute;
	top:473px;
	text-align:right;
}

.footer a{
	color:#FFFFFF;
	text-decoration:none; 
	padding-right:10px;
	font-family: tahoma, Georgia; 
	font-weight:normal;
	font-size:10px;
}

.footer a:hover{
	color:#d8ff01; 
	text-decoration:underline; 
	padding-right:10px;
}


.under {
	font-family: tahoma, Georgia; 
	color:#6e456f;
	font-weight:bold;
	font-size:10px;
	position: relative;
	top:50px;
	left:20px;
}

