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

/* Defaults */

* {
	margin: 0px;
	padding: 0px;
}
:link img, :visited img {
	border: none;
}

/* Text */

body {
	background-color: #820202;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-image: url(../images/bkgrd2.gif);
	background-repeat: repeat;
}
a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* layout */

#wrapper {
	width: 100%;
	position: relative;
}
#row {
	width: 100%;
	position: relative;
	text-align: center;
}
.top {
	background-image: url(../images/bkgrd.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 200px;
}
.mid {
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.bot {
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 760px;
	position: relative;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
}
#contact {
	width: 730px;
	position: relative;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	height: 47px;
	padding-top: 33px;
	padding-right: 30px;
}
#address {
	width: 760px;
	height: 100px;
	position: relative;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
}

