
/* Body */
body {
	background-image: url(../k_shared_images/background.jpg);
	margin-top: 40px;
	text-align: center;
	
}
 

/* Wrapper */

#wrapper-1 {
	width: 960px;
	padding-top: 10px;
	margin: 0 auto;
	background-color: #808080;
	text-align: left;
	border: 3px solid #a0a0a4;
}
#wrapper-2 {
	width: 940px;
	margin: 0 auto;
	padding: 5px;
	background-color: #c0c0c0;
	border: 2px solid #808080;
	}

/* Logo */

#logo {
	width:800px;
	height: 340px;
	margin: 0 auto;
	background-image: url(../k_shared_images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	
}

/* Content */

#content {
	width: 100%;
	background: #c0c0c0;
	}

body {
	text-align: center;
}

h1 {
	font-size: 30px;
	color: #fffbf0;
	background: #c0c0c0;
	margin: 0 auto;
	text-align: center;
}


h2 {
	font-size: 22px;
	color: #808080;
	background: #a0a0a4;
	margin: 10px;
	text-align: center;
}

h3 {
	font-size: 18px;
	color: #ffffff;
	background: #a0a0a4;
	margin: 5px;
	text-align: center;
}

h4 {
	font-size: 14px;
	color: #000080;
	background: #a0a0a4;
	margin: 5px;
	text-align: center;
}

table.center {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	background-color: #a0a0a4;
	border: 5px #fffbf0;
	border-style: outset;
	text-align: center;
	
	
}
table.border {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border: 1px solid #808080;
    background-color: #c0c0c0;
	
	}
table.borderLeft {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	text-align: left;
	border: 5px #fffbf0;
	border-style: outset;
    background-color: #a0a0a4;
}

table, th, td {
	border-width: 2px; 
	border-style: outset;
	padding: 5px;
 	vertical-align: middle;
 }

p {
	font-size:14px;
	color:#000080;
	}	

p, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #000080;
}

a:hover {
	text-decoration: none;
	color:#ffffff;
	}
img.floatLeft { 
    float: left;
	border: 2px solid inset #fffbf0; 
    margin: 4px;
	 
}
img.floatRight { 
    float: right;
	border: 2px solid inset #fffbf0; 
    margin: 4px; 
}

	
	/* footers */
#footer1 {
	width: 300px;
	height: 215px;
	margin: 0 auto;
	background-image: url(../k_shared_images/battle_flag.png);
	background-repeat: no-repeat;
	background-position: center;
	
}

#footer2 {
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background-image: url(../k_shared_images/footer_image.png);
	background-repeat: no-repeat;
	background-position: center;	
	}

	

