﻿/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(images/bg.gif) repeat-x #FFFFFF;;
}

#center{
	width:751px;
	height:auto;
	margin:0 auto;
	padding:0px;
	top:0px;
	overflow:hidden;
}
/*----header-----starts----*/
#header_whole{
	width:750px;
	height:112px;
	float:left;
	background-color:#C20203;
	
}
#header_flags{
	width:745px;
	height:12px;
	text-align:right;
	background-color:#C20203;
	padding-right:10px;
}
#logo{
	width:240px;
	height:54px;
	position:absolute;
	margin:30px 0px 0px 250px;
}
/*----header-----ends----*/

/*----body-----starts----*/
#body_whole{
	width:750px;
	height:auto;
	float:left;
	margin-top:5px;
}
#menu{
	width:750px;
	height:46px;
	float:left;
}
#body_top{
	width:750px;
	height:auto;
	float:left;
}
.normaltext{
	font-family:Arial Narrow;
	color:#2B2B2B;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
}
#body_top_rightypart{
	width:353px;
	float:left;
	background-color:#D1D2D4;
}
#body_top_rightytextpart{
	height:295px;
	float:left;
	padding:15px 0px 0px 18px;
	overflow:hidden;
	font-family:Arial Narrow;
	color:#2B2B2B;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
}

#body_top_imgpart{
	width:353px;
	height:62;
	float:left;
	background-color:#D1D2D4;
	padding-top:12px;
	/* padding-bottom:10px; */
}
#body_bottom{
	width:750px;
	height:auto;
	float:left;
	padding-top:11px;
	padding-bottom:11px;
}

/*----body-----ends----*/

/*----footer-----starts----*/
#footer{
	width:750px;
	height:356px;
	float:left;
	top:0px;
	padding:0px;
	margin:0px;
	background:url(images/footer_bg.gif) repeat-x #FFFFFF;

}


/*----footer-----ends----*/



