@charset "UTF-8";
/* CSS Document */

#container{
	margin:0 auto;
	width:780px;
	background:#fff url(../images/container-bg.gif) repeat-y;
}
#header h1{
	margin:0; padding:0;
	height:152px;
	text-indent:-9999px;
	background: url(../images/header-bg.jpg) no-repeat;
}
#content{
	overflow:hidden;
	padding:20px 25px; padding-top:50px;
	background: url(../images/content-bg.jpg) no-repeat;
}
#column{
	margin-right:10px;
	width:213px;
	float:left;
}
.sidebar{
	color:#fff;
	margin-top:10px;
	background:#664a34 url(../images/sidebar-bg.gif) no-repeat;
}
.sidebar div{
	padding:12px;
	background:url(../images/sidebar-bottom.gif) bottom left no-repeat;
}
.sidebar h3{
	margin-top:.3em 0 .2em .2em; padding:0;
}
#main{
	float:right;
	width:500px;
	background:#e5e1d6 url(../images/main-bg.jpg) no-repeat;
}
.inner{
	padding:10px; padding-bottom:35px;
	background:url(../images/main-bottom-bg.jpg) bottom left no-repeat;
}
#footer{
	color:#999;
	height:75px;
	line-height:75px;
	background:url(../images/hor-divide.gif) 50% 0 no-repeat;
}
#footer p{
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
#flashcontent{
	width:480px;
	height:360px;
	margin:10px auto;
}