	body {
		margin: 0;
		padding: 0;
		background-color: black;
		background-image: url(header_gradient.jpg);
		background-repeat: repeat-x;		
		color: white;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	#header {
		width: 960px;
		margin: auto;
		height: 142px;
		background-image: url(header_bg.jpg);
		background-repeat: no-repeat;
	}

	#header_logo {
		margin: 20px 0 0 20px;
	}
	
	#header_menu {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: white;
		float: right;
		margin: 50px 120px 0 0;
	}
	
	#header_menu_form {
		margin: 0;
		padding: 0;
	}
	
	#header_menu_form input {
		border: 1px solid #222;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #222;
		background-image: url(gradient_search.jpg);
		background-repeat: repeat-x;
		height: 14px;
		width: 120px;
		padding-top: 2px;
	}
	#header_menu_form .send {
		width: 80px;
		height: 19px;
	}
	#content {
		width: 960px;
		margin: auto;
		min-height: 575px;
		background-color: #0F0F0F;
	}	
	#middle {
		position: absolute;;
		top: 38%;
		width: 100%;
		background-image: url(header_gradient.jpg);
		background-repeat: repeat-x;
	}
	a:link, a:visited {
		text-decoration: none;
		color:#FFFFFF;
	}
	a:hover {
		text-decoration: underline;
	}
	img { border: 0px; }
	/* Interactive frame */

		#iframe ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
		#iframe ul li {
			float: left;
			width: 170px;
			height: 20px;
			text-align: center;
			padding-top: 5px;
			background-image: url(/smarty_tpl/gfx/box_iframe_card_off.jpg);
			background-repeat: no-repeat;
		}
		
		#iframe ul li.selected {
			background-image: url(/smarty_tpl/gfx/box_iframe_card_on.jpg);
		}
		
		#iframe ul li:hover {
			background-image: url(/smarty_tpl/gfx/box_iframe_card_on.jpg);
			color: #fc0;
			cursor: pointer;
		}
		
		#iframe #iframe_content {
			clear: both;
			background-color: #313131;
			background-image: url(/smarty_tpl/gfx/box_iframe_tr.jpg);
			background-position: top right;
			background-repeat: no-repeat;
		}
		
		#iframe #iframe_content #iframe_content_bg { /* Content goes here */
			background-image: url(/smarty_tpl/gfx/box_iframe_btm.jpg);
			background-position: bottom center;
			background-repeat: no-repeat;
			padding: 15px;
		}
		
		#iframe #iframe_content #iframe_content_bg img { 
			border: 0;
			margin: 2px;
		}
