/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#f87d3a;
	background-repeat: repeat-x;
	font-family:"Trebuchet MS", "Century Gothic", Arial;
	background-image:url(images/bg_body.jpg);
}

a { color:#0000FF; }


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

h1 { font-size:1.8em; }

h2 { font-size:1.4em; color:#EE9118; }

h3 { font-size:1.2em; }

.list_image {
	list-style-image:url(images/bullet_image.gif);
}

.divider_line {
	color:#F87D3A;
	background-color:#F87D3A;
	border:1px solid #F87D3A;
	height:2px;
}

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


#main_container {
	position:relative;
	margin:0 auto;
	width:850px;
	height:auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_main-container.jpg);
}

#header {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:351px;
	background-repeat: no-repeat;
	background-image: url(images/bg_header.jpg);
}

#flag {
	position:absolute;
	top:-10px;
	left:0;
	width:190px;
	height:54px;
	float: right;
	margin: 310px 0 0 330px;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:8px;
	left:9px;
	width:79px;
	height:176px;
	float: left;
	margin: 155px 0 0 35px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:auto;
	padding: 50px 0 0 0;
	background-repeat: no-repeat;
	background-image: url(images/bg_main.jpg);
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:487px;
	height:auto;
	margin: 0 0 0 30px;
	padding: 10px 10px 0 5px;
}

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

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:264px;
	height:auto;
	margin: 80px 30px 0 0;
}

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:810px;
	height:13px;
	clear:both;
	padding: 0 20px;
	background-repeat: no-repeat;
	background-image:url(images/bg_footer.jpg);
}

#footer a {
	text-decoration:none;
}

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

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	width:79px;
	float:left;
	background-repeat:no-repeat;
	cursor:pointer;
}

a#nav_01 {
	height:28px;
	background-position:0 0;
	background-image:url(/images/nav/nav2.gif);
}

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

a#nav_02 {
	height:30px;
	background-position:0 -28px;
	background-image:url(/images/nav/nav2.gif);
}

a:hover#nav_02 {
	background-position:-79px -28px;
}

a#nav_03 {
	height:30px;
	background-position:0 -58px;
	background-image:url(/images/nav/nav2.gif);
}

a:hover#nav_03 {
	background-position:-79px -58px;
}

a#nav_04 {
	height:29px;
	background-position:0 -88px;
	background-image:url(/images/nav/nav2.gif);
}

a:hover#nav_04 {
	background-position:-79px -88px;
}

a#nav_05 {
	height:31px;
	background-position:0 -117px;
	background-image:url(/images/nav/nav2.gif);
}

a:hover#nav_05 {
	background-position:-79px -117px;
}

a#nav_06 {
	height:28px;
	background-position:0 -148px;
	background-image:url(/images/nav/nav2.gif);
}

a:hover#nav_06 {
	background-position:-79px -148px;
}
