/* CSS Document */

body{
	background-image:url(images/bar.png);
	background-repeat:repeat-x;
	background-color:#160001;
	color:#FFFFFF;
	font-family:Letter Gothic STD, sans-serif, Arial, Helvetica;
	font-size:10px
}

a:link {
	color: #fff;
	text-decoration:line-through;
}
a:visited {
	color: #fff;
	text-decoration:line-through;
}
a:hover {
	color: #fff;
	text-decoration:none;
}
a:active {
	color: #fff;
	text-decoration:none;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}

#top {
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	height:650px;
	width:1100px;
}

#ex {
	background-image:url(images/update.png);
	background-position:right;
	background-repeat:no-repeat;
	height:50px;
	width:1000px;
}

#container {
	background:url(images/pre-mid.png) repeat-y;
	width: 700px;
	padding-top:10px;
	padding-bottom:10px;
}
#header {
	height: 75px;
	background:url(images/pre-top.png) no-repeat;
	background-position:center;
}
#footer {
	background:url(images/pre-bot.png) no-repeat;
	background-position:center;
	height: 75px;
	clear: both;
}
