
/* Top Elements */
* { 
	margin: 0; 
	padding: 0; 
	outline: 0;
}

html, body{
	height: 100%;
}

body {
	background-color: #2C2C44;
	color: #F9F7D7;
	font-family: Verdana, Courier New;
	font-size: 12px;
}

/* links */
a, a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #869EB6;
	text-decoration: underline;
}

/* headers */

h1 {
	font-size: 150%;	
	font-weight: normal;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%; 
}

/* images */
img {
	border: 0;
}


h1, h2, h3{
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}


/* start - table */
table {
	border-collapse: collapse;
	
}
/* end - table */

/* form elements */
form {
	margin:10px; 
	padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 	
}
label {
	font-weight:bold;
	margin:5px 5px;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	border: none;
	background-color: #93BC0C;
	color: #FFF;
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
}

/**********************************************/

#body{
	background: #2D2F44 url('../img/bg.jpg') no-repeat;
	width: 998px;
	height: 749px;
	margin: 0 auto;
}

#menu-1{
	position: relative;
	left: 28px;
	top: 80px;
}
#menu-2{
	position: relative;
	left: -128px;
	top: 130px;
}
#menu-3{
	position: relative;
	left: -290px;
	top: 180px;
}
#menu-4{
	position: relative;
	left: -430px;
	top: 240px;
}
#menu-5{
	position: relative;
	left: -575px;
	top: 490px;
}
#menu-6{
	position: relative;
	left: -715px;
	top: 545px;
}

#frame-top-1{
	position: relative;
	left: 700px;
	top: 0px;
	z-index: 2;
}
#frame-top-2{
	position: relative;
	left: 586px;
	top: 85px;
	z-index: 2;
}
#frame-bottom-1{
	position: relative;
	left: 20px;
	top: 400px;
	z-index: 2;
}
#frame-bottom-2{
	position: relative;
	left: -20px;
	top: 524px;
	z-index: 2;
}

#title{
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.lang {
	position: absolute;
	left: 300px;
	top: 50px;
	
}
.lang a {
	text-decoration: none;
}