/*
Theme Name: Trans Air Service


*/


body{
	background: #68513C;
	background-image: url('images/bg-body.gif');
	background-repeat: repeat-x;
	margin: 0; 
	padding: 0;
	font: 100% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial;
}

#MainBody{
	width: 948px;
	margin: 0 auto;
	background: #198ecd;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

a{
	color: #198ecd;
	text-decoration: none;
}
a:hover{
	color: #198ecd;
	text-decoration: underline;
}
h2,h3{
	margin: 0; 
	padding: 0;
}

a img{
 border: none;
}

.clear{
	clear: both;
}

#HeaderBody{
	width: 948px;
	background: #ffffff;
}

#TASLogo{
	width: 333px;
	height: 49px;
	background-image: url("images/TASLogo.jpg");
	float: left;
}

#HeaderInfo{
	width: 500px;
	float: right;
	font-size: 1.0em;
	text-align: right;
	padding: 5px;
}

#HeaderImage{
width: 948px;
height: 180px;
	background-image: url("images/HeaderImage.jpg");
}

#Menu{
	background: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Menu ol{
	list-style: none;
	margin: 0;

}

#Menu ol li{
	display: inline;
	float: left;
}

#Menu ol li a{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	text-decoration: none;
}

#Menu ol li a:hover{
	background: #d5eafb;
	color: #1B8DE9;
}


#Post{
	width: 600px;
	margin: 0 auto;
	background: #ffffff;

	padding: 5px;
	border: 8px solid #e3e3e3;
}

#PostBorder{
	border: 1px solid #000000;
	margin: 20px;

	float: left;

}

#Footer{
	background: #000000;
	color: #ffffff;
	font-size: .7em;
	text-decoration: none;
	text-align: right;
	padding: 5px;
}

#Footer a{
 color: #e3e3e3;
 text-decoration: none;
}
.Entry{
	font-size: .8em;
}
#Sidebar{
	float: right;
	width: 260px;
	margin-right: 20px;
	margin-top: 20px;
	color: #e3e3e3;
}