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

html, body {
	margin: 0;
	padding: 0;
}

body
{
background-color:#BCBF56;
}

#page-container {
	width: 760px;
	margin: auto;
}



#header {
	margin-top: 5px;
	color: #C58C64;
}

#aboutKS {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	color: #C58C64;
}
#content {
	
	margin-left: 30px;
	margin-right: 10px;
	font-family: "Verdana", Geneva, sans-serif; font-size: 18px;
	}



#movies {
	float: left;
	border: none;
	width: 200px;
	height: 600px;
	
}

#graphics {
	border: thin;
	
}

.Flash {
	padding: left: 50px;
	border: none;
}

a:hover {color: #732C1D;}

#flashSite {
	float: right;
	border: none;
	height: 600px;
	background-color: #586F8C;
}

#footer {	
	background: a6bac5;
	position: relative;
	top: 10px;
}

#h1 {
	font: "Times New Roman", Times, serif;
	color: #732C1D;
}

