body {
	margin: 0px;
	padding: 0px;
	background-color: #444;
	font-family: Tahoma, Lucida Console;
	font-size: 13px;
	color: #AAA;
}

a {
	color: white;
	text-decoration: none;
}


b {
	color: #DDD;
}
div.menu {
	right: -20px;
	position: relative;
	float: right;
	width: 150px;
	padding-bottom: 50px;
}


div.menu a {
	text-align: right;
	padding: 2px;
	padding-right: 20px;
	display: block;
	text-decoration: none;
	background-position: 100% 50%;
	background-repeat: no-repeat;		
	background-image: url("../img/dark_gray_box.gif");	
}
div.submenu a {
	padding: 10px;
	padding-right: 20px;
	border-right: 2px;
}


div.menu a:HOVER {
	color: #FFF;

}

a.box {
	display: block;
	padding: 2px;
	padding-left: 16px;
	text-decoration: none;
	background-position: 0% 50%;
	background-repeat: no-repeat;		
	background-image: url("../img/gray_box.gif");	

}

a.dark_gray_box {
	display: block;
	padding: 2px;
	padding-left: 16px;
	text-decoration: none;
	background-position: 0% 50%;
	background-repeat: no-repeat;		
	background-image: url("../img/dark_gray_box.gif");	

}

a.green_box {
	display: block;
	padding: 2px;
	padding-left: 16px;
	text-decoration: none;
	background-position: 0% 50%;
	background-repeat: no-repeat;		
	font-weight: bold;
	background-image: url("../img/green_box.gif");	

}



span.red {
	color: red;
}

div.canvas {
	background-image: url("../img/canvas.gif");
	background-position: 50% 0%;
	background-repeat: repeat-y;		

}

div.h_canvas {
	background-image: url("../img/h_canvas.gif");
	background-position: 50% 0%;
	background-repeat: no-repeat;	
}

div.f_canvas {
	background-image: url("../img/f_canvas.gif");
	background-position: 50% 100%;
	background-repeat: no-repeat;	
}


div.canvas {
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

div.i_canvas {
	margin-left: auto;
	margin-right: auto;
	width: 630px;
	padding: 10px;
	
	height: auto !important;
	min-height: 650px;
	height: 650px;
	background-position: 100% 100%;
	background-repeat: no-repeat;	
}

div.footer {
	height: 60px;
	padding-top: 0px;
	padding-left: 100px;
	background-color: #444;
	background-image: url("../img/footer.gif");
	background-position: 50% 0%;
	background-repeat: no-repeat;	
}

div.footer_dots {
	font-size: 5px;
	float: right;
	width: 100px;
	padding: 0px;
	margin: 0px;
}

a.foot_box {
	padding: 0px;
	margin: 0px;
	margin-right: 4px;
}
a.foot_box img{
	width: 11px;
	height: 11px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	margin-right: 0px;
}


div.lang {
	padding-top: 10px;
}

div.header {

	background-position: 0% 80%;
	background-repeat: no-repeat;		
	background-image: url("../img/header.gif");	
	
	color: #DDD;
	height: 100px;
}

div.inset {
	padding-right: 220px;
}
div.page {

}

h1 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 20px;
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}


textarea, input.text {
	border: 0px solid #333;
	background-color: transparent;
	background-image: url("../img/lines.gif");
	background-position: 0% 0%;
	font-size: 13px;
	font-family: Courier New;
	color: white;
	overflow: hidden;
	width: 400px;
}

input.button {
	background-position: 0% 50%;
	background-repeat: no-repeat;		
	font-weight: bold;
	padding-left: 16px;
	border: 0px;
	background-image: url("../img/blue_box.gif");	
	background-color: transparent;
	color: white;
	font-family: Tahoma;
}

form div {
	padding: 3px;
	padding-top: 10px;
}