/* CSS Document */

.smalltext {

	font-family: "arial";
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
.normal {
	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	hover: #000000;

}
.normal2 {
	font-family: "arial";
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	hover: #000000;

}


A {
    font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	}

A:visited {
 	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	}

A:active {
 	font-family: "arial";
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
	}

A:hover { 
	font-family: "arial";
	font-size: 12px;
	color: #dd0000;
	font-weight: bold;
    text-decoration:underline;
	}
	
H1 {

	font-family: "arial";
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;


}

H2 {

	font-family: "arial";
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.floatimgleft {
float: left;
margin-top:5px;
margin-left:5px;
margin-right:15px;
margin-bottom:10px;

}

.floatimgright {
float: right;
margin-top:5px;
margin-left:15px;
margin-right:5px;
margin-bottom:10px;

}
	
body {
	background-image:url(images/cross.gif);
	background-repeat:repeat-y;
	background-position:left;
}

#base {
	position:relative;
	width: 850px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	z-index::1;


}
#header { 
	width:850px;
	height: 85px;
	z-index:2;

}

#flash {
	width:850px;
	height:90px;
	left:0px;
	top:150px;
	background-image:url(images/test.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#dd0000;
	
}
	
#main { 
	width:850px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
}


#footer {
	clear:both;
	height: 30px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding-right:15px;
	text-align:right;
	z-index:2; 
}

#navigation {
	width:850px;
	float:left;
	height:30px;
	left: 9px;
	padding-left:15px;
	text-align:left;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	z-index:3;
	}

#details {
	position:absolute;
	width:220px;
	height:70px;
	top:0px;
	left:645px;
	z-index:2;
	}
	
#text_1 {
	width:255px;
	float:left;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 5px;
	border-style:solid;
	border-color: #eeeeee;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	text-align:left;
	z-index:3;
}

#text_2 {
	width:520px;
	float:right;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	padding: 5px;
	border-style:solid;
	border-color: #eeeeee;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	text-align:left;
	z-index:3;
}


#text_3 {
	width:520px;
	float:right;
	margin-top:5px;
	margin-right:5px;
	margin-bottom:5px;
	padding: 5px;
	border-style:solid;
	border-color: #eeeeee;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	border-bottom-width:0px;
	text-align:left;
	z-index:3;
}

#icons {
	position:absolute;
	width:327px;
	height:38px;
	top:50px;
	left:540px;
	z-index:2;
	}
	
#copyright {

	width:230px;
	height:20px;
	z-index:1;
	text-align:left;
}

