html {
    height:100%;
    overflwo-y:scroll;
}
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/images/bg-body.jpg) repeat-x;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	height:100%;
}
img {
	border: none;
	margin: 0;
	padding:0;
}
#main {
	min-height:100%;
	position:relative;
	width:100%;
	margin:0 auto;
	background:url(img/bgmain.png) repeat-y;
	padding-bottom:30px;
}
* html #main {
	height:100%;
}


#container {
	background: url(/images/bg-header2.jpg) top center no-repeat;
	margin: 0 auto;
	width: 950px;
}

#header {
	width: 850px;
	height:213px;
	margin: 0 auto;
	color: white;
}
#logo {
	width:243px;
	height:139px;
	float:left;
	margin:41px 0 0 12px;
}
#logo h1 {
	margin:0px 0 0 0;
	padding:0;
	font-size:24px;
}
#logo h1 a{
	color:white;
	text-decoration:none;
	font-style:italic;
}

#bus {
	width:224px;
	height:160px;
	margin-top:8px;
	float:right;
	border:2px solid #fff;
	margin-left:20px;
}

#menu {
	position:absolute;
	font-family: Tahoma, Arial ;
	font-size:14px;
	margin: 0;
	height: 30px;
	line-height: 30px;
	margin: 50px 0 0 260px;
	font-weight: bold;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 30px;
	line-height:30px;
	margin: 0 0px 0 0;
	padding: 0px 11px 0 7px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	background: url(/images/delimeter.jpg) center right no-repeat;
}

#menu a:hover {
	color:#e3007a;
}
#menu a.last {
	background-image: none;
}


#top {
	position:absolute;
	font-family: Arial;
	width:470px;
	height:90px;
	padding:8px 0 0 0;
	text-align: left;
	margin:80px 0 0 300px;
	color:#2c1d16;
}
#top h3 {
	font-family: Georgia;
	margin:0px 0 0px 0;
	padding:0;
	font-size:24px;
	font-weight:normal;
	color:#3d1716;	
}
#top a {
	text-decoration:none;
	color:#d11f3e;
	color:#e3007a;
}
#top a:hover {
	text-decoration:underline;
}
#top p {
	margin: 6px 0 5px 0;
}


#page {
	width: 810px;
	overflow: hidden;
	margin: 0 auto 5px auto;
}

#sidebar {
	margin: 15px 0 0 20px;
	float:left;
	width: 170px;
}

#sidebar ul {
	margin: 20px 0 30px 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li a{
	font-family: Tahoma;
	display: block;
	width:145px;
	margin: 5px 0px 1px 7px;
	height:22px;
	line-height:22px;
	padding-left:10px;
	background: url(/images/bg-menu.jpg) center left;
	color:#3d1716;
	text-decoration:none;
	font-size:12px;
}
#sidebar ul li a:hover{
	background: url(/images/bg-menu-active4.jpg) center left no-repeat;
	color:white;
}
#sidebar h2 {
	font-family: Georgia;
	font-size:24px;
	color:#3d1716;
	margin: 5px 0 0 5px;
	font-weight:normal;
}

#sidebar img {	
	border:0px;
	margin: 0px 0 0px 0;
	padding:0;
}

#sidebar  span a{	
	display:block;
	font-family: Tahoma ;
	color:#e3007a;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	float:right;
	margin: 0 5px 0 0;
}
#sidebar span a:hover{	
	text-decoration:underline;
}


#content {
	font-family: Tahoma;
	float:left;
	margin: 0px 0 0 20px;
	padding: 0 0 50px 0;
	width:580px;
	color:#3d1716;
}
#content h2 {
		font-family: Georgia;
		font-size:24px;
		margin:0 0 14px 0;
		padding:0;
		font-weight:normal;
}
#content h3 {
		font-family: Georgia;
		font-size:14px;
		line-height:18px;
		font-weight:bold;
		margin:0 0 0 0;
		padding:0;
}
#content p {
	margin:0 0 18px 0;
	padding:0;
	line-height:18px;
	clear:both;
}
#content a {
color:#e3007a;
text-decoration:none;
}
#content a:hover {
text-decoration:underline;
}

#footer-wrapper {
	clear: both;
	background: #ddd9cd; 
	width: 100%;
	height: 62px;
	margin: 0;
	padding: 0;
	font-size:11px;
		position:absolute;
	bottom:0;

}

#footer {
	width: 760px;
	height:50px;
	margin: 0 auto;
	font-size: 11px;
	background: url(/images/bg-footer.jpg) no-repeat;
	padding: 12px 0 0 0px;
	line-height:18px;
}
#footer span {
font-weight: bold;
}

#footer a {
	color:black;
	font-size:11px;
	text-decoration:none;
}
#footer a:hover {
	color:#e3007a;
}

