/* CSS Document */

* {
margin: 0;
padding: 0;
}

a { font-size: inherit; }

body {
background:  url("media/images/bodybg2pink.png");
background-attachment: fixed;
font-family: Georgia, serif;
font-size: 62.5%;
}

img {
behavior:  url("scripts/pngbehavior.htc");
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table {
font-size: 1em;
}

/* 345deg Mono */

#col1 {
clear: both;
float: left;
height: 65px;
width: 530px;
}


#col2 {
background: white;
border: 1px solid black;
float: left;
height: 1740px;
margin-left: 5px;
width: 550px;
}

	#col2 #images {
	float: left;
	height: 200px;
	left: 10px;
	position: relative;
	top: 30px;
	width: 535px;
	}
	
		#col2 #images #mainimage {
		background: white;
		border: 1px solid #ccc;
		float: left;
		height: 200px;
		width: 250px;
		}
		
		#col2 #images #topleft, #col2 #images #topright  {
		background: #FFF9BF;
		border: 1px solid #ccc;
		float: right;
		height: 95px;
		margin-left: 10px;
		position: relative;
		width: 125px;
		}
		
		#col2 #images #bottomleft, #col2 #images #bottomright  {
		background: #FFF9BF;
		border: 1px solid #ccc;
		float: right;
		height: 95px;
		margin-left: 10px;
		margin-top: 10px;
		position: relative;
		width: 125px;
		}
			
	#col2 #maintitle {
	border-bottom: 1px solid black;
	float: left;
	height: 30px;
	left: 10px;
	position: relative;
	width: 530px;
	top: 20px;
	}

	#col2 #nav {
	background: #ccc url("media/images/navtent.png") bottom right no-repeat;
	height: 30px;
	float: left;
	font-size: 1.4em;
	left: 10px;
	position: relative;
	top: 10px;
	width: 530px;
	}
	
	#col2 #nav ul {
	list-style: none;
	}	
	
	#col2 #nav ul li {
	float: left;
	margin: 6px 0 0 5px;
	}
	
	#col2 #nav ul li a {
	background:  url("media/images/navbg.png") 0 50% no-repeat;
	color: #333;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
	}	
	
	#col2 #nav ul li a:hover {
	color: black;
	}		
	
	#col2 .subtitle {
	border-bottom: 1px solid black;
	color: black;
	float: left;
	font-family: Georgia, Serif;
	font-size: 2.3em;
	font-weight: bold
	height: 30px;
	left: 10px;
	position: relative;
	width: 530px;
	top: 40px;
	}
	
	#col2 #tabb {
	background: #FFF9BF;
	float: left;
	height: 150px;
	margin-left: 10px;
	width: 220px;
	}
	
	#col2 #tabc {
	background: #FFF9BF;
	float: left;
	height: 150px;
	margin-left: 10px;
	margin-top:10px;
	width: 220px;
	}
	
	#col2 #tabc h2 {
	background: #FFF280;
	color: black;
	display: block;
	float: left;
	font-size: 1.4em;
	margin-bottom: 5px;
	padding: 5px;
	width: 210px;
	}
	
	#col2 #tabc p {
	font-size: 1.25em;
	margin: 5px;
	}

	#col2 #tabb h2 {
	background: #FFF280;
	color: black;
	display: block;
	float: left;
	font-size: 1.4em;
	margin-bottom: 5px;
	padding: 5px;
	width: 210px;
	}
	
	#col2 #tabb p {
	font-size: 1.25em;
	margin: 5px;
	}
		
	#col2 #text {
	background: #FFF9BF;
	float: left;
	height: 310px;
	width: 300px;
	padding-top:3px;
	}

	#col2 #text p {
	font-size: 1.3em;
	line-height:140%;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	}
	
	#col2 #takeaway {
	float:left;
	width:530px;
	background:#FFF9BF;
	margin-top:10px;
	}

#col3 {
background: white;
border: 1px solid black;
float: left;
height: 525px;
margin-left: 5px;
width: 550px;
}

	#col3 #images {
	float: left;
	height: 200px;
	left: 10px;
	position: relative;
	top: 30px;
	width: 535px;
	}
	
		#col3 #images #mainimage {
		background: white;
		border: 1px solid #ccc;
		float: left;
		height: 200px;
		width: 250px;
		}
		
		#col3 #images #topleft, #col2 #images #topright  {
		background: #FFF9BF;
		border: 1px solid #ccc;
		float: right;
		height: 95px;
		margin-left: 10px;
		position: relative;
		width: 125px;
		}
		
		#col3 #images #bottomleft, #col2 #images #bottomright  {
		background: #FFF9BF;
		border: 1px solid #ccc;
		float: right;
		height: 95px;
		margin-left: 10px;
		margin-top: 10px;
		position: relative;
		width: 125px;
		}
			
	#col3 #maintitle {
	border-bottom: 1px solid black;
	float: left;
	height: 30px;
	left: 10px;
	position: relative;
	width: 530px;
	top: 20px;
	}

	#col3 #nav {
	background: #ccc url("media/images/navtent.png") bottom right no-repeat;
	height: 30px;
	float: left;
	font-size: 1.4em;
	left: 10px;
	position: relative;
	top: 10px;
	width: 530px;
	}
	
	#col3 #nav ul {
	list-style: none;
	}	
	
	#col3 #nav ul li {
	float: left;
	margin: 6px 0 0 5px;
	}
	
	#col3 #nav ul li a {
	background:  url("media/images/navbg.png") 0 50% no-repeat;
	color: #333;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
	}	
	
	#col3 #nav ul li a:hover {
	color: black;
	}		
	
	#col3 .subtitle {
	border-bottom: 1px solid black;
	color: black;
	float: left;
	font-family: Georgia, Serif;
	font-size: 2.3em;
	font-weight: bold
	height: 30px;
	left: 10px;
	position: relative;
	width: 530px;
	top: 40px;
	}
	
	#col3 #tabb {
	background: #FFF9BF;
	float: left;
	height: 150px;
	margin-left: 10px;
	width: 220px;
	}

	#col3 #tabb h2 {
	background: #FFF280;
	color: black;
	display: block;
	float: left;
	font-size: 1.4em;
	margin-bottom: 5px;
	padding: 5px;
	width: 210px;
	}
	
	#col3 #tabb p {
	font-size: 1.25em;
	margin: 5px;
	}
		
	#col3 #text {
	background: #FFF9BF;
	float: left;
	height: 150px;
	width: 300px;
	}

	#col3 #text p {
	font-size: 1.3em;
	margin: 5px;
	}

	
#content {
clear: both;
float: left;
left: 10px;
position: relative;
top: 50px;
width: 530px;
}
	
#footer {
clear: both;
height: 50px;
float: left;
left: 5px;
margin: 5px 0 0 0;
position: relative;
width: 400px;
}

#footer img {
border: none;
display: inline;
float: left;
margin-right: 4px;
}

#frame {
float: left;
left: 50%;
margin-left: -300px;
position: relative;
top: 20px;
width: 600px;
}

#fleft {
float:left;
}

#menu {
background: white;
float: left;
line-height: 150%;
margin: 10px;
width: 525px;
}

#menu div {
background: #ccc;
margin: .5em;
padding: 1em;
}

#menu h1 {
font-size: 2em;
margin-bottom: .5em;
}

#menu h2 {
font-size: 1.5em;
margin-bottom: .5em;
}

#menu p {
font-size: 1.2em;
margin-bottom: .5em;
}

#wrapper {
background: #FFFCE6;
clear: both;
float: left;
}

.mainnav a {
	background-color: #fff;
	border: 1px solid #000;
	color:#000;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	padding:4px;
	text-decoration:none;
	}
	
.mainnav a:hover {
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
	}
	
.red {
color:red;
}

		.txt {
		background: #FFF9BF;
		float: left;
		margin: 20px 0 0 0px;
		padding: 10px;
		width: 510px;
		}
		
		.txt h2 {
		font-size: 1.5em;
		margin-bottom: 10px;
		}
		
		.txt p {
		font-size: 1.3em;
		margin-bottom: 10px;
		}
	
#ticker {
height:auto;
margin-bottom:5px;
width:530px;
}
