/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#000000;
	font-size:14px;
}

#centerpage {
    margin: 0px auto;
    width: 800px;
	background-color: #000000;
	}
	
#wrapper {
	background-color:#22347e;
	width:800px;
	height:auto;
	margin-top:40px;
	border:1px solid #999999;
	}
	
#links {
	float:left;
	width:180px;
	background-color:#171510;
	}
	
#links2 {
	float:left;
	width:180px;
	background-image:url(images/shadow.jpg);
	}
	
#menulogo {
	float:right;
	width:200px:;
	padding-right:225px;
	}	
	
#right {
	float:right;
	width:620px;
	text-align:center;
	}
	
#mealsleft {
	float:right;
	width:275px;
	padding-left:10px;
	padding-right:10px;
	line-height:14px;
	}
	
#mealsright {
	float:right;
	width:275px;
	padding-right:20px;
	padding-left:20px;
	line-height:14px;
	background-image:url(images/menu_line.gif);
	background-repeat:repeat-y;
	}
	
#main {
	float:right;
	width:560px;
	padding-right:30px;
	}
	
#flrgt {
	float:right;
	}
	
#adleft {
	width:240px;
	float:left;
	margin-left:20px;
	text-align:center;
	}

#adright {
	width:240px;
	float:right;
	margin-right:20px;
	text-align:center;
	}
	
#conleft{
	width:280px;
	float:left;
	padding-left:50px;
	}
	
em {
	color:#cccccc;
	}

.title {
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	}

a.interior{
	color:#999999;}
	
a:link{text-decoration: underline; color:#ffffff; font-size:14px}
  a:visited{text-decoration: underline; color:#ffffff; font-size:14px}
  a:hover{text-decoration: underline; color:#ffffff; font-size:14px}
  a:active{text-decoration: underline; color:#ffffff; font-size:14px}
