
/* Cornerstone Stylesheet */

body{
	margin: 0px;	
	font-family:verdana, arial;
  background-color: #925518;
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
}

h1{
font-size:16px;
color: #925518;
text-align:left;
}

h2{
font-size:14px;
color: #925518;
text-align:left;
}

.dateText{
font-size:14px;
color: #333333;
text-align:center;
}

p{
text-align:left;
font-size:13px;
}

.styleTitle {
color: #925518;
font-family: BrushScrD, BrushScriptStd, Geneva, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: normal;
}

.footer{
font-size:12px;
 background-color: #925518;
}
	
.main_font{
	padding: 7px;
}

.menu_style{
	border-bottom: single 1px #000000;
}

.menu{
background-image: url('../images/menu.jpg');
}

#airport{
width: 95%;

}

.left_bar{
background-image: url('../images/left_bar.jpg');
background-repeat: repeat-y;
}

.right_bar{
background-image: url('../images/right_bar.jpg');
background-repeat: repeat-y;
}

.img_pad_rt{
float: right; 
padding-left: 1em;
padding-top: 1em;
padding-bottom: 1em;
}

.img_pad_lft{
float: left; 
padding-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
}

form{
font-size:13px;
}

.light_b{
font-size:13px;
font-weight: 600;
color: #925518;
}