
body {
	margin: 10px 0;
	padding: 0;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}


p { 
	text-indent : 25px; 
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	font-family: Georgia, "Times New Roman", Times, serif
	color: #75d6ff;
}

h1 { 
	padding-left: 10px;
	}
h2 {
	padding: 14px 0 0 0;
	word-spacing: 5px;
	font-size: 1.6em;
	float: center;
	color: #75d6ff;
}

h3 {
	padding: 14px 0 0 0;
	word-spacing: 5px;
	font-size: 1.5em;
	float: center;
}
h4 {
	letter-spacing: 1px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: none;
}

a {
	color: #0c4a9e;
}

a:hover {
	text-decoration: none;
	color: #a0a0a0;
}

.green {
	color: #97ff4a;
}

.red {
	color: #0c4a9e;
}

.gray {
	color: #828282;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.list, .list2c {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	line-height: 1.5em;
}

.list2c li {
	float: left;
	width: 50%;
}

/* Header */

#header {
	width: 1024px;
	height: 200px;
	margin: 0 auto;
	background-image: url(images/lkhead.jpg);
	padding-left: 0px;
	padding-top: -30px;
	background-repeat: no-repeat;
	background-position: 0px;
}

#header h1 {
	float: left;
	float: top;
	padding-top: -5px;
	letter-spacing: -3px;
	font-size: 3em;
}

#header h2 {
	float: right;
	word-spacing: normal;
	letter-spacing: -1px;
	font-size: 2em;

}
#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 30px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 25px;
	padding: 7px 0 0 0;
	background: #828282 url(images/img3.jpg) repeat-x bottom;
	text-align: center;
	letter-spacing: -1px;
	text-decoration: none;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold;
	font-size:12;
}

#menu a:hover {
	background: #0c4a9e url(images/img2.jpg) repeat-x left top;
}

/* Content */

#content {
	width: 1024px;
	margin: 0 auto;
	padding: 20px;
	text-align: left;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
}

/* blog */

#blog {
	width: 1024px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}


/* Archive Listing */
#list {
	width: 700px;
	height: auto;
	margin: 0 auto;
	font-color: #000000;
	background: url(images/scan.jpg);
	background-repeat: no-repeat;
}
#list a {
	text-decoration: none;
	color: #000000;
	font-variant: small-caps;
	font-weight: bold;
	font-size:13;
}




/* Footer */

#footer {
	clear: both;
	width: 1024px;
	margin: 20px auto;
	padding: 5px 0;
	background: #ffffff
	font: "Times New Roman", Times, serif;
}

#footer p, #footer a {
	margin: 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.left {
text-align: left !important;
list-style: none;
}
.right {
text-align: left;
margin-left: 300px;
list-style: none;
}

