html {
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	text-align: center;
}

p, td, li {
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #ffffff;
	line-height: 1.5;
}

a {
	color: #821916;
	text-decoration: underline;
}

a:hover {
	color: #821916;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

#wrapper {
    width: 690px;
    hight: 100%;
}

#banner {
   width: 690px;
}

#logo {
	top:0px;
	width:690px;
	height:120px;
	border:0px;
	background-image: url(../templateimage/logo.jpg);
	position:relative;
}

#flash_banner {
	top:0px;
	width:690px;
	height:250px;
	border:0px;
	background-image: url(../templateimage/p1.jpg);
	position:relative;
}

#menuarea {
  background-color: #000000;
  color:#ffffff;
}

.menu {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.break {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
}

#content {
	text-align: left;
	width:660px;
	vertical-align: top;
	padding: 15px;
	background-color:#000000;
	color:#ffffff;
}
#content_black {
    color:#ffffff;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	background-color:#000000;
	width:690px;
}

#footer {
  background-color: #231f20;
}


