body {			font-family: Arial, Verdana, Helvetica;
				font-size: 1em;
				margin: 0;
				padding: 0;
				color: #414042;
}

#container {	position: absolute;
				width: 760px;
				left: 50%;
				top: 10px;
				margin-left: -383px;
				z-index: 1;
				
				
}

#container p {	position: absolute;
				padding-top: 300px;
				padding-left: 340px;
				padding-right: 20px;
				line-height: 22px;
				text-align: justify;
				font-size: 0.8em;

}

#header{		position: absolute;
				top: 0px;
				left: 0px;
				width: 760px;
				height: 215px;
				background-image: url(../images/MB_header.jpg);
				background-repeat: no-repeat;
				background-position: left top;
}



#navigation {
	position: absolute;
	top: 250px;
	left: 0;
	width: 300px;
	display: block;
	background-color: #36324e;
	margin: 0;
	padding: 17px 0;
	z-index: 20;
	
}

#navigation li { 

	margin: 0; 
	list-style-type: none; 
	display: block; 
	padding: 0; 
	font-size: 0.8em;
	line-height: 30px;
	
}


#navigation a:link, #navigation a:visited { 

	height: 30px; 
	color: #fff; 
	text-decoration: none; 
	padding: 0 5px 0 25px; 
	border-top: 1px solid #848586; 
	border-left: 15px solid #d1942a; 
	display: block; }


#navigation a:active, #navigation a:hover { 

	background-color: #3a2f86; 
	color: #ffffff; 
	border-left: 15px solid #ffb22c; }

#content_navigation {	position: absolute;
						padding-top: 250px;
						padding-left: 420px;
						padding-right: 20px;
						display: inline;
						list-style-type: none;
						font-size: 0.9em;
}

#content_navigation li {	display: inline;
							padding-left: 40px;
										
}


#content_navigation a {	text-decoration: none;
						font-family: Pristina;
						font-size: 1.3em;
						font-weight: bold;
						color: #36324e;
																			
}

#footer{
		position: absolute;
		height: 5px;
		width: 765px;
		background-color: #36324e;
		margin-top: 830px;
			
		}
		


#footer p {
		font-size: 0.7em;
		text-align: center;
		padding: 0 20px 0 480px;
		margin-top: 5px;
		
		}
		
#footer a:link, #footer a:visited { 
		color: #7b7b7b; 
		text-decoration: none; 
		}

#footer a:active, #footer a:hover { 
		color: #cc0000; 
		text-decoration: none; 
		}

#contact_info {
		position: absolute;
		margin-top: 280px;
		line-height: 25px;
}

#contact_info p {
		font-size: 0.9em;
	}

/* form styles */

#main_text {
		position: absolute;
		margin-top: 420px;
		line-height: 20px;

}

#main_text p { 

		font-family: Arial, Verdana, san-serif; 
		text-align: justify; 
		line-height: 1em; 
 		min-height: 0;
		
		
		}

#main_text p strong {
		font-size: 1em;
		}

form dd {
	margin: 0px;
	padding: 0 0 0 40px;
	text-align: left;
}
form dt {
	text-align: left;
	float: left;
	padding: 0 15px 0 60px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
/* general form styles. ID all forms as thisform */

#thisform p { 
	color: #4e4b4b; 
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.8em; }

/* styles for form lables */
#thisform label {
	color: #4d4d4d;
	display: block;
	width: 150px;
}
/* General form input fields */
form input {
	margin: 5px 0 5px 0px;
}


/* INSERT ALL INPUT ELLEMENTS HERE, or add another line like this with different widths */
#name, #email, #cc_name, #cc_no {
	width: 300px;
}
#message {
	width: 300px;
	font-family: Arial, Helvetica, san-serif;
	margin-top: 5px;
}

#amount {
	background-repeat: no-repeat;
	background-position: left center;
	text-align: right;
	border: 1px solid #B5B5B5;
	margin: 5px 0 5px 0;
	height: 18px;
}
/* Optional style for highlighting sections in a selection list */
.highlight {
	color: #CC0000;
	background-color: #F5F4DC;
}
#option {
	color: #CAB691;
}
#submit {
	margin: 10px 10px 10px 270px;
	
	
}









