@charset "utf-8";
/* CSS Document */

/* CSS Document */

body {
	background-color: #990000;
}


#container  {

	overflow:auto;
	background-attachment:fixed;
	background: white url(images/queencity_logo.jpg) no-repeat;
	width:1000px;
	border:1px solid black;
	line-height:100%;
	margin:auto;
	
	}
#header {
margin-top:100px;
margin-left:450px;
color:white;
}

	
	
	
#left {
width:900px;
float:left;
color:white; }

.h1
  {
	font-size: 20px;
	font-weight:bolder;
	color:black
	}
	.h1 a {text-decoration:none}
	
.h2   {
	font-size: 14px;
	font-weight:bolder;
}
.h2 a {text-decoration:none}
	

#footer  {
	color:white;
	text-align:center;
	font-size: 10px;
	font-family: Verdana, Arial;
	}
	#footer a {
	color:white;}

	


#right, #content {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color:black;
	padding:2px;
	}

#content  {
	
	margin-left:100px;
	margin-right:105px;
	margin-bottom: 30px;
	text-align:left;
	padding:20px;
	color:black;
	
	}

#right  {
	margin-left:600px; 
	text-align:center;
		}
#right a {
	text-decoration:none;
	}

.caption { 
margin: 5px; 
padding: 5px; 
border: 1px solid #000066; 
background-color:black; 
font-size:95%;
text-align:center; 
color:#FFFFFF; 
} 
.caption a {
text-decoration:none;}


 
.left {float: left;} 
.right {float: right;}



#style1 {
font-size: x-small}



