/* CSS Document */

.intro {
	width:800px;
	margin-left: -400px;
	position: absolute;
	height: 260px;
	margin-top:-170px;
	left:50%;
	top:40%;
}

.grey {
	width:800px;
	background-color:#242424;
	position:absolute;
	margin-left:-400px;
	height:100%;
	left:50%;
}

div.container {
 	width:98%; 
	margin:1%;

}
 
.table1 {
  	text-align:top center; 
	margin-left:auto; 
	margin-right:auto; 
	width:800px;
	
}
  
  
tr,td {
  	text-align:left;

}
  
body {
	background-color:#524D59;
	margin-top:0px;	
	margin-bottom:0px;
	font-family:Arial, Helvetica, verdana, tahoma, sans-serif;

	
}
	
table {
	width:800px;
	background-color:#242424;

}

.table2 {
	width:600px;


}

.textbox {
	background-color:#000000;
	font-family:Arial, Helvetica, verdana, tahoma, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color:#999999;
	padding:20px;
	height:350px;
	width:500px;

}

.textbox_i {
	background-color:#000000;
	font-family:Arial, Helvetica, verdana, tahoma, sans-serif;
	color:#999999;
	padding:10px;
	width:500px;
	height:120px;

}
.textbox_top {
	height:20px;
	background-image:url(images/textbox_ends.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	
	
}

.textbox_bottom {
	height:60px;
	background-image:url(images/textbox_ends.gif);
	background-position:top;
	background-repeat:no-repeat;

}

.textbox_bottom_i {
	height:5px;
	background-image:url(images/textbox_ends.gif);
	background-position:top;
	background-repeat:no-repeat;

}

.side_l {
	background-image:url(images/side.gif);
	background-repeat:repeat-y;
	width:100px;
	background-position:top right;

}

.side_r {
	background-image:url(images/side.gif);
	background-repeat:repeat-y;
	width:100px;
	background-position:top left;
	background-image:
	
}

.footer {
	height:100px;
	background-image:url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: top center;

}


h1 {
	font-size:13px;
	font-weight:normal;
	color:#CCCCCC;
}


h2 {
	font-size:15px;
	font-weight:bold;
	color: #990099;
}

.contact {
	padding-top:10px;
	font-size:10px;
	color:#999999;
	text-align:right;
	

}


.intro_txt {
	font-size: 12px;
	line-height: 30px;
	color: #993399;
	padding: 10px;
	text-align:center;
	
}