html {
	width: 100%;
	height: 100%;

	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	background-color: #f6f6f6;
	background-image: url("../images/layout/body.png");
	background-repeat: repeat-x;

	font-family: "Arial CE", "Arial", "Helvetica", sans-serif;
	font-size: 12px;

	text-align: center;

	color: #000;
}

div#frame {
	width: 838px;

	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;

	text-align: left;
}

h1 {
	margin: 0px;	
}

div#main {
	background-image: url("../images/layout/main.png");
	background-repeat: repeat-y;
	
	border: 1px solid #a4a4a4;	
}

div#left {
	float: left;
	width: 274px;
}

div#right {
	float: left;
	width: 562px;
}

div#menu {
	height: 75px;
	
	background-color: #b9b9b9;
}

div.content-middle {
	background-color: #fff;	
}
div.content-top, div.content-bottom {
	min-height: 23px;
	
	background-color: #dedede;
	background-repeat: no-repeat;	
}
div.content-top {
	background-image: url("../images/layout/bg-coll-mid-top.gif");
	background-position: left bottom;
}
div.content-bottom {
	background-image: url("../images/layout/bg-coll-mid-bottom.gif");
	background-position: left top;
}

div#signature {
	background-image: url("../images/layout/signature.png");
	background-position: center top;
	background-repeat: no-repeat;
	
	padding-top: 6px;
}

.padding-all {
	padding: 20px;
}
.padding-top {
	padding-top: 20px;
}
