/* CSS Document */

/* Created by E-Advertising, (c) 2007. adam@e-ads.com.au */

html, body {
		height: 100%;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #001C36;
		line-height: 16px;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
		
.container {
		width: 834px;
		margin: auto;
		}

.address {
		float: left;
		margin: 6px 0 0 0;
		width: 436px;
		}

.logo {
		float: left;
		height: 25px;
		width: 90px;
		margin: 0 0 0 1px;
		padding: 0;
		background: url(../img/popup/logo.jpg) no-repeat;
		}
		
.print {
		float: left;
		height: 25px;
		width: 90px;
		margin: 0 0 0 1px;
		padding: 0;
		background: url(../img/popup/print.jpg) no-repeat;
		}
		.print:hover {
				background: url(../img/popup/print_r.jpg) no-repeat;
				}
		
.previous {
		float: left;
		height: 25px;
		width: 90px;
		margin: 0 0 0 1px;
		padding: 0;
		background: url(../img/popup/previous.jpg) no-repeat;
		}
		.previous:hover {
				background: url(../img/popup/previous_r.jpg) no-repeat;
				}

.next {
		float: left;
		height: 25px;
		width: 90px;
		margin: 0 0 0 1px;
		padding: 0;
		background: url(../img/popup/next.jpg) no-repeat;
		}
		.next:hover {
				background: url(../img/popup/next_r.jpg) no-repeat;
				}
		
.body_text {
		margin: 0;
		padding: 20px 60px 20px 50px;
		background: #E7DFE7;
		width: 100%;
		text-align: left;
		}
		
		.container_2 {
		width: 796px;
		margin: 0;
		border-right: 2px solid #ffffff;
		border-left: 2px solid #ffffff;
		}