@charset "utf-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	line-height: 2em;
	color: #CCC;
	background-color:#fff;
	background-attachment: scroll;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}

#wrap	{
	width:1000px;
	margin:0 auto;
}

#header		{
	background:url(images/headerbg.jpg) no-repeat;
	height:339px;
	text-align:center;
	position:relative;

}

#nav	{
	position:absolute;
	bottom:14px;
	left:0;
	text-align:left;
	border-left:0px solid #CCC;
	border-right:0px solid #CCC;
	border-top:0px solid #CCC;
	width: 354px;
	height:46px;
	padding-left:60px;
	
}

#content	{
	background:url(images/contentbg.jpg) repeat-x;
	color:#000;
	
	background-color:#e7db27;
	border-left:0px solid #CCC;
	border-right:0px solid #CCC;
	width:100%;
	overflow:auto;

}

#footer	{
	line-height:1.5em;
	font-size:.7em;
	height:100px;
	background:url(images/footerbg.png) no-repeat;
	text-align:center;
	margin-top:-20px;
	color:#000;
	clear:both;
	
}



a {
	color:#CCC;
	text-decoration:underline;
}

.center	{
	text-align:center;
	margin:0;
	border:none;
}

#lcol	{
	width:428px;
	padding:20px;
	border:1px solid #fff;
	float:left;
	margin:0 10px 0 20px;
	background:#e7db27;
	-moz-border-radius:1em;
	
}

#rcol	{
	width:448px;
	float:left;
	margin:0 20px 0 10px;
	padding:0 0 0 20px;;
	border:1px solid #fff;
	background:#e7db27 url(images/toasted.jpg) top right no-repeat;
	-moz-border-radius:1em;

	
}
table	{
	line-height:1em;
	border-collapse:collapse;
}
td	{
	font-size:.75em;
	padding:0 10px 0 10px;
	border-bottom:1px dotted #000;
}

