/** // Generic Styling // */
html 
{ 
	height:100%;
	width:100%; 
} 

body {
	margin:0;
	padding:0;
/*	background:#fff;*/
	background: url('../images/bg/body.gif') repeat-y center;
}

body span img.bling {
	display:none;
}

/** // Layout // */
#master{
	width: 990px;
	margin: 0 auto;
	font-family:"Lucida","Arial";
	font-size:16px;
	position:relative;
	/*background:#000;*/
}

#header {
	width: auto;
	height: 380px;
	margin:0;
	padding:0;
	background: url('../images/bg/header.gif') no-repeat center;
}

#content {
	color:#404040;
}

#content_full{
	width:68%;
	float:left;
}

#content_wide{
	width:100%;
	font-size:14px;
	float:left;
}


#content_full_right{
	float:right;
	width:70%;
	min-height:440px;
	height:auto;
}

#left{
	float:left;
	width:42%;
	margin-left:17px;
}

#center{
	float:left;
	width:40%;
	margin-left:10px;
}

#center_img{
	float:left;
	text-align:center;
	width:25%;
	padding-right:15px;
	margin-top:46px;
}

#center_img img{
	border:0;
	padding-bottom:45px;
}

#right{
	float:left;
	width:25%;
	margin-left:35px;
	margin-top:10px;
	min-height:420px;
}

#footer {
	float:right;
	width: 1000px;
	height: 100px;
	padding-top:20px;
	background: url('../images/bg/footer.png') no-repeat;
	text-align:center;
}

