/* CSS Document */
/* Style Sheet created by Johnny Authement - Complete Network Management*/
* {
padding: 0;
margin:  0;
}

/* 1em = 10px */

body {
font-size: 62.5%;
font-family:Arial,Trebuchet MS,  Sans-Serif;
background:;
text-align:center;
}

a:link{ 
background-color: transparent;
color:#000;
}

a:visited{ 
background-color: transparent;
color: #000;
}

a:hover, a:active{ 
background-color: transparent;
text-decoration:underline;
color:#bcd2c3;
}


p { 
font-size: 1.2em; 
}

h1{}
h2{}
h3{}
h4{}

/* container */
#container{
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	padding: 0px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
	padding-right:0;
	padding-left:0;
	padding-bottom:0px;
	color:; 
	background-color:;
	width: 760px;
	height:100%;
}

#innerbox{
	margin: 0px;
	padding: 0px;
	visibility:visible;
	text-align:left;
	height:auto;
	z-index:0;
	width:100%;
	
}

/* header */
#header{
	height:160px;
	width:760px;
}

#menu {
	background:url('images/iMenu.jpg') no-repeat; height:45px;
}
#menu a {color:#fff;text-decoration:none;}
.home {margin-left:36px;padding-top:10px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.about {margin-left:118px;margin-top:-16px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.products {margin-left:220px;margin-top:-16px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.orders {margin-left:327px;margin-top:-16px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.view{margin-left:448px;margin-top:-15px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.recipes{margin-left:559px;margin-top:-18px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.contact {margin-left:655px;margin-top:-18px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
#header form{margin-left:448px;}
/* content */
#pagebody{
	background:url('images/bg.jpg') no-repeat;
}

#leftcol{
	width:401px;
	height:502px;
	float:left;
	margin-top:45px;
	background:url('images/ileftcol.jpg')
}
#leftcol h2 {margin-top:65px;margin-left:15px;margin-right:40px;font-size:1.4em;}
.order {margin-left:15px;margin-right:40px;font-size:1.4em;}
.wild {margin-top:293px;margin-left:135px;}

#rightcol{
	width:359px;
	height:502px;
	margin-top:45px;
	float:right;
	background:url('images/irightcol.jpg')
}
.indexText {margin:150px 15px 0px 15px;color:#fff;font-size:1.4em;}

/* footer */
#footer{
	height:98px;
	text-align:center;
	background:url('images/footer.jpg');
	margin-top:547px;
}
#footer p {color:#fff;padding-top:25px;font-size:1.4em;line-height:1.6em;}
#footer a {text-decoration:none;color:#fff;}
#footer form {width:74px;}