body {
	margin: 0px;
	text-align:center; 
	background: #d6f6fd;
	}

* {
padding: 0px;
margin: 0px;
}


body, div, table {
font-family: 'Trebuchet MS'; 
font-size:12px; 
color:#79a3a9;
vertical-align: top;
}

#container {
	margin: 0px auto;
	text-align: justify;
	width: 887px;
	height: 502px;
}

#background {
	background-image: url('images/JKRTheme8/background.gif');
	background-repeat: repeat-y;
	margin: 0px auto;
}

#content { 
	width: 520px;
	float: left;
	margin-left: 30px;
} 

#sidebar { 
	width: 250px; 
	float: left;
	margin-left: 30px;
	padding: 3px;
	padding-bottom: 5px;
}

#footer {
	height: 96px;
	clear: both;
	text-align:center;
	color:#999;
}



#content h1 {
text-shadow: #999 1px 1px 1px;
color: #FFF;
background: #a6dee6;
font: normal 12px Arial; 
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
padding: 5px;
margin-top: 10px;
margin-bottom: 5px;
border-right: solid 1px #b3b3b3;
border-bottom: solid 1px #b3b3b3;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

h1 {
text-shadow: #999 1px 1px 1px;
color: #FFF;
background: #a6dee6;
font: normal 12px Arial; 
text-transform: uppercase;
letter-spacing: 1px;
text-align: center;
padding: 5px;
margin-top: 10px;
margin-bottom: 5px;
border-right: solid 1px #b3b3b3;
border-bottom: solid 1px #b3b3b3;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

h2 {
color: #FFF;
background: #a3e372;
text-shadow: #999 1px 1px 1px;
border-right: solid 1px #b3b3b3;
border-bottom: solid 1px #b3b3b3;
font: bold 12px 'Trebuchet MS';
padding: 3px;
padding-left: 20px;
text-align: left;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

h3 {
font: normal 9px 'Trebuchet MS'; 
color: #999;
text-align: center;
padding-top: 0px;
padding-bottom: 10px;
}

 
a {cursor: hand; text-transform: none; font-weight: bold; text-decoration:none; }  
a:link, a:visited {color:#5099a5;}
a:hover{ color:#000000; text-decoration:none; }
a:active { color:#5099a5;}


blockquote {
	font: normal 11px Tahoma;
	background: #ddf2f5;
	text-align: justify;
	color: #50b3c3;
	border-right: solid 1px #b3b3b3;
	border-bottom: solid 1px #b3b3b3;
	padding: 15px;
	margin: 40px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

}


textarea, input, select, button, submit {
	border: 0px;
	color: #50b3c3;
	background: #f0f0ef;
	font: normal 10px Tahoma;
	padding:5px;
	border-right: solid 1px #b3b3b3;
	border-bottom: solid 1px #b3b3b3;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

img {
       border: 0px;
       margin: 0px;
}

a img{
        background: #f0f0ef;
        padding: 4px;
        -moz-border-radius:  8px; 
        -webkit-border-radius: 8px; 
        border-radius: 3px; 
	filter:alpha(opacity=100);
        opacity:1;
	border-right: solid 1px #b3b3b3;
	border-bottom: solid 1px #b3b3b3;
} 

a:hover img {
        background: #cfcfcf;
        padding: 4px;
        -moz-border-radius:  8px; 
        -webkit-border-radius: 8px; 
        border-radius: 3px;
        filter:alpha(opacity=70);
        opacity:0.7;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

a img#link  {
        padding: 0px;
        BORDER: 0px;
        background: transparent;
        filter:alpha(opacity=100);
        opacity:1;
}
a:hover img#link {
        padding: 0px;
        BORDER: 0px;
        background: transparent;
        filter:alpha(opacity=100);
        opacity:1;
}

b { color: #5099a5;}

i { color: #5099a5; }

u { color: #5099a5;}

s { color: #5099a5; font-style: italic;}


UL {LIST-STYLE:square;}


.clearing {
clear:both;
}


/* MENU */



.menu ul {
	margin: 5px;
	padding: 0px;
}

.menu li { 
	display: block;
	list-style-type: none;
	border-bottom: 1px dotted #a7a2a4;
	padding: 4px;
	font:bold 10px Arial;
}

.menu  a {
	color: #31b2c1;
	text-transform: uppercase;
}

.menu a:hover {
	color: #a6d5dd;
	font-style: italic;
	text-transform: uppercase;
}
