@import url('public.css');
@import url('form.css');

html, body {
    height: 100%;
    padding: 0px;
    margin: 0px;
}
#frame {
    height: 100%;
    height: auto !important;
    min-height: 100%;
    margin-bottom: -20px;
}
#header {
    padding:0;
    height: 40px;
	background:#000;
}
#title {
    line-height:40px;
    padding-left:10px;
    font-size:200%;
    color:#fff;
    z-index:1;
}
#title a {
     color:#fff;
    height: 40px;
    width:205px;
    text-decoration: none;
}
#body {
    overflow: hidden;
    height: 100%;
}
#main{
    float: left;
    width: 100%;
}

#content{
    margin-right: 280px; 
    padding: 20px;
}
#side {
    float: left;
    width: 240px; 
    margin-left: -280px;
    padding: 20px;
}

#side h4 {
    border-bottom: 1px solid #E5E5E5;
    margin-top:30px;
    border-bottom: 1px solid #E5E5E5;
    border-top: 5px solid #E5E5E5;
    line-height:22px;
}
#side fieldset {
    margin-left:20px;   
}
#side fieldset label {
	display:block;
	position:relative;
	font-size:100%;
	width:160px;
	margin-left:0px;
	margin-top:8px;
	text-align:left;
	padding-right:10px;
}
#side fieldset select {
    margin:0 !important;
}
#side fieldset button {
    margin:20px 0 10px 0px;
}
#footer-push {
    height: 100px;
}
#footer {
    height: 20px;
    background-color:#000;
    font-size:85%;
    padding: 0px;
}
#copy {
    line-height:20px;
    padding:0 10px 0 10px;
    color:#fff;
    text-align:right;
}
#powered a {
    display:block;
    text-indent:-1000em;
    height:40px;
    margin:30px auto 0 auto;
    width:130px;
    background:transparent url('/images/layout/timeshout.gif') bottom center no-repeat;
}