body{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#003300;
	margin: 0px;
	background:url('../images/bg.png');
}

H1, H2, H3 {
	margin-top: 0;
}


#container{
	width: 1100px;
	margin: auto;
}

#header{
	background:url('../images/header.png');
	width: 1100px;
	height:351px;
}

#userMenu{
	float: right;
	padding-right: 70px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 14px;
}

.userMenu:link{
	color: #003300;
	font-size: 14px;
	font-weight: bold;
}

.userMenu:hover{
	color: #b30806;
	font-size: 14px;
	font-weight: bold;
}

.userMenu:visited{
	color: #003300;
	font-size: 14px;
	font-weight: bold;
}

.userMenu:hover:visited{
	color: #b30806;
	font-size: 14px;
	font-weight: bold;
}

#newEntry{
	
}

.newEntry:visited{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.newEntry:link{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.newEntry:hover{
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}

.newEntry:hover:visited{
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
}

#headerLogoContainer{
	float: left;
	padding-left: 405px;
	padding-top: 20px;
}

#headerLogo{
	width: 205px;
	height: 200px;
}

#content{
	width: 1100px;
	background:url('../images/contentBg.png');
}

#leftColumn{
	float: left; 
	width: 225px; 
	padding-left: 130px; 
	text-align: left;
}

#nutriNetMenu{
	width: 205px;
	border: 1px solid #003300;
	padding: 10px;
	margin-bottom: 10px;
	background: #fcf8d2;
	cursor: pointer
}

.nutriNetMenu:link{
	font-size: 18px; 
	font-weight: bold; 
	color: #003300; 
	text-decoration: none;
}

.nutriNetMenu:visited{
	font-size: 18px; 
	font-weight: bold; 
	color: #003300; 
	text-decoration: none;
}

.nutriNetMenu:hover{
	font-size: 18px; 
	font-weight: bold; 
	color: #b30806; 
	text-decoration: none;
}

.nutriNetMenu:visited:hover{
	font-size: 18px; 
	font-weight: bold; 
	color: #b30806; 
	text-decoration: none;
}

#rightColumn{
	float: right; 
	width: 580px; 
	padding-right: 115px; 
	text-align: left
}

#clearer{
	width:1100px;
	clear:both;
}

#footer{
	width:1100px;
	background: red;
	height: 120px;
	background:url('../images/footer.png')
}

#footerTextArea{
	width:1100px;
	padding-top: 70px;
	text-align: center;
}

#footerText{
	margin-top: 0;
	font-weight: bold;
	font-size: 12px;
}

/* Account Info */

.accountForm{
	font-size: 16px;
	font-weight: bold;
	color: #003300;
	padding: 5px;
	background: #fcf8d2;
	border: 2px solid #003300;
	width: 350px;
}