body {
	background: #000000;
}

h1 {
	font-size: 1em;
	font-style: bold;
	text-align: left;
	margin-bottom: -15px;
	color: #ffffff;
	margin-left: 15px;
}
h2 {
	font-size: 1em;
	font-style: bold;
	text-align: center;
	color: #ffffff;
}
h3 {
	width: 780px;
	font-size: 1.5em;
	font-style: bold;
	text-align: left;
	color: #C43935;
	margin-bottom: 5px;
	margin-left: 20px;
}
h4 {
	font-size: .85em;
	font-style: bold;
	text-align: justify;
	color: #ffffff;
	line-height: 20px;
	margin-left: 15px;
}
p {
	color: #000000;
	text-align: center;
}
img {
	text-align: center;
}
.about {
	font-size: .85em;
	color: #cccccc;
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
}
.aboutb {
	font-size: .85em;
	font-weight: bold;
	color: #cccccc;
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
}
p.quote {
	font-size: .75em;
	color: #cccccc;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
}
p.link {
	font-size: .85em;
	text-align: left;
	margin-left: 15px;
}
.qa {
	font-size: .85em;
	color: #cccccc;
	text-align: justify;
	margin-bottom: 15px;
}
#home {
	margin-top: 0px;
}
div#header {
	width:780px;
	height:20px;
	background:url("images/head_01.gif") no-repeat;
}
div#wrap {
	margin:0px;
	width:780px;
	background:url("images/body_01.gif") repeat-y;
}

div#content {
	width:780px;
	margin-bottom:-20px;
}
div#footer {
	width:780px;
	height:20px;
	margin-top: 0px;
	background:url("images/foot_01.gif") no-repeat;
	}
div#special {
	width: 754px;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      none;
  font-family:      sans-serif;
  background-color: none;
  color:            #e8e8e8;
    } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-family:      sans-serif;
  font-weight:      none;
  background-color: none;
  color:            #e8e8e8;
    } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      none;
  font-family:      sans-serif;
  background-color: none;
  color:            #C43935;
    } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
  font-weight:      none;
  font-family:      sans-serif;
  color:            #cccccc;
    }	

.quote {
	text-align: justify;
	font-size: 80%
}

.attr {
	text-align: right;
	font-size: 80%
}

#textbox {
	width: 380px;
	height: 420px;
	background: #ffffff;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}