@charset "UTF-8";
/* CSS Document */

body {
	margin: 0 auto; 
	text-align:center;
	height:100%;
	background-color:#FFFFFF;

}


.normal {
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	font-weight:lighter;
	font-size: 16px;
	color:#666666;
	}

.small {
	font-family:"Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	font-weight:lighter;
	font-size: 14px;
	color:#666666;
	}

.heading {
	font-family:"Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	font-weight:bold;
	font-size: 16px;
	color:#000000;
	}
	
.altheading {
	font-family:"Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	font-weight:bold;
	font-size: 16px;
	color:#BFBFBF;
	}

img {
	border-color:#CCCCCC;
	}

a:link { 
	text-decoration: none; 
	color:#666666;
	}
a:visited { 
	text-decoration: none; 
	color:#666666;
	}
a:hover, a:active { 
	text-decoration: none;
	color:#FF0000;
	}
	
/* Tiny Kitchen universal layout */	

#container {
	width:1000px;
	height:100%;
	height:auto;
	min-height:100%;
	overflow:auto;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	position:relative;
	background-color:#FFFFFF;


   }

#heading {
	padding-bottom: 15px;
	text-align:left;
	height: 100px;
	width: 1000px;
		border-bottom:solid;
	border-width:thin;
	border-color:#CCCCCC;
	}

#content {
	padding-top:15px;
	height:400px;
	width: 1000px;
	}
	


#footer {
	width: 1000px;
	height: 50px;
	
	float:left;
	margin-top:15px;
	background-color:#FFFFFF;
	border-top:solid;
	border-color:#CCCCCC;
	border-width:thin;
	clear:both;
	}
