/*Main Page css*/

*{border:0px solid #eee;margin:0;padding:0;list-style:none}
html,body,#bg,#bg table,#bg td,#content{width:100%;height:100%;  overflow:hidden;}
body{font-family:Arial,Helvetica,sans-serif;font-size:13px; cursor:default;color:#000; overflow:hidden;}
img{display:block}

a{text-decoration:none;color:#000;}
A:link {
	font-size:11px;
	color:#000;
}

A:visited {
	font-size:11px;
	color:#000;
}

A:active {
	font-size:11px;
	color:#000;
}

A:hover {
	color:#770b1a;
	font-weight:bold;
}

A:current {
	color:#770b1a;
	font-weight:bold;
}


#logo {
	position:fixed;
	z-index:99;
	margin-left:36px;
	height:110px;
	width:310px;
	clear:both;
	background-image:url("../images/crown_logo.png");
	background-repeat:no-repeat;
	
}
	
	
#diagonal {
	position:fixed;
	margin-left:-1364px; 
	top:100px;
	height:100%; 
	width:2000px;  
	background-image:url("../images/diagonal.png"); 
	background-repeat:no-repeat; 
	overflow:hidden;
}
	

/*Content and Large Background*/

#bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%;overflow:hidden;}
/*#bg td{vertical-align:middle;text-align:center}*/
#bg img{min-height:50%;min-width:50%;margin:0 auto; }
#rotate{background-repeat:no-repeat;}


#qouteTop {
	color:#fff;
	top:30px;
	left:340px;
	width:450px;
	height:60px;
	z-index:60;
	position:absolute;
	overflow:hidden;
	font-size:14px;
	text-shadow: #333 -2px 1px 1px;

}

#qouteTop h1 {
	font-size:20px;
	color:#fff;
}

h1 {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#ffcc99;
}


h2 {
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#fff;
}

h3 {
	font-family:Arial,Helvetica,sans-serif;
	
	font-size:15px;
	color:#fff;
}

/*
#contentTextHolder {
	position:absolute; 
	background-color:#770b1a;
	top:80px;
	left:310px;
	width:450px;
	height:300px;
	z-index:60;
	overflow:none;
	opacity:0.9;
	filter:alpha(opacity=90);
}
	
	
#contentText {
	margin-top:20px;
	margin-left:20px;
	top:80px;
	left:340px;
	width:400px;
	color:#FFFFFF;
	z-index:70;
	overflow:none;
	line-height:18px;
}*/

#contentTextHolder {
	position:absolute;
	top:100px;
	left:320px; 
	height:auto;
	width:400px;
	padding-right:40px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	
}

#contentText {
	top:80px;
	left:310px; 
	background-color:#770b1a;
	padding:25px;
	height:auto;
	width:400px;
	color:#FFFFFF;
	text-align:justify;
	
	line-height:20px;
}

	
#footer {
	float:left;
	font-size:10px;
	color:#000000;
	background-color:#fff;
	padding-top:5px;
	padding-left:5px;
	/*border-top:1px #333333 solid;*/
	width:445px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
	
#navlink1 {
	position:fixed;
	font-size:11px;
	top:125px;
	left:180px;
	clear:both;
	height:20px;
}
	
#navlink2 {
	position:fixed;
	font-size:11px;
	top:155px;
	left:155px;
	clear:both;
	height:20px;
}
	
#navlink3 {
	position:fixed;
	font-size:11px;
	top:185px;
	left:140px;
	clear:both;
	height:20px;
}
	
#navlink4 {
	position:fixed;
	font-size:11px;
	top:215px;
	left:120px;
	clear:both;
	height:20px;
}


/*Sidebar Left*/
#content{
position:fixed;
left:0;
top:0;
z-index:70;
overflow:auto;

}


/*.large{text-align:right;top:20%;right:120px;font-size:13px}*/
/*.box{position:absolute;right:200px;width:500px;}*/



	

/*.white{color:#000}*/






