body {
	margin: 0;
	padding: 0;
	background: #190e48 url('../images/bg.jpg') repeat-y 789px 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#container {
	width: 789px;
    /*margin: 10px auto 0;*/
	background: url('../images/cont-bg.jpg') repeat-y;
}

#left {
	width: 199px;
	float: left;
}

#menu-top {
	height: 79px;
	background: url('../images/menu-top.jpg') no-repeat;
}
#menu {
	background: url('../images/menu-bg.jpg') repeat-y;
	padding: 0 0 16px 0;
}
#menu a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 20px 5px 30px;
	background: url('../images/arrow.gif') no-repeat 17px 6px;
}
#menu a:hover {
	background: url('../images/arrow-anim.gif') no-repeat 17px 6px;
}
#menu-bottom {
	height: 43px;
	background: url('../images/menu-bottom.jpg') no-repeat;
}


#logo {
	display: block;
	height: 120px;
	background: url('../images/logo.jpg');
}

#right {
	width: 590px;
	float: right;
}
#flags {
	position: absolute;
	margin: 0 0 0 590px;
	background: url('../images/flags.jpg') no-repeat;
	width: 34px;
	height: 58px;
}
#flags a {
	display: block;
	height: 29px;
}

#header-bottom {
	background: url('../images/header-bottom.jpg') no-repeat;
	height: 43px;
}
#content {
	padding: 20px;
}
#content h2, #links h2 {
	font-size: 16px;
	font-weight: bold;
	color: #190e48;
	padding: 0;
	margin: 0 0 16px 0;
}


#footer {
	height: 61px;
	background: url('../images/footer.jpg') no-repeat;
}
#footer a {
	display: block;
	float: right;
	height: 20px;
	width: 160px;
	margin-top: 35px;
}

.clear {
	line-height: 0;
	clear: both;
}

.default_form {
	margin: 16px 0;
}
.default_form .table {
	width: 100%;
}
.default_form .label {
	width: 25%;
	vertical-align: top;
}
.default_form .field {
	width: 75%;
	vertical-align: top;
	padding: 0 0 7px 0;
}
.default_form .input {
	width: 100%;
}

.fck strong {
	color: #190e48;
}
.fck a {
	color: #2a0aaf;
	text-decoration: underline;
}

#links {
	float: right;
	width: 150px;
	min-height: 100px;
	padding: 10px;
	color: #ffffff;
	background:url("../images/cont-bg.jpg") repeat-y;
	position: absolute;
	margin:0 0 0 590px;	
}

#links a {
	color: #ffffff;
	text-decoration: none;
	font-size:13px;
	font-weight:bold;
}

#links a:hover {	
	text-decoration: underline;
}

#links h2 {
	color: #ffffff !important;
}
