@import 'CSSReset.css';
@import 'Menu.css';

body
{
	background-color: #c2510f;
	background-image: url(/common/images/background/gradient.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	color: White;
}
.splash-loading-bg{
	background-color:#3a1602;
	opacity:0.9;
	filter:alpha(opacity=90);
	position:fixed;
	top:0;
	height:100%;
	width:100%;	
	z-index:-1;
}
#splash{
	/*background:url(/common/images/brown-trans.png);*/
	text-align:center;
	position:fixed;
	padding-top:138px;
	height:100%;
	width:100%;	
	z-index:1000;
}
#splash .btn{
	background:url(/common/images/enter-btn.png) no-repeat;	
	margin:0 auto;
	padding:30px 47px 48px;
	width:208px;
}
#splash .btn a{
	font:bold 23px/1 Arial, Helvetica, sans-serif;
	color:#f8e2d6;
	display:block;
	height:42px;
	padding:11px 0 0 23px;
	text-align:left;
	text-decoration:none;
	text-transform:capitalize;
	width:185px;
}
#splash .btn a:hover{
	color:#fff;
}
#wrapper
{
	text-align: right;
	width: 800px;	
}

#header
{
	height: 95px;
	background: url(/common/images/background/header.gif) no-repeat top right;
	text-align: left;
}

#logo
{
	position: relative;
	left: 145px;
	top: 30px;
}

#content
{
	width: 731px;
	float: right;
}

#content p
{
	padding: 0px 20px 10px 20px;	
	line-height: 16px;
	text-align: justify;
}

#tblBody
{
	width: 731px;
	height: 752px;
	margin-bottom: 20px;
}

#main
{
	width: 540px;
	height: 737px;
	background: url(/common/images/background/homepage.gif) no-repeat top right;
}

#footer
{
	text-align: center;
	font-size: 9px;
}

strong
{
	font-weight: bold;
}
