* {
		margin: 0;
		padding: 0;
		} 

html,body {
		height: 100%;
		text-align: center;
		background-color: #493822;
		background-image: url(img/bg.gif);
		background-repeat: repeat;
		}

#container {	
		min-height: 100%;
		width: 700px;
		margin: 0 auto;
		text-align: left;
		background-image: url(img/paper-bg-1.jpg);
		background-repeat: repeat-y;
		background-color: #b0925c;
		border-left: 3px solid black;
		border-right: 3px solid black;
		}

#header{
		height: 170px;
		border-bottom: 3px solid black;
		background-color: #b0925c;
		}

#menu {
		width: 700px;
		text-align: center;
		background-image: url(img/paper-bg-2.jpg);
		background-repeat: repeat-y;
		}

div.main {
		width: 700px;
		text-align: left;
		background-image: url(img/paper-bg-2.jpg);
		background-repeat: repeat-y;
		}

div.top {
		background: url(img/paper-top.jpg) no-repeat;
		height: 20px;
		}

div.bottom {
		background: url(img/paper-bottom.jpg) no-repeat;
		height: 20px;
		}

#belowthebottom {
		height: 40px;
		clear: both;
		}

#bottom{
		width: 700px;
		height: 40px;
		border-left: 3px solid black;
		border-right: 3px solid black;
		margin-top: -40px;
		margin-left: auto;
		margin-right: auto;
		}

p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-decoration: none;
		color: #000;
		padding: 10px 40px 10px 40px;
		line-height: 15px;
		text-align: left;
		}
		
p.table {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-decoration: none;
		color: #000;
		padding: 10px 0px 10px 0px;
		line-height: 15px;
		text-align: left;
		}

h1 {
		font-family: Arial, Helvetica, san-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		text-decoration: none;
		color: #000;
		padding: 10px 40px 0px 40px;
		line-height: 12px;
		text-align: left;
		}

h2 {
		font-family: Arial, Helvetica, san-serif;
		font-size: 12px;
		font-style: italic;
		font-weight: normal;
		font-variant: normal;
		text-decoration: none;
		color: #000;
		padding: 20px 40px 10px 40px;
		line-height: 16px;
		text-align: left;
		}

a.link{
		color: #000;
		font-weight: normal;
		text-decoration: underlined;
		}

a.bottom{
		color: #000;
		font-weight: bold;
		text-decoration: none;
		}

img.menu {
		margin-left: 1px;
		margin-right: 3px;
		margin-top: 5px;
		margin-bottom: 5px;
		}

img.top {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
		}

img.rec-a {
		padding: 10px 10px 10px 40px;
		float: left;
		}

img.rec-b {
		padding: 10px 10px 20px 10px;
		float: left;
		}
		
img.rec-c {
		padding: 10px 10px 10px 40px;
		float: left;
		}

img.rec-d {
		padding: 10px 10px 50px 40px;
		float: left;
		}
		
img.svt {
		padding: 10px 40px 10px 10px;
		float: right;
		}

img.break {
		padding: 10px 0px 10px 0px;
		}
