html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f1f1f1 url(../images/main-bg.gif) repeat-y 50% 0;

}


/*#global_holder{
	width: 100%;
	background: url(../images/main-bg.gif) repeat-y 50% 0;		
}

#wrapper{
	width: 950px;
	margin: 0 auto;
	padding: 14px 0;
}*/

#wrapper{
	width: 950px;
	margin: 0 auto;
	padding: 14px 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	background: url(../images/main-bg.gif) repeat-y 50% 0;	
}

#background_holder{
	width: 914px;
	margin: 0 auto;
	padding: 18px;
}

#header{
	clear: both;
	margin-bottom: 10px;
}

* html #header{
	clear: both;
	margin-bottom: 0;
}

#nav_holder{
	float: right;
	width: 353px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	color: #101b2a;
}

#nav_holder ul#nav{
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_holder ul li{
	float: left;
	margin-left: 0;
	text-indent: -9999px;
}

#nav_holder ul li a{
	display: block;
	color: #101b2a;
	text-indent: -9999px;
	height: 28px;
}

li#creative{
	width: 187px;
 	background: url(../images/nav-bg.png) no-repeat 0 0;
	    margin: 0 4px;
}

li#creative a{
	width: 187px;
 	background: url(../images/nav-bg.png) no-repeat 0 0;
}

li#creative a:hover{
	background: url(../images/nav-bg.png) no-repeat 0 -31px;
}

li#newsletter{
	width: 102px;
	margin: 0 4px;
	 background: url(../images/nav-bg.png) no-repeat -187px 0;
}

li#home{
    width: 60px;
    background: url(../images/nav-home.png) no-repeat -357px 0;
    margin: 0 4px;
}

li#home a{
    width: 60px;
     background: url(../images/nav-home.png) no-repeat -357px 0;
}

li#home a:hover{
    background: url(../images/nav-home.png) no-repeat -357px -31px;
}


/*li#newsletter a{
	width: 98px;
	margin: 0 4px;
	 background: url(../images/nav-bg.png) no-repeat -190px 0;
}


li#newsletter a:hover{
	width: 98px;
	margin: 0 4px;
	 background: url(../images/nav-bg.png) no-repeat -190px -31px;
}*/


li#about{
	width: 60px;
 	background: url(../images/nav-bg.png) no-repeat -293px 0;
	    margin: 0 4px;
}

li#about a{
	width: 60px;
 	background: url(../images/nav-bg.png) no-repeat -293px 0;
}

li#about a:hover{
	background: url(../images/nav-bg.png) no-repeat -293px -31px;
}

h1{
	margin: 0;
	padding: 0;
	float: left;
	font-size: 32px;
	font-weight: normal;
}

#content{
	float: left;
	width: 610px;
	font-size: 12px;
}

h2{
	margin: 50px 0 auto 0;
	padding: 0;
	font: normal 30px Verdana, Arial, Helvetica, sans-serif;
}

h2.first{
	margin: 0;
}

#sidebar{
	margin-top: 190px;
	float: right;
	width: 260px;
	padding: 20px;
	color: #011c40;
	font-size: 13px;
	display:inline;
}

* html #sidebar{
	margin-top: 200px;
}

.fix-float{
	clear: both;
}
