/* CSS for Kitchen Confidential */
/* Author : Mark Palmer - http://www.bluekazoo.co.uk/ */

body{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
div#wrapper{
	width: 950px;
	height: auto;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -475px;
}
div#logobar{
	width: 100%;
	height: 140px;
}
div#navigation a{
	text-decoration: none;
}
div#mainbody{
	width: 605px;
	height: 449px;
	background-image: url(../images/chillis.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 350px;
}
div#mainbodycourses{
	width: 605px;
	height: 449px;
	background-image: url(../images/lambchops.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 350px;
}
div#mainbodyabout{
	width: 605px;
	height: 449px;
	background-image: url(../images/jane.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 350px;
}
div#mainbodycontact{
	width: 605px;
	height: 449px;
	background-image: url(../images/beater.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 350px;
}
div#navigation{
	width: 100%;
	text-align: right;
	font-size: 1.2em;
	color: #1b89a4;
	font-weight: bold;
}
div#text{
	width: 415px;
	height: auto;
	float: left;
}
div#sideimages{
	width: 100px;
	height: auto;
	padding-top: 10px;
	float: right;
}
div#sideimages img{
	border: 1px solid #999;
	display: block;
	margin-bottom: 15px;
}


img.main{
	border: 1px solid #999;
}

a:link{
	color: #e72001;
	text-decoration: underline;
	font-size: 100%;
}
a:visited{
	color: #e72001;
	text-decoration: underline;
		font-size: 100%;
}
a:hover{
	color: #1b89a4;
	text-decoration: underline;
	font-size: 100%;
}
a:active{
	color: #e72001;
	text-decoration: underline;
	font-size: 100%;
}
h1{
	color: #e72001;
	font-size: 1.4em;
}
h2{
	color: #1b89a4;
	font-size: 1em;
}
p#footer{
	width: 100%;
	text-align:center;
	color: #1b89a4;
	padding-top: 20px;
}
ul{
	padding-left: 15px;
	list-style: square;
}
