body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	background-repeat: repeat; 
}

* {margin: 0px;padding: 0px;}
/****sets margin for page****/
#bucket {
	margin: 10px auto;
	text-align: left;
	width: 800px;
}

/* area for menu */
#nav {
	width: 800px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#993333;
	background-repeat: repeat; 
}


/****sets page layout properly****/
#main {
	overflow: hidden;
	width: 800px;
	background-image:url(images/kcc_background2.png);
	background-repeat: repeat x; 
	
}
/******************** header ********************/
#header {
	width:800px;
	height:320px;
	background-image:url(images/kcc_header.jpg);
	display:block;
}
#headersandwich {
	width:800px;
	height:320px;
	background-image:url(images/kcc_headersandwich.jpg);
	display:block;
}

/******************** Content ********************/
p, h1, a, span{font-family: Arial, Helvetica, sans-serif;}

#content {
	overflow: hidden;
	width:800px;
	font-weight:normal;
	padding: 15px 10px 15px 15px;
	margin-left:80px;
	
}

#contact {
	overflow: hidden;
	width: 800px;
	background-image:url(images/kcc_backgroundfull.png);
	background-repeat: repeat x; 
}

#contact p {
	font-size: 1.25em;
	color: #ffffff;
	margin: 10px 20px 30px 190px;
}

#contact h1 {
margin:20px 20px 20px 190px;
color: #ffffff;
text-transform:uppercase;
font-size: 1.25em;
padding: 3px 5px 3px 0px;
font-weight: 600;
font-family: Arial, "Arial Black", san-serif;
}
 
#contact a{
	color:#ffffff;
	font-weight:900;
	text-transform:none;
}

#contact a:hover{
	text-transform:none;
	color: #ffff00;
}

#full {
	overflow: hidden;
	width: 800px;
	background-image:url(images/kcc_backgroundfull.png);
	background-repeat: repeat x; 
}

#full p {
	font-size: 1.25em;
	color: #993333;
	margin: 10px 20px 30px 0px;
}
#full a{
	color:#ffffff;
	font-weight:900;
	text-transform:none;
}

#full a:hover{
	text-transform:none;
	color: #ffff66;
}

#full h1 {
margin:20px;
color: #993333;
text-transform:uppercase;
font-size: 2.5em;
padding: 3px 5px 3px 0px;
font-weight: 600;
font-family: Arial, "Arial Black", san-serif;
} 

#left {
	float:left;
	width:300px;
	display:inline;
	margin: 15px 2px 15px 2px;
}


#left p {
	font-family: 'Comic Sans MS', arial;
	font-size: 1.0em;
	color: #000000;
	padding: 5px 0px;	
}

#left a{
	font-weight:800;
}

#left a:hover{
	color:#cc3300;
}


#left h1 {
margin:0px;
color: #000000;
text-transform:uppercase;
font-size: 1.5em;
padding: 3px 5px 3px 0px;
font-weight: 600;
font-family: Arial, "Arial Black", san-serif;
} 

#left span{
	font-size: 1.25em;
	color: #000000;
	font-weight: 900;
	display:inline;
	margin-left:8px;
}


#left ul{
  font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
line-height: 1.5em;
font-weight: bold;
font-variant: normal;
text-transform: none;
text-indent: 5px;
list-style-position: outside;
list-style-image:url(images/icon_star.png);
list-style:circle;
padding: 6px;
margin: 12px;
}


#right {
	float:right;
	width:450px;
	font-weight:700;
	margin: 10px 30px 10px 0px;
	display:inline;
}

#right p{
	padding: 7px 0px;
	font-size: 1.25em;
}

#right a{
	color:#cccccc;
	font-weight:900;
}

#right a:hover{
	color: #00ccff;
}

#right h1 {
margin: 0;
color: #ffffff;
text-transform:uppercase;
text-align: center;
font-size: 1.3em;
padding: 10px 0px 5px 0px;
margin-left: -15px;
font-weight: 600;
font-family: Arial, "Arial Black", san-serif;
} 


#right li {
	margin-left:14px;
	margin-bottom:15px;
}

.post {
	margin-top:5px;
}
.post a{
}

.post a:hover{
}

.post p{
}

.box {
	background-image:url(images/gradient2.png);
	background-repeat: repeat-x; 
	font-weight:normal;
	padding: 15px 10px 15px 15px;
	margin-top:15px;
}
p.box {
	color:#ffffff;
	font-weight:normal;
	text-size: 1.25em;
}


.special_text {
	font-size: 2.5em;
	font-weight:bold;
	color:#000000;
	font-family: "Brush Script MT Italic", Script, Arial, Helvetica, san-serif;
}

/******************** Footer ********************/
#footer {
	width:800px;
	height: 40px;
	text-align:left;
	overflow: hidden;
	color: #ffffff;
	background-image:url(images/footer.png);
	background-repeat: repeat; 
	margin: 0px 0px 0px 0px;
	padding-top: 10px; 
	padding-bottom: 10px;
}
#footer a {
	color:#ffffff; 
	font-family:'Comic Sans MS'; 
	font-size:1.10em;
	text-decoration: none;
}
#footer a:hover {
	font-size:1.25em;
	color: #ff0000;
	text-decoration:none;
}
.clear{
	clear:both;
}
.clear_l{
	clear:left;
}
.clear_r{
	clear:right;
}

