/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#EDEDED;
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	background-image:url(images/bg_body.jpg);
	
}

a { 
	color: #679acd;
	text-decoration:underline; 
}

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

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

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

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

.lrg_img {
	border: 1px solid #a1a1a1; 
	padding: 2px;
	}

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

.quote {
	color: #679acd;
	font-size: 1.4em;
	font-style: italic;
}

.flag {
	color: #679acd;
	font-size: 1.8em;
	font-family: "Trajan Pro", "Times New Roman", serif;
}

.hr {
	border: 3px solid #e0e0e0;
}

.intro {
	font-size: 1.3em;
}

.allure {
	padding: 3px;
	float: left;
	border: 1px solid #a1a1a1;
}

.allure_container {
	width: 120px;
	height: auto;
	float: left;
	margin: 0 50px 0 0;
	text-align: center;
}
/* ---- layout settings ----------------------- */


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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:125px;
	left:10px;
	width:890px;
	height:40px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:880px;
	height:auto;
	margin: 0 0 0 7px;
	padding: 0 0 20px 20px;
	background-repeat: repeat-x;
	background-image: url(images/bg_main.jpg)
}

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

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

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

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

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

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

#footer {
	position:relative;
	top:0;
	left:0;
	clear:both;
	color:#666;
	width:910px;
	height:35px;
	margin: 0 auto;
	padding: 10px 40px 0 0;
	background-repeat: no-repeat;
	background-image: url(images/img_footer.jpg);
}

#footer a {
	color: #679acd;
	text-decoration:underline;
}

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

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

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

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

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

a#nav_02 {
	width:88px;
	cursor:default;
	background-position:-74px 0;
}

a:hover#nav_02{
	background-position:-74px -40px;
}

.active_02 {
	background-position:-74px -40px !important;
}

a#nav_03 {
	width:149px;
	cursor:default;
	background-position:-162px 0;
}

a:hover#nav_03{
	background-position:-162px -40px;
}

.active_03 {
	background-position:-162px -40px !important;
}

a#nav_04 {
	width:114px;
	cursor:default;
	background-position:-311px 0;
}

a:hover#nav_04{
	background-position:-311px -40px;
}

.active_04 {
	background-position:-311px -40px !important;
}

a#nav_05 {
	width:163px;
	cursor:default;
	background-position:-425px 0;
}

a:hover#nav_05{
	background-position:-425px -40px;
}

.active_05 {
	background-position:-425px -40px !important;
}

a#nav_06 {
	width:73px;
	cursor:default;
	background-position:-588px 0;
}

a:hover#nav_06{
	background-position:-588px -40px;
}

.active_06 {
	background-position:-588px -40px !important;
}

a#nav_07 {
	width:229px;
	cursor:default;
	background-position:-661px 0;
}

a:hover#nav_07{
	background-position:-661px -40px;
}

.active_07 {
	background-position:-661px -40px !important;
}
