/* new_belairs.css */
/* styling for home page at www.belairs.com */

html 	{border:0;padding:0;margin:0;
	height:100%
}

body	{

	background-color:#727272;
	background-image:url('back.jpg'); 
	background-repeat: repeat-y;

	border:0;padding:0;margin:0;

	height:100%;
	width:100%;

/*	font-family: verdana, arial, sans-serif; 
	font-size: 100%;
	line-height: 1.2em;
*/
	font-family: arial, sans-serif;
	font-size: .875em;
	
	color: #000000;

}

img 	{ 
	border: 0;
	padding: 0;
	vertical-align: middle;
	
}

#header li {
	text-decoration: none;
	padding:0px 20px 0px 20px;
	display: inline;
}	

#header ul {
	padding:0; margin:0; border:0;
}

hr	{
	color:#630;
	
}

#wrap {min-height:100%;width:100%;}

#main {
	overflow:auto;
	padding-bottom:52px;  /* same height as footer */
	width:100%;
}


#header 	{
	width:100%;
	background-color:#000000;
	text-align:center;
	min-width:1280px;min-height:48px;
	white-space:nowrap; 
/*	font-size:.875em; */
/*	border-top:solid 2px blue; */
	border-bottom:solid 1px #03BBAC;

}

#header a	{

	font-size:.875em; 
	color:white;
	text-decoration:none;

}
#header a:hover {background-color:#fff;color:black;}


#content { 
	width:360px; 
	color:black;
	background-color:white;  
	margin-left:5%;
	padding: 20px 20px 0 20px;
/* transparency */
/* 	opacity: .8;               /* Standard style for transparency */
/*	-moz-opacity: .8;          /* Transparency for older Mozillas */
/*	filter: alpha(opacity=80);  /* Transparency for IE */

	font-size:.875em;

	
}

table {
	color:black;
}
		
#footer 	{
	position: relative;
	margin-top: -52px; /* negative value of footer height */
	height: 55px;
	min-width:1280px;
	clear:both;
	font-size:.875em;
	white-space:nowrap; 
	background-color:black;
	color:white;
	text-align:center;
/*	text-transform:uppercase; */
	border-top: solid 2px #03BBAC;
} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}




/* hyperlinks */

a 	{
	font-family: arial, san-serif;
	text-decoration:underline;
	text-weight:bold;
/*	padding-right:20px;
	padding-left:20px;
*/	}
a:link 	{color:#996633;}
a:hover {background-color:#fff;color:black;}
a img {
	border:0;
	padding:0;
}
img a {
	border: 0;
	padding:0;

}

/* text */



p 	{
	text-align: left;
	color: black; 
	background-color:white;
	padding: 0px 20px 0px 30px;
/* transparency */
/* 	opacity: .8;               /* Standard style for transparency */
/*	-moz-opacity: .8;          /* Transparency for older Mozillas */
/*	filter: alpha(opacity=80);  /* Transparency for IE */

}

h1 	{
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	
	padding-top: 1px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
	
	font: 18pt techno, impact, sans-serif;
	font-weight: normal;
	text-align: left;
		
	color: #000;
	border-bottom: 1px solid #000;
	text-shadow: 0 1px 1px #630;
}

h2 {
	font-family: verdana, arial, sans-serif;
	color: #630;
	font-size: 1.4em;
}

h3 {
 	font-size: .8em;
	display: block;
	background: #000000;
	color: #630;
	text-transform: uppercase;
/*	border-bottom: 1px solid #630; */

}

/* forms */

input { 
background: #ffff99; 
 	color: #ffffff;


}

table {
 	font-family: verdana, arial, sans-serif; 
 	text-align: left; 
 	font-size: 1em;
 	color: #ffffff;

	}


/* END */