/* creating body backdrop */
body {
	background-color: #CCC;
	position: relative;
	margin: 0px auto 0px auto;
	min-width: 670px;
	max-width: 800px;
	padding: 0px;
	
	}

/* styling the header */
#header {
	width: 800px;
	height: 160px;
	background-image: url(images/banner.gif);
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
/* styling the flash presentation */
#presentation {	
	width: 780px;
	height:	195px;
	padding: 0px 10px 0px 10px;
	margin: 0;
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#presentation_image_02 {	
	width: 780px;
	height:	195px;
	padding: 0px 10px 0px 10px;
	margin: 0;
	background-image: url(images/image_02.jpg);
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#presentation_image_03 {	
	width: 780px;
	height:	195px;
	padding: 0px 10px 0px 10px;
	margin: 0;
	background-image: url(images/image_05.jpg);
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	}
	
#presentation_image_04 {	
	width: 780px;
	height:	195px;
	padding: 0px 10px 0px 10px;
	margin: 0;
	background-image: url(images/image_04_02.jpg);
	background-color: #333;
	background-repeat: no-repeat;
	background-position: center center;
	}
/* stying the navigation */	
#nav {
	width: 780px;
	background-color: #333;
	padding: 10px;
	}

#navigation {
	width: 780px;
	height:	20px;
	background-color: #00A2E3;
	}
	
#navigation ul {
	padding: 0px;
	font-size: 11px; 
	font-weight: normal; 
	margin: 0px;  
	color: #000;  
	line-height: 21px;  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
}

#navigation li {
	display: inline;  
	list-style-type: none;
}

#navigation li a {
	padding: 6px 10px 6px 10px;
	color: #FFF;
	text-decoration: none
}

#navigation li a:link {
}

#navigation li a:visited {
	color: #FFF
}

#navigation li a:hover {
	font-weight: normal;
	color: #FFF; 
	background-color: #333; 
	text-decoration: none; 
	}
	
/* body text content section */

#body_text {
	width: 780px;
	background-color: #333;
	padding: 0px 10px 0px 10px;
	}

#body_content {
	background-color: #FFF;
	font: normal 12px verdana, arial, sans-serif;
	padding: 10px;
	}	

p {
	font: #F00;
	}

h1 {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	}

.headers {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #00A2E3;
	}
	
	/* styling the SM buttons */
#socialMediaB {
	width:auto;
	padding-top:12px;
	margin-left:290px;	
	}

/* styling the footer */
#footer_div {
	width: 780px;
	padding: 10px;
	background-color: #333;
	}
	
#footer {
	font-family: verdana, sans-serif;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	height:	15px;
	padding-top: 5px;
	background-color: #00A2E3;
	}
	
/* Styling the email link */
a.email:link {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif #333;
	color: #00A2E3;
	text-decoration: none;
	}

a.email:visited {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif #333;
	color: #00A2E3;
	text-decoration: none;
}

a.email:hover {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: underline;
}

a.email:active {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #00A2E3;
	text-decoration: none;
}