
/* Standard elements */
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border-style:none;
}
* a span {
	padding-left: 6px;
	}
	
* a:hover {
	background-position: left bottom;
	color:#030;
	font-size:13px;
	text-decoration: none;
}

body {
/*	background: #FFF  repeat-x fixed left bottom;url(img/bg.png)*/
	color: #555;
	margin: 1px 0;
	text-align: center;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	background-color: #006030;
	background-image:url(img/bg.jpg);
	background-repeat: repeat-x;
}
ul {
	margin: 12px  0px 0px 10px;
}
li {
	/*list-style: url(img/li.gif);}*/
	margin-left: 18px;}

#navi {
	margin-left:80px;
	}
h1{
	color:#030;
	font-size:24px;
	font-family:Arial, "Arial Rounded MT Bold";
	margin-bottom:30px;
	border-bottom: solid #030  2px;
	text-shadow: 2px 1px 5px #CCC;
	}
h2{
	color:#006633;
	border-bottom:dotted #999 1px;
	font-size:18px;
	font-family:Arial, "Arial Rounded MT Bold";
	margin-bottom:5px;
}
h3{
	color:#006633;
	border-bottom:dotted #999 1px;
	font-size:16px;
	font-family:Arial, "Arial Rounded MT Bold";
	margin-bottom:5px;
}
h4{
	color:#224F3B;
	border-bottom:dotted #999 1px;
	font-size:15px;
	font-family:Arial, "Arial Rounded MT Bold";
	margin-bottom:5px;
}
h5{
	color:#030;
	font-size:18px;
	font-family:Arial, "Arial Rounded MT Bold";
	margin-bottom:5px;
}
	
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	border: 0px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 5px auto 4px auto; 
	text-align: left;
	height:auto;
	width: 951px; 
}


/* Header */
.gfx {
	/*background: #222 url(img/dark_pixel.jpg) no-repeat;*/
	height: 210px;
	background:url(../../../images/misc/ndc3_02.png) no-repeat;
	padding-top:20px;
	

}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}
.gfx a { color:#030;
text-decoration:none;}

/* Menu */

.menu a {
	font-family:Arial, "Arial Rounded MT Bold";
	background:#003B22 url(img/bgmenu.png) repeat-x;
	border-right: 0px solid #222;
	border-top: 0px solid #1A1A1A;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	float:left;
	margin-left:1px;
	padding: 10px 0px 0px 0px;
	width: 130px; height: 22px;
}
.menu a span {
	padding-left: 6px;
	}
.menu a:hover {
	background-position: left bottom;
	color:#030;
}
.menu a#last {
	width: 150px;
	border-right: none;
}
.menu active{
	color:#600;}

/* Content */
#content {
	border-top: 0px solid #1A1A1A;
	background: #FFF;
	width:951px;
	font-size:12px;
	clear: both;
	padding-bottom:10px;}
#content h1 {
	color:#030;
	font-size:24px;
	font-family:Arial, "Arial Rounded MT Bold";
	margin-bottom:25px;
}
#content p {
	margin: 10px 0px 5px 0px;
	font-family:Verdana, Geneva, sans-serif;
}
#content img {
	margin: 10px 10px 5px 15px;
	-moz-border-radius: 10px; overflow: hidden;
	
}

#content p a {
	color:#09F;
	font-size:10px;
	}
#content p a:hover {
	color:#030;
	font-size:10px;
	text-decoration:none;}
.item {
	background: #FFF ;/*url(img/bgitem.gif) repeat-x*/
	padding: 8px 10px;
	float:right;
	width:300px;
	right:0;
	height:auto;
	
}


/* Footer */
.footer {
	padding-top: 5px;
	
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	color:#999;
	
} 
.footer a {
	color:#999;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	font-family:Arial, "Arial Rounded MT Bold";
	
	}
.footer a  strong{
	color:#FFF;
padding-left:10px;
padding-right:10px;}

.footer a:hover{
	color:#FFF;
	text-decoration:underline;
	
	}

/* Albumy */

.album	{
border:1px solid #aaa;
text-align:center;
margin:0 auto;
}

.album	td {
width:48%;
}

.album  * img	{
border:0;
text-decoration:none;
}

.album i	{
font-size:x-small;
}	
.toppy{
	margin-bottom:155px; text-align:right; font-family:Arial, 'Arial Rounded MT Bold'; font-size:12px; font-weight:bold; color:#030; padding:0px 23px 0px 0px;}
.lefty{
	width:150px; 
	float:left; 
	height:inherit; 
	background:#F4F7E9; 
	font-family:Arial, 'Arial Rounded MT Bold'; 
	font-size:12px;
	padding:20px 10px 0px 0px; 
	}
.lefty a{
	color:#090;
	text-decoration:none;
	}
.lefty ul{
	font-size:13px;
	
	}
.lefty li{
	height:auto;
	list-style-image:url(../../../images/logobullet.png);
	}
.lefty li ul li a {
	font-size:13px;
	text-align:right;
	
	
	}
.leftybold{
	color:#224F3B;
	}
.bdrbottom{
	padding:20px;
	margin-bottom:20px;
	border-bottom: #D2ECD5 dotted 2px;}
.bdrbottom strong{
	text-align:left;
	color:#030}
.bdrbottom li{ margin-left:20px;}
.bdrbottom p{ text-align:justify;}
.padright{padding-right:70px;}

.bdrbottom5{
	margin-bottom:20px;
	border-bottom: #666 dotted 1px;}
	
	