* {
		margin: 0;
		padding: 0;
		} 

html,body {
		height: 100%;
		background-color: #CCC;
		background-image: url(img/wall.gif);
		background-repeat: repeat;
		}

	#container {
		width: 600px;
		min-height: 100%;
		margin-left: 60px;
		background-color: #FFF;
		text-align: left;
		border-left: 2px solid black;
		border-right: 2px solid black;
		}

	#top {
		height: 158px;
		background-image: url(img/top.gif);
		background-repeat: no-repeat;
		padding: 20px 0px 0px 20px;
		background-color: #FFF;
		}

	#main {
		text-align: left; 
		padding: 0px 10px 0px 10px;
		}

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

	#bottom{
		width: 600px;
		height: 40px;
		margin-left: 60px;
		margin-top: -40px;
		background-image: url(img/bottom.gif);
		background-repeat: no-repeat;
		text-align: center;
		border-left: 2px solid black;
		border-right: 2px solid black;
		}

p {
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 12px;
		color: #000;
		line-height: 14px;
		padding: 0px 10px 5px 0px;
		}

h1 {
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		line-height: 11px;
		color: #FFF;
		padding: 8px 0px 0px 0px;
		}

h2 {
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
		line-height: 12px;
		color: #000;
		padding: 10px 0px 5px 0px;
		}

h3 {
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		line-height: 12px;
		color: #000;
		padding: 5px 0px 5px 0px;
		}

a:link {
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		background-color: #ffff00;
		}

a:visited {
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		background-color: #ffff00;
		}

a:hover {
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		background-color: #FFF;
		}

a.link {
		font-family: Geneva, Arial, Helvetica, san-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000;
		text-decoration: none;
		background-color: #ffff00;
		}

img.menu {
		padding: 2px 0px 0px 10px;
		}

