@charset "utf-8";

/* GENERAL SETTINGS */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #522a1c;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #ffffff;
	line-height: 22px;
}
a {
	color: #FBD060;
	text-decoration: none;
}
a:hover {
	color: #FBD060;
	text-decoration: underline;
}

/* MAIN OUTSIDE CONTAINER */

#container { 
	width: 859px;  
	margin: 0 auto; 
	text-align: left; 
	background-color: #44291f;
	border-left: solid 5px #2b1a14;
	border-right: solid 5px #2b1a14;
} 

/* HEADER */

#header {
	background-image: url(../images/kandystand-header.jpg);
	height: 197px;
	width: 849px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
} 

/* LEFT SIDEBAR/COLUMN */

#sidebar1 {
	float: left;
	width: 331px;
}

/* RIGHT SIDEBAR/COLUMN */

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 328px;
} 

/* MAIN CONTENT BOX */

#content {
	background-color: #2b1a14;
	width: 500px;
	float: right;
	padding: 10px;
	margin-bottom: 10px;
}

/* PHOTO PROPERTIES */

.photo {
	margin: 5px;
	border: 1px solid #FBD060;
}

/* SECOND CONTENT BOX ON HOME PAGE */

#content2 {
	background-color: #2b1a14;
	width: 500px;
	float: right;
	padding: 10px;
}

/* FOOTER PROPERTIES */

#footer { 
	margin: 0; 
	padding: 15px;
	background:#865645; 
	height: 22px;
	color: #2b1a14;
} 
#footer a {
	color: #2b1a14;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}
#footernav {
	float: left;
	width: 655px;
}
#footercopyright {
	float: right;
	width: 100px;
}

/* MISC */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* PHOTO GALLERY SCRIPT */

#flashcontent {
		height: 100%;
}
