/* This is the Format CSS Sheet:
The Styles used in here directly effect the format and design only*/
/*
	Universal Selector
*/
* {
margin:0px;
padding:0px;
border:none;
}
/*
		General (site Wide)
*/
body {
background-color:#615c37;
background-image:url(../images/pBg.gif);
background-position: top left;
}
input {
border:1px solid black;
padding:3px;
margin:3px;
}
textarea {
border:1px solid black;
padding:3px;
margin:10px;
}
div#logo {
position:relative;
top:-15px;
left:-23px;
width:202px;
}
div#mainNav {
background-image:url(../images/mainNav_bg.png) !important;
background-repeat:no-repeat;
background-position:bottom left;
width:657px;
overflow:auto;
}

div#mainNav ul {
	list-style:none;
	padding:0px 0 0 4px;
	clear:both;
	float:left;
	}
	
		div#mainNav ul li {
		background-image:url(../images/mainNav_divider.png);
		background-repeat:no-repeat;
		background-position:top right;
		padding: 0 30px 0 0;
		margin: 0 10px 18px 0;
		min-height:28px;
		line-height:15px;
		float:left;
		}
		
		div#mainNav ul li.last {
		background-image:url();
		background-repeat:no-repeat;
		background-position:center right;
		min-height:28px;
		padding:0;
		margin:0 0 18px 0;
		float:left;
		}
		
			div#mainNav ul li a {
			}
			
			div#mainNav ul li a:hover {
			}
div#leftColumn {
background-image:url(../images/sideBarHome2.gif);
width:164px;
background-repeat:no-repeat;
height:535px;
}
div#leftColumn p, a:link, a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#a84b0d;
font-weight:bold;
text-decoration:none;
}
div#leftColumn a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#a84b0d;
font-weight:bold;
text-decoration:underline;
}
div#leftBar {
width:179;
}
div#footer {
position:absolute;
top:609px;
left:225px;
}

/* 
		homepage content 
*/
div#mainContent {
background-position:bottom;
background-image:url(../images/contentBg.jpg);
background-repeat:no-repeat;
width:656px;
height:644px;
position:absolute;
left:190px;
top:0px;
}

div#friendContent {
background-position:bottom;
background-image:url(../images/contentBg_friend.jpg);
background-repeat:no-repeat;
width:656px;
height:644px;
position:absolute;
left:190px;
top:0px;
}
div#column1 {
width:145px;
padding-top:15px;
float:left;
}
div#column1Link {
float:left;
}
div#column2 {
width:145px;
padding-top:15px;
float:left;
margin-left:17px;
}
div#column2Link {
float:left;
margin-left:6px;
}
div#column3 {
width:145px;
padding-top:15px;
float:left;
margin-left:17px;
}
div#column3Link {
float:left;
margin-left:7px;
}
div#column4 {
width:145px;
padding-top:15px;
float:left;
margin-left:17px;
}
div#column4Link {
float:left;
margin-left:7px;
}
div#clearing {
clear:both;
}
table.visible {
border-top:1px solid black;
border-left:1px solid black;
}
table.visible td {
padding:5px;
border-right:1px solid black;
border-bottom:1px solid black;
}
table tr.th {
background-color:#a84b0d;
color:white;
}
/* 
		subpage content 
*/

table.nutrition {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
border: 1px solid #999999;
}

table.nutrition col.center {
	width: 90px;
}

table.nutrition tr td + td {
	text-align: center;
}

table.nutrition tr.even {
	background-color: #999999;
}