/* 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:204px;
	width:760px;
	background:url('images/header.jpg') no-repeat;
	}

#menu {
	
	}
#menu a {color:#fff;text-decoration:none;}
.home {margin-left:36px;padding-top:170px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.about {margin-left:118px;margin-top:-17px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.products {margin-left:220px;margin-top:-17px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.orders {margin-left:327px;margin-top:-17px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.view{margin-left:448px;margin-top:-14px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.recipes{margin-left:559px;margin-top:-16px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
.contact {margin-left:655px;margin-top:-17px;color:#fff;font-weight:900;font-size:1.4em;text-decoration:none;}
#header form{margin-left:448px;}

/* content */
#pagebodyP{margin-top:-8px;background-color:#00399F;}

#leftcol{
	width:374px;
	height:502px;
	float:left;
	background:url('images/leftcol.jpg') no-repeat;
	}
.pearl {margin-top:50px;}
.AUlefttext{margin:50px 75px 0px 10px ;color:#fff;font-size:1.8em;text-align:center;line-height:2.0em}


#rightcol{
	width:386px;
	height:502px;
	float:right;
	background:url('images/rightcol.jpg') no-repeat;
	}
.lemonshrimp {float:right;margin-top:33px;}
.AUrighttext {margin-top:50px;color:#fff;font-size:1.4em;}

/* footer */
#footer{
	height:98px;
	text-align:center;
	background:url('images/footer.jpg');

}
#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;}