

/* standard elements */
* {
	font: normal "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #669933;
}
a:hover, .footer a:hover {
	color: #111;
}
body {	
	background: #556655;
	color: #682;
	font-size: 1em;
	margin: 0;
}
#wrap {
	background: url(img/bg1.jpg) repeat-y top;
	margin: auto;
	width: 1020px;
	position: relative;
}


img {margin: 10px 20px 10px 20px;}

p,cite,ul {
	margin-bottom: 1.2em;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin: 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 0px;

}

cite {
	display: block;
	background: url(img/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* generic */
.divider {
	background: url(img/divider1.jpg) no-repeat;
	height: 24px;
	margin-left: 12px;
	margin-top: 12px;

}
.clearer {
	clear: both;
}


/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 760px;
}
.containerb {
	font-size: 0.75em;
	margin: 0 auto;
	width: 1000px;
}
.containerc {
	font-size: 1.3em;
	margin: 0 auto;
	width: 1000px;
}
.leftimag {
	float: left;
	
}

.rightimag {
	float: right;
	
}

.rightboxb {
	border: 2px groove #ffffcc;
	float: right;
	width: 400px;
	padding: 5px 5px 5px 5px;
	margin: 10px 40px 10px 10px;
	background:  url(img/bgbx1a.jpg);
}

.rightbox {
	border: 2px groove #ffffcc;
	float: right ;
	width: 360px ;
	padding: 10px ;
	margin-bottom: 15px ;
	
}
.srightbox {
	float: right;
	font-size: 0.9em;
	width: 110px;
	padding: 5px;
	margin-bottom: 10px;
	
}
.leftbox {
	float: left;
	width: 360px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 30px;
	background:  url(img/bgbx1a.jpg);
}
.sleftbox {
	float: left;
	width: 100px;
	padding: 5px;
	margin: 2px;
	
}

.midbox {
	border: 2px dotted #565;
	color: #565;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	margin: 100px;
	padding: 8px 10px;
	white-space: pre;
}
.nbbox {
	border: 4px ridge #c00;
	color: #c00;
	display: block;
	font: bold 1.4em,sans-serif;
	margin-bottom: 12px;
	margin: 100px;
	padding: 8px;
}

#rotator
{
	
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin: 50px auto 10px;
	width: 500px;
	height: 400px;
}

#rotator img
{
	position: absolute;
	float: left;
	border: 0;
	cursor: pointer;
	width: 480px;
	height: 388px;
	
}

/*side menu*/

div#vmenu {
   margin: 0;
   padding: .2px 2px 2px 2px;
   border: solid 1px #669900;
   background: none;
   width: 90px;
}

div#vmenu ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

div#vmenu ul li {
   margin: 0;
   padding: 0;
   list-style: none;
}

div#vmenu ul a:link {
   margin: 0;
   padding: 2px 2px 2px 2px;
   text-decoration: none;
   font-weight: bold;
   font-size: 0.6em;
   background: none;
   color: #663300;
   display: block;
}

div#vmenu ul a:active {
   margin: 0;
   padding: 2px 2px 2px 2px;
   text-decoration: none;
   font-weight: bold;
   font-size: 0.6em;
   background: #ffcc66;
   color: #663300;
   display: block;
}

div#vmenu ul a:visited {
   margin: 0;
   padding: 2px 2px 2px 2px;
   text-decoration: none;
   font-weight: bold;
   font-size: 0.6em;
   background: none;
   color: #66333;
   display: block;
}

div#vmenu ul li a:hover {
   margin: 0;
   padding:  2px 2px 2px 2px;
   text-decoration: none;
   font-weight: bold;
   font-size: 0.6em;
   background-color: #99cc99;
   color: #663300;
   display: block;
}



/* header */
.header {
	background: #556655 url(img/header2a2.jpg) no-repeat center top;
	
	height: 180px;
	text-align: center;
}
.header h2 {
	color: #793;
	font: normal 2em "Times New Roman",serif;
	line-height: 175px;
}
.header h1 {
	color: #793;
	font: bold 2em "Times New Roman",serif;
	line-height: 70px;
}

/* navigation */
.navigation {
	height: 36px;
	margin: 0;
	width: 90px;
	font: normal 0.8em, sans-serif
}
.navigation a {
	background: url(img/navigation.jpg);
	color: #FFFFCC;
	float: left;
	font: bold 1em sans-serif;
	height: 31px; 
	letter-spacing: 1px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	width: 90px;
}
.navigation a:hover {
	color: #FFF;
	background-position: left bottom;
}

/* main stuff */
.content {
	padding: 18px 0;

}
.content h1 {
	color: #666633;
	font: bold 2em sans-serif;
	margin-bottom: 20px;
}
.content h2 {
	color: #666633;
	font: bold 1.5em sans-serif;
	margin-bottom: 20px;
}
.content h5 {
	color: #666633;
	font: bold 1.2em sans-serif;
	margin-bottom: 10px;

}

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	margin: auto;
	padding-bottom: 5px 0;
	text-align: center;
}
.footer a {
	color: #664;
}