/* Internet Explorer */
/* basic elements */
body, html {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000 url('../global/background01.jpg') top center;
	text-align: center;
	}

/* Text Styling */
p {
	color: #3c3c3c;	
	font-size: 8pt;
	}
.style4 {
	color: #3c3c3c;	
	font-size: 12px;
	}
.stylesmall {
	color: #3c3c3c;	
	font-size: 10px;
	}
.stylesmall2 {
	color: #ffffff;	
	font-size: 10px;
	}
.stylesmall3 {
	color: #3c3c3c;	
	font-size: 11px;
	}
/* Heading Styling */
.heading {
	color: #c02113;
	font-weight: bold;
	font-size: 16px;
	}
.heading2 {
	color: #c02113;
	font-weight: bold;
	font-size: 14px;
	}
h3	{
	font-size: 10pt;
	font-weight: bold;
	color: #3c3c3c;
	}

/* Menu Styling */
.menustyle {
	color: #333333;	
	font-size: 11px;
	}
.menustyle2 {
	color: #ffffff;	
	font-size: 11px;
	}
.menustyle3 {
	color: #ffffff;	
	font-size: 11px;
	font-weight: bold;
	}
.style4white {
	color: #ffffff;	
	font-size: 12px;
	}

/* List Styling */
ul, li     { 
	list-style-type: none; 
	}
	
/* Link Styling */
a:link {
	color: #c02113;
	text-decoration: none;
	}
a:visited	{
	color: #c02113;	
	text-decoration: none;
	}
a:hover,a:active {
	color: #ff1500;
	text-decoration: underline;
	border-bottom-color: #ff1500;
	}
	
/* Div Styling */
#content_holder {
	margin: 20px auto;
	padding: 0px;
	width: 75%;
	background-color: #ffffff;
	text-align: left;
	}
#menu_area {
	margin: 10px 0px;
	padding: 4px;
	background-color: #e9e9e9;
	border: 1px solid #555555;
	width: 30%;
	float: left;
	}
#content_area {
	margin: 0px;
	padding: 10px;
	width: 65%;
	float: left;
	}