html {
    background: url('images/bg.jpg') top center fixed #fff;
	height:100%;
	width:1000px;
	margin: 0 auto;
}

body {
    margin: 30px auto 50px;
    padding: 0;
    text-align: center;
}

#pagewidth {
    width: 800px;
	background: url('images/inner_bg.jpg') top center repeat-y #fff;
    text-align: left;
    margin: 0 auto;
}

#header {
    position: relative;
    height: 232px;
    background:transparent;
    width: 800px;
    display: block;
}

#leftcol {
    width: 200px;
    float: left;
    position: relative;
    background:transparent;
}

#maincol {
    background-color: #FFFFFF;
    position: relative;
    width: 600px;
    float: right;
	padding:0px;
}

#footer {
    height: 5px;
    background-color: #00a885;
    clear: both;
    display: block;
    overflow: auto;
	_width:800px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
@media print {
#leftcol {display:none;
}

#twocols, #maincol {
        width: 100%;
        float: none;
}
}
p, b, a, li, td {
 font:normal 12px arial;
}
b ,strong {
	font-weight:700;
}
h1 {
 font:normal 14px arial;
 color:#00a885;
}
.content {
	  padding:10px 20px;
}
a:focus {
  border: none;
  outline:hidden;
}
.menu a {
    background: /* url('images/button.jpg') */ #E2E1DF;
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    font: 13px arial;
    height: 20px;
    padding: 8px 0 0 5px;
    text-decoration: none;
    width: 195px;
	outline:hidden;
}

.menu a:hover {
	background: /* url('images/button_hover.jpg') */ #00A885;
	border-bottom:1px solid #ccc;
	color:#fff;
}
.menu a.active {
	background: /* url('images/button_hover.jpg') */ #00A885;
	border-bottom:1px solid #ccc;
	color:#fff;
}
.movie {

}
h1.big {
	font:normal 18px arial;
 color:#00a885;
}
.vis {
	border:1px solid #00a885;
	padding:5px;
}
h6 {
	text-transform:capitalize;
	font:bold 12px arial;
	margin: 0;
}

