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

div .hr hr {
	clear: both;
	border-top-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#outer-wrapper{
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
	background-image:url(../images/background-image.png);
	background-repeat:repeat-x;
	background-position:top center;
}
#menu-bg{
	position:absolute;
	top:0px;
	width:100%;
	height:35px;
	background-image:url(../images/menu-bar.png);
	background-repeat:repeat-x;
	background-color:#000000;
	overflow: visible;
	margin: 0 auto;
}
#inner-wrapper{
	position:relative;
	top:35px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:#ffffff;
}
#menu{
	position:absolute;
	top:-35px;
	left:0px;
	width:100%;
	height:35px;
	overflow: visible;
}
#footer{
	position:absolute;
	width:100%;
	height:100px;
	background-color:#171717;
}
#footer-wrapper{
	position:relative;
	top:20px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:80px;
}
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:400px;
}
#logo{
	position:absolute;
	top:15px;
	left:360px;
	width:273px;
	height:100px;
}
#content{
	position:absolute;
	top:380px;
	left:0px;
	width:100%;
}
#content-main{
	position:absolute;
	top:20px;
	left:30px;
	width:610px;
}
#content-sidebar{
	position:absolute;
	top:20px;
	right:30px;
	width:300px;
}