@import "menu.css";

html 
{
	overflow: auto;
}

body 
{
	margin:0;
	border:0;
	padding:0;
	height:100%; 
	max-height:100%; 
	background:#fff; 
	font-family:Trebuchet MS, verdana, sans-serif; 
	font-size:76%;
	overflow: hidden; 
}


* html body 
{
	padding:55px 0 40px 0; 
}

#mainContainer 
{
	position:fixed; 
	top:55px;
	left:0;
	bottom:40px; 
	right:0; 
	overflow:auto; 
	text-align:center;				
}

* html #mainContainer 
{
	height:100%; 
	width:100%; 
}

#header 
{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:55px; 
	overflow:auto; 
	overflow:hidden;
}

* html #header 
{
	height:55px;
}


#footer 
{
	position:absolute; 
	bottom:0; 
	left:0;
	width:100%; 
	height:40px; 
	overflow:auto; 
	text-align:left; 
	overflow:hidden;
	
}

* html #footer 
{
	height:40px;
}

.dropmenudiv a
{
	text-decoration: none;
	color:#982424;
	text-align:left;
}

h1
{
	font-size:18px;
	font-family:Georgia,Times New Roman;
	font-weight:bold;
	font-style:italic;
	color:#982424;
	margin-bottom:5px;
	
}

h2
{
	font-size:11px;
	padding-left:20px;
	font-family:Georgia,Times New Roman;
	font-weight:bold;
	color:#982424;
	margin-bottom:5px;
	display:inline;
	
}


.mainScope
{
	width:760px; 
	margin-left: -380px; 
	left: 50%; 
	position: absolute; 

}


.headerScope
{
	width:830px; 
	margin-left: -415px; 
	left: 50%; 
	position: absolute; 
	height:95px; 
	background-image:url(../images/logo.gif); 
	background-repeat:no-repeat;
}

.footerScope
{
	border-bottom:3px solid #969696; 
	width:740px; 
	margin-left: -370px; 
	height:30px;
	left: 50%; 
	position: absolute;
	padding-top:3px;
	background-color:#FFFFFF;
}

img 
{
	border:0px solid #f00;
}

a
{
	color:#982424;
	text-decoration:none;
}

.alert 
{	
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #d10808;
	text-decoration:none;
}

.gallery
{

	height: 150px;
	width: 200px;
	text-align: center;
	vertical-align: middle;
	background-color: #f8f8f8;
	font-family:Trebuchet MS, verdana, sans-serif; 
	font-weight: bold;
	font-size:76%;

}

.imglink
{
	border:1px solid #982424;
	 
 }
 
.txt
 {
	text-align:left;
	background:#fff; 
	font-family:Trebuchet MS, verdana, Arial; 
	font-size:12px;
	color: #444444;
	line-height:18px; 
	letter-spacing:0.1em;
}

div
{
	display:inline;
}

