/* css reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}

/* Felinus */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background: #A8D2A7 url(images/gradient.jpg) repeat-y top left;
	color: #555;
	_width: 1010px; /* for IE6 */
	_background: #fff url(images/gradient.jpg) repeat-y top left;

}

table { 
	margin: auto;
}

.topalign { 
	vertical-align: top; 
}

td { 
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
}

td.halfwidth { 
	width: 50%;
}

td.width220 { 
	width: 220px;
}

td img { 
	margin-top: 6px;
}

h1 { 
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia,'Times New Roman',Times,serif;
	letter-spacing: 1px;
	margin-bottom: 15px;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 15px;
			padding-bottom: 0px;
			border-bottom: none;
}

p { 
	margin-bottom: 15px;
	line-height: 1.3em;
}

a, a:link, a:active, a:visited, a:hover { 
	color: #358E40;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

a:hover { 
	text-decoration: underline;
}

a img { 
	text-decoration: none;
	border: none;
}

#pagewrapper {
	height: 100%;
	width: 100%;
	background: url(images/bg.jpg) no-repeat top left;
}

#wrapper {
	width: 725px;
	background: url(images/bookmark-long.gif) no-repeat top right;
		width: 100%;
		border: 0px solid red;
		min-width: 975px;
}

#bookmark-text{
	width: 118px;
	float: right;
	margin-top: 155px;
	margin-right: 6px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #000;
	line-height: 16px;
		_margin-right: 3px;
}

#header {
	margin-right: 131px;
	margin-left: 225px;
		background: url(images/headerbg.gif) repeat-x top left;
	height: 87px;
}

#content-wrapper {
	background: #fff url(images/content-top-left.gif) no-repeat top left;
	margin-left: 225px;
	margin-right: 131px;
}

#content {
	padding-top: 18px;
		border: 0px solid green;
	background: url(images/content-top-right.gif) no-repeat top right;


}

#content-inner {
	margin-top: 0px;
		padding: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
		border-left: 4px solid #D1F093;
		border-right: 4px solid #D1F093;
		text-align: center;
}

#page-content {
	margin-left: 20px;
	margin-right: 20px;

		min-width: 550px;
		margin-bottom: 15px;
		text-align: left;
		min-height: 360px;
}

#content-footer-wrapper {
	height: 20px;
	background: url(images/content-bottom-right.gif) no-repeat bottom right;
}

#content-footer {
	height: 20px;
	background: #fff url(images/content-bottom-left.gif) no-repeat bottom left;
	margin-right: 30px;
}


#nav {
	margin-bottom: 25px;
	height: 35px;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited, #nav a:hover { 
	text-decoration: none;
	font-weight: bold;
	background: url(images/navbg.gif) no-repeat top left;
	display: block;
	height: 35px;
	float: left;
	text-align: center;
	line-height: 12px;
	padding-top: 4px;
	font-size: 11px;
		color: #747474;
		text-align: center;
		padding-left: 33px;
		margin-left: 6px;
		margin-right: 6px;
}

#nav a:hover { 
	color: #000;
	background: url(images/navbg-on.gif) no-repeat top left;
	text-decoration: none;
}

#nav a.lang, #nav a:link.lang, #nav a:active.lang, #nav a:visited.lang, #nav a:hover.lang { 
	text-decoration: none;
	font-weight: bold;
	background: url(images/navbg-lang-on.gif) no-repeat top left;
	display: block;
	height: 35px;
	float: right;
	text-align: center;
	line-height: 12px;
	padding-top: 4px;
	font-size: 11px;
		line-height: 21px;

		margin-left: 4px;
		margin-right: 12px;
		width: 100px;
		padding-left: 0px;

	
}

#nav a:hover.lang { 
	color: #000;
	background: url(images/navbg-lang.gif) no-repeat top left;
	text-decoration: none;
}

#footer { 
	text-align: center;
	margin-right: 131px;
	font-size: 12px;
	margin-top: 2px;
	margin-left: 225px;
	line-height: 16px;
}

#footer a { 

	font-size: 10px;
	font-weight: normal;
	color: #196B23;
}

#footer a:hover { 
	text-decoration: underline;
}

ul, ul li { 
	list-style-type: disc;
	margin-top: 10px;
	margin-left: 20px;
	line-height: 1.2em;
}

ul { 
	margin-bottom: 10px;
}

ul.nospace li { 
	margin-top: 2px;
}
