/*Formatting Background Images*/

body {
	margin: 0;
	padding: 0;
	background: #ABB5AA url(../images/bgWorld.jpg);
}

#bgr, #bgb, #bgg, #bgs{
	height:106px; 
	width:100%;
	z-index:-2;
	background: #ABB5AA url(../images/bg_map_red.jpg) repeat-x; 
}

#bgg{
	background: #ABB5AA url(../images/bg_map_gold.jpg) repeat-x; 
}

#bgb{
	background: #ABB5AA url(../images/bg_map_blue.jpg) repeat-x; 
}

#bgs{
	background: #ABB5AA url(../images/bg_map_silver.jpg) repeat-x; 	
}

/*LAYOUT CENTER PAGE AND MASTHEAD */

#center {     
	position: absolute;
	width: 777px;
	left: 50%;
	margin-left: -386px;
	z-index:2;
}

#masthead{
	z-index: 2;
	postion: absolute;
	top: 0px;
	height: 75px;
	margin: 0;
	padding: 0;
}

#search {
	z-index:3;
	position: absolute;
	left: 615px;
	top: 20px;
	padding: 0;
	margin: 0;
	background: transparent;
}

#tag {
	z-index:3;
	position: absolute;
	left: 167px;
	top: 40px;
	padding: 0;
	margin: 0;  
	background: transparent;
}

#IREX {
	z-index:3;
	position: absolute;
	left: 169px;
	top: 20px;
	padding: 0;
	margin: 0;  
	background: transparent;
}

#subscribe {
	z-index:3;
	position: absolute;
	left: 633px;
	top: 80px;
	padding: 0;
	margin: 0;  
	background: #535249;
}


/*MASTHEAD ELEMENTS*/

#tag ul {
	list-style: none;
	padding: 0;
	margin:0;
}

#tag li, #tag li a {
	float: left;
	list-style: none;
	margin: 0; 
	padding-left: 2px;		
}

#tag li a {
	padding-right: 2px;
}

#tag li a:hover {
	border-bottom: 1px solid #661221;
}

#masthead img{
	float: left;
}


/*PAGE HEADER */

#content {
	width: 777px;
	postion: absolute;
	background:#FFF;
	padding:0;
	border-left: solid 1px #555;
	border-right: solid 1px #555;

}

#main_title, #main_title-notab{
	width:100%; 
	margin:0; 
	padding:0;
	border-bottom:solid 1px #000; 
}

#main_title{
	height: 82px;
}

#main_title-notab{
	height: 60px;
}

/*CONTENT BODY AND RIGHT MARGIN*/

#content_body  {
	width: 730px;
	margin:0;
	padding:25px 0px 20px 25px;
	background: #FFF;
}


#right_margin{
	display:block;
	float:right;
	width:300px; 
	margin:0 0 30px 22px;
	background:#CBD0CA;
	padding-bottom:10px;
	border:solid 1px #555;
	line-height:170%;
}


#r_margin{
	position:absolute;
	left: 435px;
	top:125px;
	width:300px; 
	margin-left:22px;
	padding:0;
	background:#CBD0CA;
}



/*FOOTER*/

#footer {
	z-index:1;
	width: auto;
	background: #FFF;
	padding: 10px;
	border-top: solid 1px #661221;
	border-left: solid 1px #555;
	border-right: solid 1px #555;
	border-bottom: solid 1px #555;
}

#bgg #center #content #content_body table {
	text-align: right;
}
