/* CSS Document */

@font-face {
    font-family:'FUTURAM';
    src: url('font/FUTURAM.eot');
    src: url('font/FUTURAM.eot?#iefix') format('embedded-opentype'),
         url('font/FUTURAM.woff') format('woff'),
         url('font/FUTURAM.ttf') format('truetype'),
         url('font/FUTURAM.svg#FUTURAM') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; font-family: Arial, Helvetica, sans-serif; font-size:15px; line-height:normal; background-image:url(images/main-bg.jpg); background-repeat:repeat-x;

}
#container{
	width:768px;
	height:auto;
	margin:0 auto;
	position:relative;
}



.heading1{ font-size:32px; color:#613a8c; font-family: 'FUTURAM'; font-weight:bold;}

.heading2{ font-size:25px; color:#613a8c; font-family: 'FUTURAM'; font-weight:bold;}

.heading3{ font-size:23px; color: #FF0000; font-family: 'FUTURAM'; font-weight:bold;}

.style10 {	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000; line-height:normal;
}

.sml_txt{font-size:13px; color:#FFFFFF; line-height:16px;}

.heading4{font-family: 'FUTURAM'; font-size:30px; color:#928b81; line-height:normal;}

.box{ border:#000000 4px double; -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black; padding:20px;}