/* All the "position:absolute" stuff has got to change. */

body {
	width=100%;
	margin:0px;
	padding:0px;
	text-align: center;
	background-color:#e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

img {
	border: 0;
	}

#container {
	width:674px;
	height:100%;
	margin:0px auto;
	text-align:left;
	padding: 0px;
	background-color: #e5e5e5;
	background-image: url(images/midtile.png);
	background-repeat: repeat-y;
	border-top: 1px none #333;
	border-right: 1px none #333;
	border-bottom: 1px none #333;
	border-left: 1px none #333;
}

#header1 {
	width:204px;
	height:210px;
	background-image: url(images/header1.png);
	background-repeat: no-repeat;
}

#header2 {
	width:260px;
	height:210px;
	background-image: url(images/header2.png);
	background-repeat: no-repeat;
}

#header3 {
	width:210px;
	height:210px;
	background-image: url(images/header3.png);
	background-repeat: no-repeat;
}

#ltop {
	width:204px;
	height:68px;
	background-image: url(images/ltop.png);
	background-repeat: no-repeat;
}

#ctop {
	width:260px;
	height:68px;
	background-image: url(images/ctop.png);
	background-repeat: no-repeat;
}

#rtop {
	width:210px;
	height:68px;
	background-image: url(images/rtop.png);
	background-repeat: no-repeat;
}

#l1 {
	width:204px;
	background-image: url(images/l1.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;


}

#c1 {
	width:260px;
	background-image: url(images/c1.png);
	background-repeat: repeat-y;
	font-size: 12px;
	text-align: justify;
	font-style: normal;
	font-family: Dungeon;










}

#r1 {
	width:210px;
	background-image: url(images/r1.png);
	background-repeat: repeat-y;
	text-align: center;

}

#lbtm {
	width:204px;
	height:48px;
	background-image: url(images/lbtm.png);
	background-repeat: no-repeat;
}

#cbtm {
	width:260px;
	height:26px;
	background-image: url(images/cbtm.png);
	background-repeat: no-repeat;
}

#rbtm {
	width:210px;
	height:48px;
	background-image: url(images/rbtm.png);
	background-repeat: no-repeat;
}

#c2 {
	width:260px;
	height:2px;
	background-image: url(images/c2.png);
	background-repeat: repeat-y;
}

#l2 {
	width:204px;
	height:2px;
	background-image: url(images/l2.png);
	background-repeat: repeat-y;
}

#r2 {
	width:210px;
	height:2px;
	background-image: url(images/r2.png);
	background-repeat: repeat-y;
}

#footer {
	width:674px;
	height:58px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align:center;
	font-family: Dungeon;
	font-size: 12px;
	color: #333333;
	padding: 6px;

}
a {
	font-family: Dungeon;
	font-size: 12px;
	color: #990000;
	border: 0px;

}
p {
	font-family: Dungeon;
	font-size: 12px;
	text-align: center;
	padding: 0px 13px 2px;
}
h1 {
	font-family: Dungeon;
	font-size: 36px;
	text-align: center;
	padding-top: 20px;
	color: #dddddd;

}

