/* ----------------------------------------------------
   C O M M O N
------------------------------------------------------*/

* {
	border: none;
	margin: 0;          /* top, right, bottom, left */
	padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
}


/* ----------------------------------------------------
   P A G E
------------------------------------------------------*/


html, body {
	background: url(../images/bg_body.png) #ECECE4 50% 50%;
	color: #000000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}


/* ----------------------------------------------------
   C O N T A I N E R
------------------------------------------------------*/

#wrapper {
	margin: 0px auto;
	width: 955px;
}

#container {
	background-color: #FFF8E4;
	border: solid 1px #4B4B49;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 953px;
}


/* ----------------------------------------------------
   H E A D E R
------------------------------------------------------*/

#header{
	background: url(../images/logo.png) left no-repeat;
	background-color:#ffffff;
	float: left;
	height: 120px;
	width: 953px;
	position: relative;
}

#header_menu{
	position: absolute;
	width : auto;
	height : 20px;
	bottom : 0px;
	left : 150px;
}

#header_menu a{
	color:#11429e;
	font-weight:bold;
	margin-right: 25px;
}


/* ---  LOGO  --- */

#header_logo {
	float: left;
	height: 120px;
	width: 120px;
}

#header_logo h1 {
	height: 74px;
	margin: 18px 0px 0px 36px;
	text-indent: -100em;
	width: 74px;
}

#header_logo h1 a {
	display: block;
	height: 74px;
	overflow: hidden;
	width: 74px;
}


/* ----------------------------------------------------
   M A I N
------------------------------------------------------*/

#main {
	float: left;
	width: 953px;
	padding-bottom: 30px;
}

/* ----------------------------------------------------
   F O O T E R
------------------------------------------------------*/

#footer {
	background: url(../images/bg_footer.png) top left repeat-x;
	color: #F2F8F8;
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	height: 50px;
	overflow: hidden;
	width: 953px;
}

#footer p.info {
	margin-top: 27px;
	text-align: center;
}

#footer a {
	color: #F2F8F8;
	text-decoration: none;
}


/* ----------------------------------------------------
   C O N T E N T S
------------------------------------------------------*/

#textcontent {
	display: inline; /* IE Hack */
	color: #363636;
	float: left;
	margin-right: 15px;
	width: inherit;
}

#textcontent h1 {
	color: #363636;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

#textcontent h2 {
	color: #363636;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 20px;
}

#textcontent p {
	line-height: 18px;
	margin: 16px 0px 16px 0px;
}

#textcontent p.flag {
	font-size: 11px;
	text-align: right;
}

#textcontent a {
	color: #dd3333;
	text-decoration: underline;
}

#textcontent a.pdf {
	color: #000000;
	border-bottom: solid 1px #D5D5D5;
	font-weight: bold;
	padding-bottom: 1px;
	text-decoration: none;
}

#textcontent p.flag a {
	text-decoration: none;
}


#textcontent img.smallicon {
	margin: 1px 3px 1px 1px;
	vertical-align: middle;
}

#textcontent img.flag {
	margin: 0px 6px 0px 0px;
	vertical-align: -2px;
}

#textcontent img.content_left {
	margin: 10px 20px 10px 0px;
}

#textcontent img.content_right {
	margin: 10px 0px 10px 20px;
}


#imageflash {
	display: inline; /* IE Hack */
	float: left;
	height: 260px;
	margin: 50px 0px 0px 15px;
	overflow: hidden;
	width: 457px;
}

#gallery {
	display: inline; /* IE Hack */
	float: left;
	height: 100%;
	margin: 10px 0px 0px 15px;
	overflow: hidden;
	width: 457px;
}
#gallery img{
	margin: 00px 0px 0px 0px;
	width : 50%;
}

