/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/spp/license.txt
version: 2.2.2
*/
/* for all templates and grids */
body{text-align:center; background-color:#4D0506;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
#ft{clear:both;}
/**/
/* 750 centered, and backward compatibility */ 
#doc,#doc2,#doc3 {
	margin:auto;
	text-align:center;
	width:786px;
	min-width:740px;
    background:url(images/pig2.jpg) no-repeat top center;
	background-color:#fffbcb;
}
/* 950 centered */ 
#doc2 {
	width:73.074em;background-color:#fffbcb;}
/* 100% with 10px viewport side matting */ 
#doc3 {
	margin:auto 10px; /* not for structure, but so content doesn't bleed to edge */
	width:auto;
	background-color:#fffbcb;}
a {
	text-decoration: none;
	color: #FFDF6A;
}
a:hover {
	text-decoration: underline;
}

/* Basic Element Formatting */

#header{
	margin:20px;
	max-height: 125px;
	padding-bottom: 2px;
	
	}
	
#nav{
	height:100%;
	vertical-align: middle;
	background-color:#4D0506;
	margin: 0 auto;
	padding: 0;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#nav li {
	display: inline;
}

#nav a {
	display: block;
	float: left;
	width: 129px;
	height: 25px;
	padding: 9px 1px 0 1px;
	background: url(images/button.gif) no-repeat center center;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: small;
	font-weight: bold;
	color: #006;
}

#nav a:hover, #nav .active a {
	background-image: url(images/button2.gif);
	color: #FFFFFF;
}

	
#header h1{
	font-size:1em;
	margin:0;
	padding:10px;
	}
	
#header h1 a{
	color:#000000;
	background-color:#F3F2ED;
	}
	
.content{
	height:300px;
	background:#fffbcb;
	border-top:#fffbcb 2px solid;
	margin:0;
	padding:0;
	}
	
#secondary{
	height:100%;
	background:#fffbcb;
	border-top:#fffbcbF 2px solid;
	margin:0;
	paddaing:0;
	}
	
#secondaryFull{
	height:40px;
	background-color:#fffbcb;
	border-top:#fffbcb 2px solid;
	margin:0;
	padding:0;
	}
	
#footer{
	height:40px;
	background:#4D0506;
	border-top:#fffbcb 2px solid;
	margin:0;
	padding:0;
	
	}

