body,
	html {
		margin:0;
		padding:0;
		color:#000;
		background:#ffffff;
	}
	#wrap {
		width:750px;
		margin:0 auto;
		background:#ffffff;
	}
	#header {
    		padding:5px 5px;
		background:#ffffff;
	}
	h1 {
	    margin:0;
    }
	#nav {
		float:right;
		width:560px;
		padding:0px 0px 10px 10px;
		background:#ffffff;
	}
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li {
		display:inline;
		margin:0;
		padding:0;
	}
	#main {
		float:right;
		width:560px;
		padding:0px 0px 10px 10px;
		background:#ffffff;
	}
	h2 {
		margin:0 0 1em;
	}
	#sidebar {
		float:left;
		width:170px;
		padding:0px 10px 10px 0px;
		background:#ffffff;
	}



	#footer {
		clear:both;
		padding:0px;
		height:10px;
		background:#ffffff;
	}
	#footer p {
		margin:0;
    }
	* html #footer {
		height:1px;
	}

	#footerlogotop {
		position: fixed;
		top: auto; 
		left: 0; 
		width: auto;
		bottom: 25px;
		right: 0;
		height: 5px;
		padding:0px 0px 0px 0px 0px;
		font-size: 1px;
		background:#ffffff;
	}
	#footerlogobottom {
		position: fixed;
		top: auto; 
		left: 0; 
		width: auto;
		bottom: 0px;
		right: 0;
		height: 5px;
		padding:0px 0px 0px 0px 0px;
		font-size: 1px;
		background:#ffffff;
	}
	#footerlogo {
		position: fixed;
		top: auto; 
		left: 0; 
		width: auto;
		bottom: 5px;
		right: 0;
		height: 20px;
		text-align:center;
		font-family: Verdana;
		background:#ffffff;
		color:#ff0033;
	}

	#footertext {
		position: fixed; 
		top: auto;
		left: auto;
		right: 100px;
		bottom: 10px;
		font-size: 14px;
		font-family: Verdana;
    	color: #ff0033;
		overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		background:#ffffff;
	}
	#footerline {
		position: fixed; 
		top: auto;
		left: 20px;
		right: 20px;
		bottom: 15px;
		height:3px;
		overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		background:#ff0033;
	}
    #footerbox {
		position: fixed; 
		top: auto;
		left: 0px;
		right: 0px;
		bottom: 0px;
		height:30px;
		overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		background:#ffffff;
	}

	#topline {
		position: absolute; 
		top: 15px;
		left: 20px;
		right: 20px;
		bottom: auto;
		height:3px;
		overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
		background:#ff0033;
	}
