@charset "utf-8";
/* CSS Document */

body {
	background:url(../images/dirtbg.jpg);
	background-repeat:repeat;
}

#mypage {
	background:url(../images/backbg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	height: 500px;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
}

#myTable {

	position:relative;
	width: 800px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:356px;
}

#menu {
	position:absolute;
	left:0px;
	top:356px;
	height:45px;
	width: 800px;
}

#main {
	position:absolute;
	background:url(../images/dirtbg.jpg) repeat-y;
	left:0px;
	top:401px;
	width:800px;

}

#content {
	margin-top: -5px;
	background:url(../images/content_18.jpg) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding-left: 95px;
	padding-right: 95px;
	text-align:left;
}

a {
	color:#FFF
}

#footer {
	position:absolute;
	left:0px;
	top:1131px;
	width:800px;
	height:69px;
}

#mycaption {
	text-align:center;	
}

img.center {
	display: block;
	margin-left: auto;
    margin-right: auto
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

td {
	border: white 1px dotted;	
}

th {
	font-size: 18px;
	font-weight:bold;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	width: 100%;
	height: 27px;
} 