@charset "utf-8";
/* Layout Div */

.container{
	margin:0 auto;
}
	.container-header{
		text-align:left;
		padding: 5px;
		background-color:#61463b;
		}	
	.container-header h2{
		margin-bottom:0;
		}
	.container-content{
		padding:10px 20px;
		text-align:left;
		clear:right;
		}
	.container-footer{
		clear:both;
		padding:5px;

		text-align:right;
		}
	.container-image{
		float:left;
		}
		


	
#header{
	background:url(../images/background/batik-1.gif) top left no-repeat;
	text-align:left;
	clear:both;
	height:200px;
	vertical-align:middle;
	}
	.header ul{list-style-type:none;}
	.header div.floatBox{
		display:inline;
		float:right;
		margin-top:40px;
		margin-right:40px;		
			vertical-align:middle;	
		}
	.header h1{
		background: transparent url(../images/background/logo.gif) no-repeat top left; 
		margin:60px 0 0 80px;
		width: 264px; 
		height: 99px; 		
		float:left;
		}
		*html .header h1{margin:60px 0 0 42px;}
	.header span{display:none;}

.shift{
	margin-top:-30px;
}
.siteNav{
	clear:both;
	width:100%;
	text-align:center;
	height:20px;
	}
	.siteNav a{
		padding:10px 15px;
		width:20px;
	}

#body-decor{
/*	background:url(../images/background/body-line.gif) repeat-y;*/
	border-bottom:1px solid #61463b;
	border-top:1px solid #61463b;
	width:100%;
	text-align:right;
	background-color:#333;
	}
	*html #body-decor{}

#VNav{
	float:left;
	width:200px;
	padding:10px 15px 10px 15px;
	text-align:left;
	}
	#VNav ul{
		list-style-type:none; 
		color:#EDAE7E;
		}
	#VNav h3{
		}

#main-content{
	width:550px;
	margin-left:auto;
	text-align:left;
	padding:5px;
	border-left:1px solid #61463b;
	}
	#main-content-header{
	}
	#main-content-body{
	}
	#main-content-body-side{
		float:right;
	}

#footer{
	background:url(../images/background/batik-2.gif) bottom right no-repeat;
	clear:both;
	height:100px;
	}

.clear-fix{
	clear:both;
}


#outer{
}
#middle {
}
#inner {
	margin:auto;
	width:800px;
	background-color:black;
}
	