/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666;
	font-size:1em;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(images/bg_header.jpg);
}

a { color:#666; }

ol {
	color: #e8842f;
	font-size: 1.3em;
}

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;
}

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

.flag {
	color: #e8842f;
	font-size: 2.3em;
	font-weight: bold;
}

.flag_small {
	color: #e8842f;
	font-size: 1.4em;
	font-weight: bold;
}

.large {
	font-size: 1.3em;
}

.grey_li {
	color: #666;
}

.side_box {
	position:relative;
	top:0;
	left:0;
	width:270px;
	height:auto;
	margin: 20px 0;
	padding: 10px 10px;
	background-repeat: repeat-y;
	background-image: url(images/bg_side-repeat.jpg);
}

.side_title {
	font-size: 1.3em;
}

.number {
	position:relative;
	width:230px;
	height:30px;
	color: #e8842f;
	font-weight: bold;
	font-size: 1.2em;
}

.marquee {
	margin: 0 30px;
}

.blog_title {
	font-size: 2em;
	color: #4F4A4A;
}

.date {
	color: #8F8F8F;
	font-size: .8em;
	font-weight: bold;
}

.form_flag {
	color: #E5732D;
	font-size: 1.4em;
}

.td_bg {
	color: #333;
	font-size: 1.3em;
	background-color: #eFeFeF;
	border-bottom: 2px solid #BFBFBF;
}

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


#main_container {
	position:relative;
	margin:0 auto;
	width:950px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:140px;
}

#flash_banner {
	position:relative;
	top:0;
	left:0;
	padding:0px 0 0 0;
	width:950px;
	height:200px;
}

#text_rotation {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:25px;
padding: 5px 0 0 0;
	font-weight: bold;

}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:580px;
	height:25px;
	float: right;
	margin: 35px 0 0 0;
}

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

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

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

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


#photos {	
	position:relative;
	float:right;
	padding: 0 0 0 0;
}

#content_large {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:840px;
	height:auto;
	padding: 0 10px 0 20px;
}

#textoid {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:350px;
	height:59px;
	color: #fff;
	font-size: .9em;
	margin: 10px 0;
	padding: 12px 10px 0 170px;
	background-repeat: no-repeat;
	background-image: url(images/bg_textoids.jpg);
}

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

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

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

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

#footer_bg {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:55px;
	clear:both;
	background-repeat: repeat-x;
	background-image: url(images/bg_footer.jpg);
}

#footer_content {
	position:relative;
	top:0;
	left:0;
	color:#666;
	width:950px;
	height:auto;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

#footer a {
	text-decoration:none;
}

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

/* ---- start navigation settings -------------------------- */
 
#nav a {
	font-size: 1.1em;
	margin: 0 5px;
	text-decoration: none;
}

#nav a:hover {
	color: #e4722e;
}

