body {
	background-color:#b3f7f9;
	color:#006;
	font-family:Chalkboard, "Comic Sans MS", Verdana, Arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 0.9em;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(/images/kirp.jpg);
}

li {
	margin-bottom: 0.8em;
}

a {
	color:#009;
	text-decoration: none;
	font-weight:bolder;
	border: 0;
}

a:hover {
	color:#fff;	
}

strong {
	font-variant: normal;
	font-weight: normal;
}
h1 {
	color:#009;
	font-size: 130%;
	text-align:center;
	line-height: 95%;
}

h2 {
	color:#009;
	font-size: 100%;
	text-align:left;
	margin-top: -10px;
	font-weight: normal;

}

h3 {
	color:#009;
	font-size: 120%;
	background-image: url(/images/blockquote.jpg);
	background-repeat: repeat-y;
	background-position: left center;
	
}

h4 {
	font-weight: normal;
	font-variant: normal;
	font-size: 1em;
	font-style: oblique;
		
}
h5 {
	color: #e0fef8;
}

h6 {
	font-size: 1.2em;
	font-family:Chalkboard, "Comic Sans MS", Verdana, Arial;
	font-weight: normal;
		
}
blockquote {
	margin: auto;
	
}

blockquote p{
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #F5F3F5;
	background-image: url(images/blockquote.jpg);
	background-repeat: repeat-y;
	text-align: left;
	right: auto;
	
}

#container {
	width: 800px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color:#e0fef8;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 0px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

#va {	
	font-size: .95em;
	font-variant:small-caps;
	font-weight:bold;
	color:#009;	
}

#header {
	height: 155px;
	padding: 10px 10px 0 10px;
	background: url(images/header.jpg) no-repeat;
	position: absolute;
	top: 25px;
	width: 780px;
}

#header img {
	float: left;
	width: 120px;
	
}		

#header img a {
	color: #10376E;
	text-decoration: none;
}		


/* NAVIGATION STYLING RIGHT HORIZONTAL*/

#menu {
	width: 750px;
	padding-top: 14px;
	clear:left;
}

.cssnav	{
	position: relative;
	float:right;
	margin: 0;
	width: 150px;
	height: 26px;
	text-align: center
}

.cssnav a {
	display: block;
	width: 150px;
	height: 26px;
	float: right;
	text-decoration: none;
}


/* START MAIN CONTENT */


#top {
	background: url(images/top.jpg) no-repeat;
	padding: 10px 0;
	position: absolute;
	top: 190px;
	width: 800px;
}

#top p {
	text-align: center;
	font-weight: bold;
	color:#009;
}	

#content {
	background: #E0FEF8;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 240px;
	padding-right: 5px;
	padding-bottom: 21px;
	padding-left: 5px;
	text-align: justify;
	text-indent: 12px;
}
		
#content img{
	margin: 5px;
	vertical-align: top;
	
}

#content a:hover{
	color:#00CCFF;
}

#content a{
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}
.clear {
	clear: left;
}



/*   START RIGHT CONTENT     */

#contentright {
	position: relative;
	float: right;
	width: 203px;
	background: url(images/boxmiddle.jpg) 0 0;
	font-size: 85%;
	margin: 15;
	text-indent: 0px;
}
		
.rtop{
	width: 203px;
	margin-top: 0;
	padding-top: 10px;
	background-image: url(images/boxtop.jpg);
	background-repeat: no-repeat;
	text-align: center;
	
}

.rbottom{
	width: 203px;
	margin-bottom: 0;
	padding-bottom: 20px;
	background:url(images/boxbottom.jpg) no-repeat 0 100%;
}

#contentright img{
	width: 180px;
	margin: auto;
}

#contentright p{
	padding:10px 10px 20px 10px;
}

/*   START FOOTER    */

#footer {
	width: 800px;
	height: 180px;
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
		
#footer p{
	text-align:center;
	font-size:0.8em;
	margin-top: 3px;
	padding-top: 3px;
	white-space: normal;
}

#footer a{
	font-style: normal;
	font-weight: normal;
}		
#footer a:hover{
	color:#00CCFF;
	}
