/*
Author Name : Jon T
Style Name : SouthNatick
Style URI : http://www.southnatickhomes.com/2009/01/14
*/


body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

body {
	font-size: 70%; /* Resets 1em to 12px */
	color: #444;
	background: #eee;
	text-align: center;
	}

.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
	}

body.flex #page {
width: 90%;
width: 80%;
min-width: 800px;
max-width: 970px;
}

#page {
	background: FFFFCC !important;
	text-align: left;
	margin: 0 auto;
	padding-top: 0px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	}


#header-title {
width: 30%;
float: left;
}

#header .description { /* Description in header */
	font-size: 1.1em;
	margin: 0 40px;
	}

ul.menu li a {
	font-size: 1.2em;
	color: white;
	}





