/* CSS Hacks
--------------------------------------------------*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	overflow: hidden; /* modified */
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for benefit of IE5 Mac */
	
}

/* Common Tags
--------------------------------------------------*/


html {

	overflow: auto;
}
body {

	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/body_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

img {
	border:0;
}
#wrapper {
	width: 900px;
	background-image: url(../images/wrapper_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 5px auto;
}




#header {
	width: 100%;
	height: 380px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
}

#main {
	width: 100%;
	height: 350px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	overflow: hidden;
}


#main #row1 {
	display: block;
	width: 850px;
	height: 170px;
	margin: 5px auto 0 auto;
	
}

#main #row2 {
	display: block;
	width: 510px;
	height: 170px;
	margin: 0 auto;
	
}

#footer {
	width: 100%;
	height: 200px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	margin: 0;
	position: relative;
	overflow: hidden;
}

#footer #keyword {
	width: 746px;
	height: 64px;
	/*background-image: url(../images/form_comingsoon.gif);
	background-repeat: no-repeat;*/
	margin: 0 auto 0 auto;
	top: 65px;
	position: relative;
	overflow: hidden;
	
}

#link {
	
	background-image:url(../images/link_bg.gif);
	overflow: hidden;
}

#link p {
	margin: 0;
	line-height: 1;
	font-weight: bold;
	text-align: right;
	padding: 0 35px 20px 20px;
	font-size: 13px;
}

#link p a {
	color: #fff;
	text-decoration: none;
}

#link p a:hover {
	color: #fff;
	text-decoration: underline;
}


h1 {
	width: 860px;
	height: 380px;
	margin: 0 auto;
}


