body, html {
	background-color:#DCF1FB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
}

img, input.radio {
	border: none;
}

a {
	outline: none;
}

#container {
	margin: 0 auto;
	width: 1023px;
	height: 743px;
	background: url("images/mainback.jpg") no-repeat top left;
}

#header {
	width: 1023px;
	height: 40px;
}

#logo {
	float: left;
	display: inline;
	width: 103px;
	height: 40px;
}

#fmmtxt {
	float: right;
	width: 800px;
	margin: 0 50px 0 0;
}

#navbar {
	width: 700px;
	height: 40px;
	margin: 17px 0 0 240px;
}

#navbar h2 {
	padding: 8px 0 0 0; 
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

#main {
	width: 1023px;
	height: 525px;
	margin-top: 25px;
}

#menu {
	float: left;
	display: inline;
	width: 160px;
	margin: 0 0 0 56px;
}

#menu ul li {
	list-style-type: none;
	background: url("images/bullet.gif") no-repeat 0 4px;
}

#menu li {
	padding-left: 15px;
}

#menu li.logout {
	margin-top: 12px;
}

#picture {
	text-align: center;
}

#picture img {
	padding: 5px;
	border: 5px solid #74cded;
}

#content {
	float: right;
	overflow: auto;
	height: 525px;
	width: 720px;
	margin: 0 67px 0 0;
}

.clear {
	line-height: 0px;
	font-size: 0px;
	clear: both;
	height: 0px;
}

a.photo{
	text-align:center;
	vertical-align:middle;
	color:#DCF1FB;
	text-decoration:none;
}

a.photo:hover{
	color:#DCF1FB;
	text-decoration:none;
}

a{
	color:#00f; 
	text-decoration:none;
}

a:hover{
	color:#FF0000;
}

a:active{
	color:#FF0000;
}

a#download{
	font-size:14px;
}

div#download {
	float:left;
}

div#reaction{
	text-align:right;
}

div#name{
	text-align:left;
}

div#date{
	padding-left:10px;
	text-align:left;
	font-size:12px;
}

div.form{
	text-align:right;
}

input.mindfood{
	color:#00f; 
	background-color:transparent; 
	border:none; 
	cursor:pointer;
	text-align:left;
}

input.mindfood:hover{
	color:#FF0000;
}

input.delete{
	color:#00f; 
	width:25px;
	height:25px;
	background-color:transparent; 
	background-image:url(images/action_delete.gif);
	background-repeat:no-repeat;
	border:none; 
	cursor:pointer;
	text-align:left;
}

input.addcontact{
	color:#00f; 
	width:40px;
	height:49px;
	background-color:transparent; 
	background-image:url(images/contact.gif);
	background-repeat:no-repeat;
	border:none; 
	cursor:pointer;
	text-align:left;
}

input.delete:hover{
	 /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  /* for Mozilla */
  -moz-opacity:0.5;
}

input.edit{
	color:#00f; 
	width:25px;
	height:25px;
	background-color:transparent; 
	background-image:url(images/edit.gif);
	background-repeat:no-repeat;
	border:none; 
	cursor:pointer;
	text-align:left;
}

input.edit:hover{
	 /* for IE */
  filter:alpha(opacity=50);
  /* CSS3 standard */
  opacity:0.5;
  /* for Mozilla */
  -moz-opacity:0.5;
}

h1{
	text-align:left;
	margin-left:40px;
	margin-top:10px;
	font-size:16px;
}

h1.profile{
	text-align:left;
	margin-left:0px;
}

table.mindfood{
	text-align:left;
	border-bottom: thin solid #ff0000;
}

div.mindfood{
	height:20px;
}

table, tr, td {
	vertical-align: top;
}