﻿/*Fonts*/


h3
{
	font-family:Verdana;
	margin: 0 0 0 -1em;
	font-size: 1.2em;
	font-weight: normal;
	text-align:left;
	color: #0d3459;
}

h2 
{
	font-family:Verdana;
	margin: 0 0 0 -1em;
	font-size: 1.2em;
	font-weight: normal;
	text-align:center;
	color: #0d3459;
}

h1 
{
	font-family:Verdana;
	margin: 0 0 0 -1em;
	font-size: 1.4em;
	font-weight: normal;
	color: #0d3459;
}


/*Master Page*/

#body
{
	background-color: Black;
}

#tilebackground
{
	background-image: url(Images/background2.jpg);
	background-repeat: repeat;	
}

#mainwrapper {			
	margin: 0 auto;
	width: 780px;
	text-align: left;
	height: 805px;
}

#content {
	position:relative;
	margin-top:35px;
	top: -35px;
	left: -234px;
	height: 780px;
	width: 994px;
}


#menu {			
	position: absolute;
	top: 106px;
	left: 271px;
	width: 730px;
	}

#contentplaceholder 	
{
	position:  absolute;		
	top: 181px;
	left: 280px;
	width: 437px;
	height: 329px;
}

#displayimage 	
{
	position:  absolute;		
	top: 180px;
	left: 750px;
	width: 255px;
	height: 900px;
}

#logo 	
{
	position:  absolute;		
	top: 516px;
	left: 583px;
	width: auto;
	height: auto;
}

#innercontent {			
	position:static;
	margin-left:120px;
	margin-right:50px;
	margin-top:10px;
	padding: 0 3.5em 4em;
	height: 405px;
}

#bottomShadow {
	position:  absolute;		
	top: 661px;
	left: 615px;
	width: 255px;
	height: 23px;
	font-family: Ariel;
	font-size:8;
}

#mainimage
{
	width: auto;
	height: auto;
}

#portionsizes	
{
	position:  absolute;		
	top: 147px;
	left: -19px;
	width: auto;
	height: auto;
}

#simongault	
{
	position:  absolute;		
	top: 64px;
	left: 23px;
	width: auto;
	height: auto;
}

#defaultimage	
{
	position:  absolute;		
	top: -11px;
	left: 481px;
	width: 255px;
	height: 900px;
}

/*Splash Page*/

#splash
{
	background-color: #1ebeca;
}

#splashlogo 	
{
	position:  relative;
	top: 500px;
	left: 100px;
	width: 255px;
	height: 900px;		
}

