


/*- Page Structure */

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 75% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	background: #fafceb;
	text-align: center;
	margin: 0 0 30px;
	}

#page {
	background: #fff;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	/* The entire template's width is set in this class. */
	width: 1000px;
	/*_width: 1000px;*/ /* IE hack */
	border: 1px solid #ddd;
	border-top: none;
	}

* html #page { width: 760px } /* IE hack */

#return {
	width: 1000px;
	background: #b4d333;
	height: 25px;
	margin:0;
	padding:5px 0 0 0;
}

#return a:link, #return a:visited, #return a:hover, #return a:active {
	color: #366;
	font-weight:bold;
	text-decoration:none;
}

#headr {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	background: #000 url(img/general/header2.jpg) no-repeat left center;
	}

.content {margin:0;}

	#primary {
		float:right;
		width:820px;
		padding:10px;
	}
	
	
	
	#primary ul {
margin:15px;

}

	#primary ul li{
padding:5px 0;

}

	.secondary {
		float:left;
		width:160px;

}

.secondary ul {
margin:0;
padding:0;
list-style:none;
background-color:#fafceb;
}

.secondary ul li {

	border-bottom: 1px solid #ddd;
	padding:3px 5px;
}

.secondary ul ul{
margin:0 0 3px 15px;
list-style:disc;
}

.secondary ul ul li{
border-bottom: 0;

}

.secondary a:link, .secondary a:visited, .secondary a:hover, .secondary a:active{color:#366}

/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	color: #366;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 100px 0 0 40px;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#headr .description {
	text-decoration: none;
	color: white;
	}

h1:hover {
	text-decoration: underline;
	}


#headr .description { /* Blog description, under blog title */
	font-size: 1.2em;
	padding: 15px 0 0 0;
	margin: 0 0 0 40px;
	display: inline; /* Checking for IE bug. If people start having problems with header width, then this is it */
	font-weight:bold;
	}



h2 {
font-size: 1.5em;
}

h3 {
font-size: 12pt;
}

p {
margin: 10px 0;

}


#footer {
	margin-top: 20px;
	text-align: center;
	}

#footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}
	
	

/*- Links */



a {
	color: #27d;
	}



/*- Various Tags and Classes */

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}


small {
	font-size: .9em;
	line-height: 1.5em;
	color: #777;
	}





