/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#938c7b;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat:repeat;
	background-position: top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg_body.jpg);
	line-height:18px;
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

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

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.flag { 
	font-size:24px;
	color:#864014;
	font-style:italic;
}

#community-box {
position:absolute;
width:320px;
height:50px;
top:0;
right:30px;
}


/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

.gallery img {
	padding: 1px;
	border: 4px solid #CCC3A6;
}

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


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

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

#header_repeat {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	background-image:url(images/bg_header-repeat.jpg);
	background-repeat:repeat-x;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:67px;
	left:240px;
	width:695px;
	height:22px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:935px;
	height:auto;
padding:0 0 0 25px;
}

#main-photo {
position:relative;
width:627px;
height:203px;
float:left;
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:555px;
	height:auto;
background-color:#eee9d8;
border:1px solid #cdc2a9;
padding:20px;
margin:15px 0 15px 15px;

}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:280px;
	height:auto;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:890px;
	height:33px;
	clear:both;
margin:0 auto;
padding:10px 10px 0 10px;
	background-color:#918063;
	color:white;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a:hover#nav_02{
	background-position:-53px -22px;
}


a#nav_03 {
	width:52px;
	
	background-position:-221px 0;
}

a:hover#nav_03{
	background-position:-221px -22px;
}


a#nav_04 {
	width:102px;
	
	background-position:-273px 0;
}

a:hover#nav_04{
	background-position:-273px -22px;
}

a#nav_05 {
	width:96px;
	
	background-position:-375px 0;
}

a:hover#nav_05{
	background-position:-375px -22px;
}


a#nav_06 {
	width:151px;
	
	background-position:-471px 0;
}

a:hover#nav_06{
	background-position:-471px -22px;
}


a#nav_07 {
	width:73px;
	
	background-position:-622px 0;
}

a:hover#nav_07{
	background-position:-622px -22px;
}

