body {
	background-image: url("images/bg_body.gif");
	background-repeat: repeat-x;
	background-position: top left;
	font-family: arial;
	font-size: 11px;
	color: #000;
	line-height:1.3em;
	margin:0;
	padding:0;
	text-align:center;
  }

h1 {
	
	}

h2 {
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding-bottom:3px;
	}

h3{
	
}

a img{
	border:none;
	}

a {
	color:#98c6f9;
	}

a:hover {
	text-decoration: none;
	}
/* STRUCTURE */

#container {
	margin:0 auto;
	position:relative;
	width:960px;
	text-align:left;
	}

#logo {
	position:absolute;
	top:0px;
	right:30px;
	}

/* HEADER */

#header {
	height:49px;
	padding:0px 20px;
	}

/* CONTENT */

#banner {
	width:100%;
	float:left;
	}

#homecontent {
	background-image: url("images/bg_homecontent.gif");
	background-repeat: no-repeat;
	background-position: top center;
	width:100%;
	float:left;
	height:237px;
	}

#homecontent .inner {
	padding:40px 20px 8px 40px;
	
	}

#homecontent .text {
	color:#fff;
	width:48%;
	float:left;
	}

#homecontent .text p {
	padding:0px 00px 0px 00px;
	line-height:1.3em;
	font-size:12px;
	}

#homecontent h2 {
	font-size:16px;
	}

#subcontent {
	width:100%;
	float:left;
	height:210px;
	color:#fff;
	}

#subcontent .inner {
	padding:18px 0px 8px 25px;
	}

#subcontent .text {
	width:49%;
	float:left;
	}

#subcontent .text p {
	padding:0px 20px 0px 0px;
	}

#showcase {
	width:100%;
	float:left;
	background-image: url("images/bg_showcase.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	}

#showcase .inner {
	padding:60px 0px 8px 25px;
	}



/* FOOTER */

#footer {
	float:left;
	clear:both;
	width:100%;
	text-align:center;
	}


#footer a {
	
	}

#footer a:hover{
	
	}

#footer p {
	font-size:10px;
	color:#999;
	}