body {
	 margin: 0px;
	 padding: 0px;
	 background-color: #ffffff;
	 background-image: url('../images/bg_body.png');
	 background-position: top left;
	 background-repeat: no-repeat;
	}
#sidebar {
	 float: left;
	 display: inline;
	 margin-left: 25px;
	 margin-top: 0px;
	 width: 175px;
	 height: 400px;
	 padding: 0px;
	}
#sidebar_background {
	 height: 400px;
	 width: 175px;
	 background-image: url('../images/bg_sidebar.png');
	 background-position: left;
	 background-repeat: repeat-y;
	}

#menu {
	 float: left;
	 display: inline;
	 margin-right: 30px;
	 margin-top: 30px;
	 width: 115px;
	 height: 310px;
	 text-align: right;
	 text-transform: lowercase;
	 font-family: "Helvetica";
	 font-size: 12px;
	 line-height: 20px;
	 color: #ffffff;
	 font-weight: bold;
	 position: relative;
	 z-index: 500;
	}
#menu a:link {
	 color: #ffffff;
	 text-decoration: none;
	}
#menu a:active {
	 color: #ffffff;
	 text-decoration: none;
	}
#menu a:visited {
	 color: #ffffff;
	 text-decoration: none;
	}
#menu a:hover {
	 color: #a12523;
	 text-decoration: none;
	}
.current {
	 color: #bd6665;
	}
#logo {
	 float: left;
	 display: inline;
	 margin-left: -200px;
	 margin-top: 400px;
	 width: 200px;
	 height: 90px;
	 overflow: hidden;
	 background-image: url('../images/bg_logo.png');
	 background-position: top right;
	 background-repeat: no-repeat;
	 text-transform: lowercase;
	 font-family: "Helvetica";
	 font-size: 10px;
	 color: #4c4c4c;
	}
span.copyright {
	 float: left;
	 display: inline;
	 margin-top: 75px;
	 width: 100%;
	 bottom: 0px;
	 text-align: center;
	}
#content {
	 float: left;
	 display: inline;
	 margin-left: 0px;
	 margin-top: 30px;
	 width: 375px;
	 height: 370px;
	 padding: 0px;
	 text-align: left;
	 text-transform: lowercase;
	 font-family: "Helvetica";
	 font-size: 11px;
	 color: #4c4c4c;
	}
#content a:link {
	 color: #000099;
	 text-decoration: none;
	}
#content a:active {
	 color: #000099;
	 text-decoration: none;
	}
#content a:visited {
	 color: #000099;
	 text-decoration: none;
	}
#content a:hover {
	 color: #000099;
	 text-decoration: none;
	}
.title {
	 color: #a12523;
	 font-weight: bold;
	}
.error {
	 color: #ff0000;
	}
.textbox {
	 font-family: "Helvetica";
	 font-size: 11px;
	 color: #4c4c4c;
	}
.submit {
	 font-family: "Helvetica";
	 font-size: 11px;
	 color: #a12523;
	 font-weight: bold;
	 height: 20px;
	 border-style: solid;
	 border-width: 1px;
	 border-color: #000000;
	 cursor: pointer;
	}

img, td, div, body {
	 behavior: url('includes/iepngfix.htc');
	}