@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; 
	padding: 0; 
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	background: black ;

	}
	
h1{
	font-size: 20px;
	color: #e2b534;
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	line-height: 22px;
	}
	
b{	
	color: #e2b534;
	}
	
a{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}
	
a:hover {
	color: #0d679a;
	}
		
#main_container{
	width: 800px;
	height: 600px;
	background:url(../images/popups/popup_bg.jpg);
	}
	
#image_container{
	text-align:center;
	float:left;
	width: 578px;
	height: 578px;
	margin: 10px 0 0 10px;
	display: inline;
	}
	
.img_outlined{
	border: 2px solid #ffffff;
	}
	
#right_column{
	float: right;
	width: 200px;
	height: 550px;
	}
	
#rt_clmn_title_wrapper{
	float:left;
	width: 200px;
	border-bottom: 1px dotted #999999;
	}
	
#rt_clmn_title_text{
	float:left;
	margin: 10px 0 0 15px;
	padding: 0 0 10px 0;
	display: inline;
	}
	
#rt_clmn_info_text{
	float:left;
	margin: 10px 0 0 15px;
	padding: 0 0 10px 0;
	display: inline;
	}
	
#right_column_nav{
	float: right;
	width: 200px;
	height: 50px;
	}
	
#right_column_nav_text{
	float: left;
	width: 200px;
	text-align:center;
	margin: 18px 0 0 0;
	display: inline;
	}