body {
        font-family: Arial;
	font-size: 12px;
}
* {margin: 0px;padding: 0px;}

#container {
	margin: 0px auto;
	text-align: left;
	width: 800px;
}
#main { margin: 0px auto;
	width: 800px;
	background-image:url(bg.if);
	background-repeat:repeat-y;
	
}
/******************** header ********************/
#header {
	width:750px;
	height:325px;
	margin-left:25px;
	background-image:url(KraftHead.gif);
	display:block;
}
#nav {
	width:744px;
	height: 19px;
	margin: 2px 0px 0px 25px;
	background-color:white;
	padding: 3px 5px 3px 1px;
}
#nav ul {
}
#nav li {
	display:inline;
	background-image:url(linkbg.gif); 
	width:120px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#nav a {
	width:120px;
	height:19px;
	padding-top:3px;
	text-decoration:none;
	color:white;
	font-weight:800;
	display:block;
}
#nav a:hover {
	color:#84644e; 

        background-color:#FFFFFF;
	font-weight:800;
}
/******************** Content ********************/



#content {
	width:750px;
	margin-left:25px;
	background-color:white;
	text-align: justify;
}

#left img {margin-left:10px;margin-right:10px;margin-bottom:5px }

#left {
	float:left;
	width:740px;
	display:inline;
	margin: -15px 0px 30px 5px;
}
#left p{
	font-size: 12px;
	color: #000000;
	padding: 5px 0px;	
}
#left a{
	color: #84644e; 
	font-weight:800;
        text-decoration: none;
}
#left a:hover{
	color:black;
	font-weight:800;
        text-decoration: none;
}
#left h1{
        color:#FFFFFF;
	background-image:url(headbg.gif); 
	font-weight:800;
	font-size: 12px;
	display:inline;
	text-transform: lowercase;
	font-family: Arial;
	display:block;
	float:left;
	margin-left: 0px;
	text-align:center;
	width:740px;
	height:19px;
	padding-top:3px;
}

#left h2{
        color:#84644e; 
	font-weight:800;
	font-size: 20px;
	display:inline;
	text-transform: lowercase;
	font-family: Arial;

}

#left ul{color:black;
	font-size: 12px;
	font-family: Arial;
	margin-left:40px;
}

.post {
	margin-top:20px;
}
.post a{
}

.post a:hover{
}

.post p{
}


/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	margin: auto;
}

#footer ul {
}
#footer li {
	display:inline;
        background-color:#6C7132; 
	width:120px;
	height:22px;
	float:left;
	margin-left:4px;
	text-align:center;
}
#footer a {
	text-decoration:none;
	color:white;
	font-weight:800;

}
#footer a:hover {
	color:#6C7132; 
        background-color:#FFFFFF;
	width:120px;
	height:22px;
	display:inline;
	padding: 5px;
	text-align:center;
}

}
.clear{
	clear:both;
}






