body {
text-align: center; 
font-family: Verdana, Arial, Times new roman; 
font-size: 11px; 
letter-spacing: 0px; 
font-weight: normal;
color: #000000;   
cursor: crosshair;
margin:auto;
background:#BFBFBE url(images/top.jpg) repeat-x top;
}

#bodywrap { background: url(images/bottom.jpg) repeat-x bottom; }


a {color: #201D28; text-decoration: none; font-size: 100%; font-style : normal; border-bottom: 1px dotted;
}

a:hover {color: #201D28; border-bottom: 1px solid;
}

b {
color: #3F2F1F;
}

i {
border-bottom: 1px dashed #162136;
color: #162136;
}

u {
color: #162136;
}

td { font-family: verdana; font-size: 11px; font-weight: normal; }

h1 {
color: #181D49;
font-size: 18px;
font-family: verdana;
border-bottom: 1px dotted #000000;
margin-right: 5px;
margin-bottom: 10px;
text-align: center;
letter-spacing: 2px;
}


h2 {
color: #181D49;
font-size: 18px;
border-bottom: 1px dashed #000000;
margin-right: 5px;
margin-bottom: 10px;
}

.update {
	background-image: url(images/content_01.gif);
	background-repeat: no-repeat;
	font-family: georgia, verdana;
	width: 360px;
	padding: 6px 38px 0px 10px;
	font-weight:normal;
}


.bottom {
	background-image: url(images/content_03.gif);
	background-repeat: no-repeat;
	width: 360px;
	height: 37px;
	font-family: verdana;
	font-style: italic;
	padding-right: 45px;
	padding-top: 15px;
	#text-align: right;
	padding-left: 8px;
	width: 336px;
	color: #121545;
}



.ntop {
	background-image: url(images/nav_01.gif);
	width: 153px;
	height: 57px;
	text-align: center;
	background-repeat: no-repeat;
	font-size: 10pt;
	font-family: Georgia, Verdana, Times New Roman;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: bold;
	color: #36282F;
	padding-top: 12px;
}

.nmiddle {
	background-image: url(images/nav_02.gif);
	width: 153px;
	background-repeat: repeat-y;
}

.nbottom {
	background-image: url(images/nav_03.gif);
	width: 130px;
	height: 46px;
}

.navlink {
	margin-left: 22px;
}

.navlink a:link, .navlink a:visited, .navlink a:active {
 	color: #ebebeb;
 	width: 95px;
 	text-decoration: none;
 	margin-bottom: 1px;
	border: none;
}

.navlink a:hover {
	color: #BBD3BE;
 	font-style: normal;
	cursor: default;
	border-bottom: 1px dotted #352410;
}

input, textarea, select {
	#background-color: #E2E2E2;
	background-image: url('http://shadows-serenity.info/skins/3/images/textarea.jpg');
	background-position: top;
	color: #332E34;
	font-family: verdana;
	font-size: 11px;
	border: 1px #5D5D5D solid;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 2px;
	margin: 2px;
}




input:focus { background-image: none; background-color: #ebebeb; border: 1px solid #332E34; }

select:focus { background-image: none; background-color: #ebebeb; border: 1px solid #332E34; }

textarea:focus { background-image: url('http://shadows-serenity.info/skins/3/images/texthov.jpg'); border: 1px solid #332E34; }

.box {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #D0C1AA;
	border: 2px solid #897866;
	color: #3C2A19;
	width: 335px;
}


.date {
	font-family: verdana;
	color: #000000;
}

h3 {
	font-family: Georgia, "times new roman";
	font-size: 12px;
	font-weight: bold;
	color: #67563D;
	width: 360px;
}

h3 a:link, h3 a:visited {
	color: #473821;
	text-decoration: none;
	font-family: Georgia, "times new roman";
	font-size: 12px;
}

h3 a:hover {
	color: #000000;
	text-decoration: none;
	font-family: Georgia, "times new roman";
	font-size: 12px;
}

.code { 
	background-color: #BECDE4;
	border: 1px dotted #11223D; 
	text-align: left;
	font-family: Lucida Console, Times New Roman, sans-serif; 
	font-size: 11px; 
	padding: 2px;  
	margin: 8px; 
	}

.ex {
	border: 1px solid #181F3E;
	width: 30%;
}

::-moz-selection {
	background-color: #BDDDC4;
	color: #1D4B28;
}
blockquote ::-moz-selection {
	background-color: #d1d1d1;
	color: #000000;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: -80px; /*position where enlarged image should offset horizontally */

}
