body, html{
width:100%;
height:100.1%;
margin-top:9;
margin-left:0;	
margin-right:0; 
color: #ffffff; 
font-family: "Helvetica 75 Bold"; 	 
float: left; 
clear: left; 
text-align:center;
overflow:hidden;
}
/*structure*/

#indexpg{
	height:101.5%;
	width:100%;
	background: url('../img/logo.jpg') no-repeat fixed center center;
	
}

	#container{
		height:100%;
		width:900px;
		}
		
		#left{
		width:210px;
		height:500px;
		text-align:left;
		float:left;
		}
		
		#right{
		width:690px;
		height:500px;
		text-align:left;
		float:right;
		background-color:#666666;
		}

		
			
		#header{
		height:50px;
		width:210px;
		background: url(../media/img/logo.jpg) no-repeat;
		}
			
			
			
			#footer{
			height:100px;
			width:800px;
			text-align:center;
			margin:0 auto;
			margin-top:5px;
			
			
			}
			
		#logo{
			height:200px;
			width:800px;
			text-align:center;
			margin:0 auto;
			background: url(../images/logo.png) no-repeat center center;
		}
	
			#nav{
				width:330px;
			}
			
/*structure*/

/*navigation*/

/***display lists next to each other and remove bullets*/
#navtop,#navtop ul {
	padding:0;margin-left:9px
	}
#navtop li ul a {
	margin-left:9px;
	}
#navtop li {
	list-style-type:none;
	}

/*misc*/
a { 
	outline: none;
	font-size: 14pt;
	font-family: Georgia,"Times New Roman",Serif;
	font-weight: normal;
	font-style: italic;
	
}
a:link { 
	color:#666; 
}
a:visited { 
	color:#ff0099;
}

body#home a#home, 
body#menus a#menusnav,
body#contact a#contactnav,
body#catering a#cateringnav,
body#weddings a#weddingsnav,
body#people a#peoplenav {
	color:#ff0099;
	background:#5DFAFC;
}

a.option {
  color: #ffffff;	
  cursor: pointer;
  text-decoration:underline;
}
a:hover {
  text-decoration: none;
  color: #ff0099;
  text-decoration:underline;
}

/***png fix*/
* {
behavior: url(scripts/iepngfix.htc);
}
/***************************styles***************************************************/
h1{
	font-size:10px;
	color:#0b2532;  
}
h2{
	font-size:15px;
	color:#0b2532;
}
.hide {
position: absolute;
left: -9000px;
}


