/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.85em;
	margin:0 0 25px 0;
	background-color:#961011;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.gif);
}

a { color:#0000FF; }

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.1em; }

h2 { font-size:1em; }

h3 { font-size:1em; }

/* ---- class settings ----------------------- */

.a-img { border:0; }

.flag { margin:0 0 8px 0; }

.img-border { border:2px solid #6E0B0E; margin:5px; }

.text-input {
	border:1px solid #850D0E;
	background-color:#F4F2CB;
	font-family:Georgia, Arial, Helvetica, sans-serif;
}

.message {
	width:250px;
	height:100px;
	border:1px solid #850D0E;
	background-color:#F4F2CB;
	font-family:Georgia, Arial, Helvetica, sans-serif;
}

/* ---- layout settings ----------------------- */

#main_container {
	position:relative;
	margin:0 auto;
	width:501px;
	height:702px;
	padding:98px 132px 0 132px;
	background-repeat:no-repeat;
	background-image:url(images/bg_main.jpg);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:501px;
	height:188px;
	margin:32px 0 8px 0;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:536px;
	height:24px;
	margin:0 -35px 0 0;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:501px;
	height:auto;
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	width:471px;
	height:291px;
	padding:10px 15px 10px 15px;
	background-repeat:no-repeat;
	background-image:url(images/bg_home-content.jpg);
}

#content {
	position:relative;
	top:0;
	left:0;
	width:471px;
	height:291px;
	overflow:auto;
}

#content a { color:#850D0E; }

/* ---- end main content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	clear:both;
	width:501px;
	height:25px;
	font-size:11px;
	margin-top:50px;
	text-align:right;
}

#footer a {
	color:#E6EF9C;
	text-decoration:none;
}

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

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:right;
	height:24px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:48px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -24px;
}

.active_01 {
	background-position: 0 -24px !important;
}

a#nav_02 {
	width:53px;
	background-position:-48px 0;
}

a:hover#nav_02{
	background-position:-48px -24px;
}

.active_02 {
	background-position:-48px -24px !important;
}

a#nav_03 {
	width:70px;
	background-position:-101px 0;
}

a:hover#nav_03{
	background-position:-101px -24px;
}

.active_03 {
	background-position:-101px -24px !important;
}

a#nav_04 {
	width:66px;
	background-position:-171px 0;
}

a:hover#nav_04{
	background-position:-171px -24px;
}

.active_04 {
	background-position:-171px -24px !important;
}

a#nav_05 {
	width:86px;
	background-position:-237px 0;
}

a:hover#nav_05{
	background-position:-237px -24px;
}

.active_05 {
	background-position:-237px -24px !important;
}




