html, body {
		background-color: #000;/*default #000*/;
		text-align: center;
		font-family:  Arial, "Trebuchet MS", Tahoma, Verdana, Sans-serif;
		font-size: 100%;
	}

body img {border: 0;}

body a {
	text-decoration: none;
	}

body a:hover {
	text-decoration: underline;
	}

body a:visited {
		color: #1e4483;
	}

div#root {
		background: #000; 
		width: 780px;
		margin: 5% auto;
		padding: 0;
		text-align: left;
		border: 1px #111 solid;
	}

div#header { 
		width: 776px;
		min-height: 80px;
		margin: 0;
		padding: 2px;
		background: #111 url(../i/h_bg.jpg) top right no-repeat;;
		border-top: 1px #222 solid;
	}		

div#nav {
		width: 180px;
		height: 500px;
		margin: 0;
		padding: 10px;
		*padding: 5px 5px;
		float: left;
		display: inline;
	}
	
#root > #nav {min-height: 500px;}
	
div#content {
		width: 550px;
		margin: 0 0 10px 205px;
		padding: 10px;
		height: 600px;
		background: #000 url(../i/c_bg.jpg) bottom right no-repeat;
	}	

#content .text {width: 540px; border: 0; padding: 0;}
	
#root > #content {height: auto; width: 550px; min-height: 600px;}
#conetnt > .text {width: 550px;}

p#foot {
		font-size: 0.75em;
		text-align: right;
		color: #888;
		width: 768px
		margin: 0;
		padding: 4px 6px 7px 6px;/
		background-color: #111;
		border-top: 1px #333 solid;
	}

p#foot em {float: left; margin: 0 0 0 8px; font-style: normal;}
p#foot em a {font-weight: normal; color: #eee;}
p#foot a {color: #888; font-weight: bold;}
p#foot a:hover {color: #aaa;}
p#foot em a:hover {color: #ff9; text-decoration: none;}
p#foot em img {margin: 0 4px 0 0; border: 0;}

#header h1 {margin: 10px 10px 0 8px; padding: 0; visibility: hidden;}

#header div#lang_select {
		float: right;	
		display: inline;
		font-size: 11px;
		padding: 0;
		margin: 14px 14px 0 0;
		color: #aaa;
	}
	
#header div#lang_select img {vertical-align: middle; margin-left: 2px;}

#header div#path {
		width: auto;
		font-size: 11px;
		padding: 0;
		margin: 2px 10px 5px 11px;
		color: #fff;
	}
	
#header a {color: #9cf;}
		
#nav ul {
	width: 180px;
	list-style-type: none;
	margin: 0;
	*margin: 1em 0 0 0;
	padding: 0;
	}

#nav li {
	height: 20px;
	border: 0;
	margin: 1px 0;
	*margin: -1px 0;
	padding: 2px 4px;
	*padding: 0 4px;
	font-size: 11px;	
	font-weight: bold;
	text-align: right;
	background: #fff url(../i/menu_bg.png) 0 0 repeat-x;
	}

#nav > ul li {height: 16px;}
		
#nav li:hover {background: #fff url(../i/menu_bg_over.png) 0 0 repeat-x;}
#nav li a {color: #fff; display: block; margin: 1px 4px 0 0;}
#nav li a:hover {color: #fff;}

#content h1 {
		font-size: 1.2em;
		margin: 0;
		padding: 1px 4px;
		color: #fff;
		font-family: "Trebuchet MS", Verdana, Sans-serif;
		}
	
#content .text h2 {
		font-size: 0.95em;
		margin: 1.4em 0 0.4em 0;
		padding: 0 2px;
		color: #fff;
		font-family: "Trebuchet MS", Verdana, Sans-serif;
	}

#content h3 {
		font-size: 10px;
		color: #999;
		margin: 0 0 1em 0;
		padding: 1px 4px;
		background-color: #000;
		background: #000 url(../i/h1_bg.png) 0 0 repeat-x;
	}


#content .text h4 {
	font-size: 11px;
	color: #555;
	margin: 0 0 0 2px;
	padding: 0;
	}
	
#content .text p, #content .text {
		font-size: 0.85em;
		color: #ccc;
		margin: 0 0 1em 0;
		padding: 0 4px;
		line-height: 1.3em;
	}

#content .text ul li {font-size: 0.82em;}

#content .text a {color: #9cf;}
	
#content .text p img {float: right; margin: 0 3em 0 0; padding: 4px; border: 1px #000 solid;}

#path form {margin: 0; padding: 0;}
#path form #string {width: 95px; font-size: 10px;}
#path form #button {
		font-size: 11px;
		font-weight: bold;
		color: #000;
	}

object#logo  {margin: 15px 0 0 10px;}
object#anim {margin: 2px 0;}

#content table.outside {
	border: 1px #444 solid;
}

#content table table.inside td {
	background-color: #333;
	font-size: 0.85em;
}

#content table th {
	background-color: #555;
	font-size: 0.9em;
}

#content table #desc {
	background-color: #222;
}

#desc ul {
	list-style-type: square;
	list-style-position: inside;
	padding: 0;
	margin: 1em;
}


#content form dl, #content form dd {padding: 0; margin: 0;}
#content form dt {margin: 0.5em 0 0 0;}
#content form, input {
                margin: 0;
                padding: 2px;
        }

#content form textarea, #content form input {border: 1px #888 solid; padding: 2px;}
#content form textarea {width: 400px; height: 180px;}
#content form .fill {width: 100px;}
#content form #button {
                width: auto;
                background: #fff url(i/menu_bg.png) 0 0 repeat-x;
                font-size: 11px;
                padding: 2px;
                border: 1px #888 solid;
                margin: 1em;
        }

#content form dt, #content form dd {font-size: 0.85em;}

#content em.star {color: #f00; font-weight: bold;
#content form dd {margin-bottom: 0.8em;}

#content hr {margin-bottom: 1em;}


