body {
	margin:0px;
    padding:0px;
	text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    background-color:#555;
    color:#FFF;
}

body#resources a#menu-resources,
body#recipes a#menu-recipes,
body#services a#menu-services,
body#aboutme a#menu-aboutme {
    color:#99FF66;
    font-weight: 600;
}


#content {
    margin: 30px auto 0px auto;
	width:760px;
    text-align:left;
}

.logo {
    text-decoration:none;
    cursor: hand;
}

/* top# right# bottom# left#*/

#content h1 {
    display: inline;
    float: left;
    margin: 40px 0px 0px 20px;
    font-size: 2.6em;
    font-weight: 100;
    letter-spacing: 2px;
    color: #247BFF;
}

.pic {
    margin: 0px 20px 0px 0px;
    /*border: thin solid #99FF66;*/
}

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
  clear: both;
}

#text {
  font-size: .8em;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 150%;
}

#text h3 {
    font-weight: 100;
    letter-spacing: 2px;
    color:#99FF66;
}

h3 {
    font-weight: 100;
    letter-spacing: 2px;
    color:#99FF66;
}

h4 {
    font-variant: small-caps;
    letter-spacing: 2px;
    color: #247BFF;
}

.stdText {
	font-size: .8em;
  	font-weight: 500;
  	letter-spacing: 1.5px;
  	line-height: 150%;
}

.navigation, .navigation a:link, .navigation a:visited, .navigation a:active {
	font-size: 13px;
    color:#FFF;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height:25px;
	text-decoration:none;
}

.navigation a:hover {
	font-size: 13px;
    color:#FFF;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height:25px;
	color:#99FF66;
	text-decoration:none;
}

.navtext_CurrentPage a {
	font-size: 13px;
    color:#FFF;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height:25px;
	color:#99FF66;
	text-decoration:none;
}

#text h4 {
    font-variant: small-caps;
    letter-spacing: 2px;
    color: #247BFF;
}



a.nav, a.nav:link, a.nav:visited {
    float:right;
    display:block;
    width:90px;
    height:25px;
    margin-top:77px;
    margin-right:10px;
    text-align:center;
    text-decoration:none;
    font-size: .85em;
    color:#FFF;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height:25px;
    overflow:hidden;
}

a.nav:hover, a.nav:active {
    color:#99FF66;
    font-weight: 600;
}

#foot {
    width: 750px;
	height: 200px;
    text-align: center;
    padding-bottom: 10px;
}

a.ft, a.ft:link, a.ft:visited {
    padding: 0px 5px;
    text-align:center;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 150%;
    color:#247BFF;
}

a.ft:hover, a.ft:active {
    color:#99FF66;
}

.contact {
    float: left;
    width: 350px;
    text-align:left;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 150%;
    color: #FFF;
}

.news {
    float: right;
    width: 350px;
    padding-right: 20px;
    text-align:right;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 150%;
    color: #FFF;
}


#foot h4 {
    color:#99FF66;
    /*margin-top: 5px;*/
}

.contact p {
    font-size: 1.2em;
    font-weight: 500;
    margin-top: -15px;
    margin-left: 10px;
}

.news p {
    font-size: 1.2em;
    font-weight: 500;
    margin-top: -15px;
}

a.con, a.con:link, a.con:visited {
    text-decoration: none;
    color:#99FF66;
}

a.con:hover, a.con:active {
    /*font-size: .9em;*/
    color:#247BFF;
}

.copy {
    margin-top:5px;
    text-align:center;
    font-size: .8em;
    font-weight: 500;
    letter-spacing: 1.5px;
    line-height: 150%;
    color:#247BFF;
}


