html,body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.4em;
	color: #424242;
	background-color: #1c1c1c;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
}

td {
	font-size: 13px;
	line-height: 1.4em;
}

p {
	padding: 0px;
	margin: 0px;
}

a img {
	border: none;
}

a:link, a:visited  {
	color: #3f3f3f;
	text-decoration: underline;
}

a:hover {
	color: #be1d24;
	text-decoration: underline;
}


.navSubMenu a:link, .navSubMenu a:visited  {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

.navSubMenu a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 13px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #be1d24;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #be1d24;
	padding: 0px;
	margin: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-image: url(/images/main_repeat.jpg);
	background-repeat: repeat-y;
}

#logo_area {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-top: 57px;
	padding-bottom: 12px;
	height: 63px;
}

#logo_area img {
	float: left;
	margin-left: 22px;
}

#header	{
	width: 100%;
	height: 252px;
}

#menu {
	width: 904;
	height: 37px;
	color: #FFF;
	font-size: 14px;
	padding-left: 33px;
	padding-right: 33px;
	background-image: url(/images/menu.jpg);
}

#middle {
	width: 950px;
	min-height: 180px;
	padding-top: 25px;
	padding-bottom: 6px;
	background-image: url(/images/main.jpg);
	background-repeat: no-repeat;
}

#text_area {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-left: 50px;
	padding-right: 50px;
}

#footer	{
	width: 100%;
	height: 34px;
	background: url(/images/footer.jpg);
}

#footer_text {
	margin-left: auto;
	margin-right: auto;
	max-width: 950px;
	text-align: center;
	font-size: 11px;
	line-height: 25px;
	color: #b3b3b3;
}

#msg {
	display: none;
	position: absolute;
	z-index: 100;
	background: url(../images/msg_arrow.gif) left center no-repeat;
	padding-left: 7px;
}

#msgcontent {
	display: block;
	background: #FFF;
	color: #3d3d3d;
	border: 2px solid #a50303;
	border-left: none;
	padding: 5px;
	min-width: 150px;
	max-width: 250px;
}

ul#List1 {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

#List1 li {
	float: left;
	padding: 6px;
	margin-left: 15px;
}
