body {
	margin:20px 0 0 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#000000;
	color:#ffffff;
	text-align:center;
	line-height:16px;
}

#wrapper {
	width:800px;
	height:600px;
	margin:0 auto;
	border: 1px solid #c41230;
	text-align:left;
	background:#333;
}

#footer {
	width:780px;
	padding:10px;
	margin:0 auto;
	text-align:right;	
	color:#b3b3b3;
}

#header {
	height:100px;
	width:800px;
	overflow:hidden;
}

#content_wrapper {
	height:500px;
	width:800px;
	background:url(../img/bg.jpg) no-repeat;
}

#top_nav {
	width:800px;
	height:35px;
	background-image:url(../img/red60.png);
	background-color: rgba(198, 11, 70, .60);
	overflow:visible;

}

#hp_content {
	float:right;
	position:relative;
	top:140px;
	right:35px;
	height:170px;
	width:370px;
	overflow:auto;
	padding:15px;
	color:#000000;
	background-image:url(../img/white40.png);
	background-color: rgba(255, 255, 255, .40);	
}

#hp_content p { margin:0 0 8px 0; padding:0 0 3px 0; }

#left_content {
	float:left;
	position:relative;
	top:77px;
	left:30px;
	width:585px;	
}

#left_nav {
	float:left;	
	width:125px;
}

#main_content {
	width:425px;
	height:280px;
	float:left;
	margin-left:15px;
	background:#e6e6e6;
	padding:10px;
	color:#000000;
	overflow:auto;
}

#main_content_contact {
	width:425px;
	float:left;
	margin-left:15px;
	background:#e6e6e6;
	padding:10px;
	color:#000000;
}

#right_content {	
	float:right;
	position:relative;
	top:77px;
	right:15px;
	width:143px;
	height:280px;
	background:#e6e6e6;
	overflow:auto;
	padding:10px 5px;
	color:#000000;
	text-align:center;
}

a:link, a:active, a:visited {
	text-decoration:underline;	
	color:#c41230;
}

a:hover {
	text-decoration:none;	
	color:#999;
}

#left_nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#left_nav li {
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
	font-weight:600;	
}

#left_nav ul li a:active, #left_nav ul li a:link, #left_nav ul li a:visited {
	display:block;
	padding:5px 10px;
	width:105px;
	background:#e6e6e6;
	color:#c41230;
	text-decoration:none;
}

#left_nav ul li a:hover {
	display:block;
	padding:5px 10px;
	width:105px;
	background:#c41230;
	color:#e6e6e6;
	text-decoration:none;
}

#left_nav ul li ul li a:active, #left_nav ul li ul li a:link, #left_nav ul li ul li a:visited {
	display:block;
	padding:5px 10px 5px 18px;
	width:97px;
	background:#e6e6e6;
	color:#c41230;
	text-decoration:none;
	font-weight:500;
}

#left_nav ul li ul li a:hover {
	display:block;
	padding:5px 10px 5px 18px;
	width:97px;
	background:#c41230;
	color:#e6e6e6;
	text-decoration:none;
	font-weight:500;	
}

h1 {
	padding-top:0;
	margin-top:0;
	font-size:18px;
	font-weight:500;
	color:#c41230;	
}

/* Flexscroll Styles */ 

/* Scroll Bar Master Styling Starts Here */

/* All comments can be freely removed from the css */



.scrollgeneric {

line-height: 1px;

font-size: 1px;

position: absolute;

top: 0; left: 0;

}



.vscrollerbase {

width: 10px;

background-color: #999999;

}

.vscrollerbar {

width: 10px;

background:#C41230;

}

.hscrollerbase {

height: 10px;

background-color: #999999;

}

.hscrollerbar {

height: 10px;

background:#C41230;

}



.scrollerjogbox {

width: 10px;

height: 10px;

top: auto; left: auto;

bottom: 0px; right: 0px;

background:#C41230;

}
