/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:.9em;
	line-height: 1.6em;
	margin:0 0 25px 0;
	background-color:#333;
	background-repeat: repeat-x;
	font-family:Georgia, Times New Roman, Helvetica, sans-serif;
	background-image:url(images/bg_body.gif);
}

a { color:#888; text-decoration:none; }

a:hover { color:#fff; text-decoration:underline; }

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

h1 { font-size:1.6em; }

h2 { font-size:1.2em; }

h3 { font-size:1em; }

h4 { font-size:.9em; }

input { background-color:#111; border:1px solid #666; color:#AF3615; }

strong {
	font-size:1.5em;
}

.foot-text {
	height:auto;
	width:auto;
	float:left;
}

.small_text {
	font-size: .8em;
}

.small_link {
	font-size: .8em;
}

.red {
	color: #8C1D02;
}

.first_word {
	float:left;
	font-size: 2em;
	border-bottom: 1px solid #fff;
	font-family: "Times New Roman", Times, serif;
}

.first_word2 {
	color: #8A1A06;
	font-size: 1.8em;
	padding: 0 3px 0 0;
	font-family: "Times New Roman", Times, serif;
}
/* ---- layout settings ----------------------- */


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

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

#newsletter {
	position:relative;
	top:10px;
	right:50px;
	height:0;
	width:auto;
	float:right;
}

#flag {
	position:relative;
	top:230px;
	left:50px;
	width:auto;
	height:auto;
}

#rdm_img {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:377px;
	height:225px;
	margin:15px 40px 0 0;
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:59px;
	left:233px;
	width:528px;
	height:35px;
}

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

#main {
	position:relative;
	top:0;
	left:40px;
	width:700px;
	height:auto;
	padding:5px 20px;
	background-repeat: repeat-y;
	background-image: url(images/bg-repeat.gif);
}

#main2 {
	position:relative;
	top:0;
	left:40px;
	width:700px;
	height:auto;
	padding:5px 20px;
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:450px;
	height:auto;
}

#content_main2 {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:620px;
	height:auto;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:218px;
	height:auto;
	font-size: .9em;
	padding: 10px 0;
}

#side_bar a {
	color: #000;
}

#side_bar p,h1,h2,h3,h4 {
	margin: 0 0 0 6px;
}
/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	clear:both;
	width:720px;
	height:20px;
	padding: 0 40px;
	background-repeat: repeat-y;
	background-image: url(images/bg_footer.gif);
	
}

#foot-content {
	position:relative;
	top:10px;
	left:170px;
	height:20px;
	width:auto;
}
	
#footer a {
	text-decoration:none;
}

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

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

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

a#nav_01 {
	width:83px;
	background-position:0 0;
	background-image:url(images/nav/nav2.gif);
}
a:hover#nav_02 {
	background-position: -83px -35px;
}

a#nav_02 {
	width:112px;
	background-position:-83px 0;
	background-image:url(images/nav/nav2.gif);
}

a:hover#nav_03 {
	background-position: -195px -35px;
}

a#nav_03 {
	width:110px;
	background-position:-195px 0;
	background-image:url(images/nav/nav2.gif);
}

a:hover#nav_04 {
	background-position: -305px -35px;
}

a#nav_04 {
	width:118px;
	background-position:-305px 0;
	background-image:url(images/nav/nav2.gif);
}

a:hover#nav_05 {
	background-position: -423px -35px;
}

a#nav_05 {
	width:105px;
	background-position:-423px 0;
	background-image:url(images/nav/nav2.gif);
}


#slider {
    position:relative;
left:554px;
top:25px;
    width:180px; /* Change this to your images width */
    height:182px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    right:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
