/* CSS Document */


body{
	margin:0;
	background-image:url(../images/site_background.jpg);
	background-repeat:repeat-x;
}

img{
	border:0px;
}

h1{
  	font-family:Lucida Calligraphy;
  	font-size:20px;
  	color:#8B4034;
  	text-align:left;
  	margin-top:10px;
  	margin-left:30px;      
  	font-weight:bold;
}

a{
	text-decoration:none;
	color:#FFF;
}

a:hover{
	text-decoration:underline;
}


/******************** IDs ***************************/

#maintable {
	width:100%;		
	border:0px;
	text-align:center;
}
		
#innertable {
	width:725px;
	height:100px;
	border: 0px;
	vertical-align:top;
	background-color:#FFF;
	BORDER: #6B1C32 2px solid;
}

#leftmenu {
	background-color:#E4DDDF;
	text-align:center;
	border:0px;
	vertical-align:top;
}

#middle_section{
	width:550px;
}


/********************** Classes *************************************/

.header{
	width:725px;
	height:105px;
	background-color:#E4DDDF;
	text-align:center;
	vertical-align:middle;
}

.bluestrip{
	width:100%;
	height:25px;
	background-color:#6B1C32;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:left;
	border-bottom:1px solid #FFF;
}
.flash{
    width:200px;
	background-image:url(../images/flash_strip.gif);
    background-repeat:no-repeat;
}

.main_link{
	width:715px;
	background-color:#D13C01;
	border-bottom:1px solid #FFF;
}

.middle_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:30px;
	margin-right:20px;
	text-align:justify;
	line-height:18px;
}

.contact_text{	
    width:100%;
	height:25px;
	background-color:#6B1C32;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	margin-left:10px;	
	border-top:1px solid #FFF;	
}

.vtop{
	vertical-align:top;
}

.contact{
	vertical-align:top;
	width:600px;
	text-align:left;
}

.registred_text{	
    width:570px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#000000;
	margin-left:20px;
	margin-top:8px;
}

.cen{
	text-align:center;
}

.testimonial{
	font-weight:bold;
	color:#6B1C32;
}

.contact1{
	width:250px;
	height:30px;
}

.contact2{
	width:20px;
}

.contact3{
	width:250px;
	height:55px;
}

.contact4{
	width:250px;
	height:80px;
}

