@charset "utf-8";
/* 
Hello Mr Ope the CSS file has been optimised for best support 
and indentical rendering on the following browsers and browser versions:
IE6, IE7, IE8, firefox 3.5.1, Opera 9 and 10, Safari and Google Chrome 3.5 
*/

body						{ margin:0; padding:0 0 30px 0; font-family:"Trebuchet MS", Tahoma, "Segoe UI"; 
								font-size:12px; background:url(../images/page-bg.jpg) center top no-repeat; }
h1, h2, h3, h4, h5, p		{
	margin:0;
	padding:2;
	font-weight:normal;
	font-size:14px;
	font-family: "Lucida Sans Unicode";
}
a							{ text-decoration:none; color:#000; font-weight:bold; }
.width						{
	position:relative;
	background:#ddd;
	width:920px;
	height: 267px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header						{ height:150px; background:none; } 
#header h1					{
	position:absolute;
	left:238px;
	bottom:23px;
	color:#777;
}
#search-box					{
	position:absolute;
	bottom:237px;
	right:50px;
	height:25px;
	width:220px;
	border:1px solid #ddd;
}
#form1						{ padding:0; margin:0; width:220px; }
input						{ float:left; }
#text-box					{ width:191px; height:19px; }
#btn						{
	position:absolute;
	top:2px;
	right:49px;
	float:right;
	width:25px;
	height:25px;
	color:#fff;
	background:url(../images/btn.jpg) top center;
	border:none;
}
.nav-bar					{ height:15px; margin-top:3px; padding:10px 20px; width:880px; background:url(../images/nav-bg.jpg); }
.nav-bar a					{ padding:9px 10px; color:#fff; font-size:11px; }
.nav-bar a:hover			{
	background: url(../images/link-bg.jpg);
	color:#292929;
}
.banner						{
	height:267px;
	margin-top:3px;
	background:url(../images/banner.jpg);
}
.box-container				{ height:auto; overflow:auto; margin-top:3px;  
								background:#fff url(../images/content-bg.jpg) bottom no-repeat; }
.box-container div			{
	position:relative;
	float:left;
	width:296px;
	height:220px;
	margin:0 15px 10px 0;
}
.box-container .last-box	{ margin:0; padding:0; width:296px; }
.box-container div h1		{ width:286px; height:30px; background:url(../images/l) right top; color:#fff; font-size:19px;
								padding:5px 0 0 10px; }
.box-container div h2		{
	font-size:14px;
	color:#030303;
	padding:10px 0 0 0;
}
.box-container div p		{ font-size:11px; color:#666; padding:10px 10px; }
.box-container div img		{ float:left; margin:13px; border:3px solid #ddd; }
.footer						{
	height:25px;
	margin-top:5px;
	background:#555 url(../images/link-bg.jpg);
	color:#fff;
	padding:5px 10px;
	width:900px;
}
newtext {
	font-family: "Lucida Sans Unicode";
	font-size: 10px;
	padding: 2px;
	color: #FFF;
}

