/* This is my core style sheet */

a:link {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: red;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

blockquote {
	color: #000000;
	border: 1px solid black;
        padding: 5px;
		float:right;
        width: 370px;
        background: #F0F0F0;
}

body {
	color: black;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background: #485975;
	background-image: url(image/ksbbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-attachment: fixed;
}

#top{
    right: 0;
	top: 0;
	position: fixed;
	background-image: url(image/topbarbg.png);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
	text-align: right;
	padding-right: 10px;
	padding-top: 10px;	
}

#top a:hover{
	border-bottom: 1px solid #c71623;
	
}

#wrap{
	float: right;
	margin-right: 100px;
	margin-left: 300px;
	width: 550px;
	margin-top: 75px;
}

#maintop{
	background-image: url(image/topcorner.png);
	background-repeat: no-repeat;
	height:47px;
	margin-bottom: -20px;
}

#main{
	width: 500px;
	height: 500px;
	background: white;
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

#mainbottom{
	background-image: url(image/bottomcorner.png);
	background-repeat: no-repeat;
	height: 47px;
	margin-top: -20px;
}

h1 a {
	position: relative;
	top: 220px;
	left: 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	
}

h3 {
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 3px;
}

h3 a {
	color: #000000;
}

h4 {
	color: #3D3D3D;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
}


#main-text {
        background: #ffffff;
	color: #000000;
	float: left;
	height: auto;
	text-align: left;
	width: 653px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	border: 2px solid black;
	
}

#maintext h2 {
	font-size: 18px;
	font-weight: normal;
	color: #79A5FF;
}

#main-text p{
	padding-left: 25px;
	margin-right: 20px;
	padding-top: 10px;
}



#side {
	background-image: url(images/sidebarbg.jpg);
        float: right;
	text-align: left;
	width: 250px;
	border: 5px solid black;
	margin-top: -3px;	  
	    
}

#side ul li {
list-style-type: none;
border-left: 3px solid black;
border-bottom: 1px solid black;
display: block;
text-decoration: none;
padding-top: 3px;
padding-bottom: 3px;
margin-left: -10px;
margin-right: 20px;
}

#side ul li a:link {
	color: #000000;
	text-decoration: none;
} 

#side ul li a:visited {
	color: #ffffff;
	text-decoration: underline;
} 

#side ul li a:hover{
    color: #ffffff;
	background: #000000;
}



