@CHARSET "ISO-8859-1";

body {
	padding:0;
	margin:0;
	color: #7e7e7e;
	list-style-type: none;
	font: 13px Georgia, "Times New Roman", Times, serif;
}

#container {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}

#header {
	padding-bottom: 5px;
}

#menu {
	margin-bottom: 18px;
	font: 13px;
	color: #f50f10;
	word-spacing:30px;
	text-transform: uppercase;
	margin-top: -50px;
}

#line {
	width: 100%;
	height: 10px;
	background: url(images/line.png) no-repeat;
	padding-bottom: 15px;
}

a:link {
	text-decoration: none;
	color: red;
}
	
a:visited {
	text-decoration: none;
	color: red;
}
	
a:active {
	text-decoration: none;
	color: red;
}
	
a:hover {
	text-decoration: underline; 
	color: red;
}

#content {
	margin: 5px;
	min-height: 400px;
	color: #000000;
	padding-bottom: 40px;
	font: 15px;
}

#footer{
	width: 100%;
	min-height: 49px;
	height: 49px;
	position: fixed;
	bottom: 0;
	color: #000;
	background: url(images/firecrest_footer_bg.png) repeat;
	clear: both;
	float: left;
}

#footerText a {
	font: 20px "Gill Sans MT";
	text-transform: lowercase;
	z-index: 20;
	position: fixed;
	text-align: right;
	color: #000000;
	bottom: 15px;
	right: 120px;
	float: right;
}

#bird {
	bottom: 0;
	float: right;
	z-index: 30;
	position: fixed;
	text-align: right;
	right: 0;
}

img {
	border: 0;
}

.thered {
	color: red;
	display: inline;
}

.newsLeftImage {
	vertical-align: top;
	display: inline-block;
	width: 353px;
	min-height: 216px;
	background-color: red;
}

.newsRightText {
	margin-left: 50px;
	vertical-align: top;
	display: inline-block;
	width: 353px;
	height: auto;
}

.newsRightImage {
	margin-left: 50px;
	margin-top: 50px;
	vertical-align: top;
	display: inline-block;
	width: 353px;
	min-height: 216px;
	background-color: red;
}

.newsLeftText {
	margin-top: 50px;
	vertical-align: top;
	display: inline-block;
	width: 353px;
	max-width: 353px;
	word-wrap: break-word;
}

.nazimjamil {
	width: 100%;
	min-height: 20px;
	position: fixed;
	top: 0px;
	color: #000000;
	text-align: right;
	float: right;
	right: 0px;
	padding-right: 5px;
	font: 9px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.lowerLine {
	border-bottom: 1px dotted #ebebeb;
}
