body {
	background:#000000;
	color: #FFFFFF;
	text-align:center;
	padding:0;
	font-family: "Courier New", Courier, mono;
 }

/*fonts*/
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	line-height: 20px;
}
.f1 {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.f2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	line-height: 20px;
}
.f3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
}
.f4 {
	font-size: 1.5em;
	color: #990000;
	line-height: 20px;
	text-decoration: none;
}
a {
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
}

.l1 {
	font-size: 1em;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	line-height: 20px;
}

.l1u {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	line-height: 20px;
}
p {
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
a:hover {
	text-decoration: underline;
}
/* Layout */ 

#container {
 text-align:left;
 border:0px;
 width:920px;
 margin:auto;
 overflow:hidden;
 }
.line {
	float: left;
	position: relative;
	width: 740px;
	background-color: transparent;
	display: block;
}
.item {
	position: relative;
	left: 100%;
	float: left;
	background-color: transparent;
}
.image1{
	background-image:  url(images/img_01.gif);
	background-repeat: no-repeat;
	background-position: top center;}
.image2{
	background-image:  url(images/img_02.gif);
	background-repeat: no-repeat;
	background-position: top center;
 }
.image3{
	background-image:  url(images/img_03.gif);
	background-repeat: no-repeat;
	background-position: top center;
 }
.image4{
	background-image:  url(images/img_04.gif);
	background-repeat: no-repeat;
	background-position: center top;
 }
.image5{
	background-image:  url(images/img_05.gif);
	background-repeat: no-repeat;
	background-position: top center;
 }
/* main */ 

#content {
width:740px;
padding:236px 0px 20px 0px;
 }

/* menu */ 
#nav{
width:180px;
margin-left:-650px;
 }

#nav .in ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-weight:bold;
}

#nav .in li {margin-bottom: 10px; line-height:20px;}


#nav .in a
{
color: #fff;
background-color: #000000;
text-decoration: none;
}
#nav .in a:hover
{
color: #fff;
background-color: #990000;
text-decoration: none;
}


#nav .in ul ul a:hover
{
color: #fff;
background-color: #990000;
text-decoration: none;
}

ul#navlist li#active a
{
color: #ffffff;
background: #990000;
}
ul#navlist li#toplink a
{
color: #990000;
background-color: #000000;
text-decoration: none;
}
ul#navlist li#toplink a:hover
{
color: #ffffff;
background-color: #000000;
text-decoration: none;
}
ul#navlist li ul#subnavlist li a
{
color: #990000;
background: #000000;
text-decoration: none;
}
ul#navlist li ul#subnavlist li a:hover
{
color: #990000;
background: #ffffff;
text-decoration:none;
}

ul#navlist li#active ul#subnavlist li#subactive a
{
color: #990000;
background: #ffffff;
text-decoration: none;
}



/* content */ 
#text {
	width:540px;
	margin-left:-460px;
 }


.button {background-color:#990000; padding:3px; color:#ffffff; font-weight:bold; text-decoration:none;}
.button:hover {background-color:#FFFFFF; padding:3px; color:#990000; font-weight:bold; text-decoration:none;}

/*home thumbnails*/

.thumbnail{
position: relative;
z-index: 0;
overflow:hidden;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*enlarged image*/
width:1px;
height:1px;
position:absolute;
border: 0px;
visibility:hidden;
text-decoration: none;
text-align:left;
top:0;
left:0;
}

.thumbnail span img{ /*enlarged image*/
border:0px;
background-color:#FFFFFF;
padding: 3px;
}

.thumbnail:hover span{ /*enlarged image on hover*/
visibility:visible;
width:400px;
margin-top:-300px;
}

html>body .thumbnail:hover span{ /*ie enlarged image on hover*/
visibility:visible;
width:400px;
margin-top:-400px;
}

.thumbnail:hover span#img1 img{ /*enlarged image on hover*/
height: 300px;
width:383px;
}
.thumbnail:hover span#img2 img{ /*enlarged image on hover*/
height: 300px;
width:338px;
}
.thumbnail:hover span#img3 img{ /*enlarged image on hover*/
height: 300px;
width:244px;
}

.tag {background-color:#FFFFFF;color:#990000; } /*text below image on hover*/

/*text image preview*/

.thumbnail_txt{
position: relative;
z-index: 0;
overflow:hidden;
cursor: text;
}

.thumbnail_txt:hover{
background-color: transparent;
z-index: 50;
text-decoration: none;
color:#FFFFFF;
}

.thumbnail_txt span{ 
width:1px;
height:1px;
position:absolute;
border: 0px;
visibility:hidden;
text-decoration: none;
text-align:left;
top:0;
left:0;
}

.thumbnail_txt span img{ 
border:0px;
background-color:#FFFFFF;
padding: 3px;
}

.thumbnail_txt:hover span{ 
visibility:visible;
width:250px;
margin-top:-160px;
}


/* footer */ 
#footer {
	width:740px;
	height:25px;
	margin-left:-650px;
 }
#footer .in{
	text-align:left;
	border-top: 2px solid #990000;
	padding-top: 10px;
	font-size: 0.8em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
 }


