* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
}

body {
	font-family: Verdana, Tahoma, ArialCE, HelvaticaCE, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(../images/body/bodyBG.jpg);
	background-repeat: repeat-x;
}

.pngFix {
	behavior: url(css/iepngfix.htc);
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

img {
	behavior: url(css/iepngfix.htc);	
}
#top {
	
}
#wraperAll {
	width: 100%;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
}

#headerAll {
	width: 100%;
	height: 500px;
	position: relative;
}

#header {
	width: 100%;
	height: 524px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#header .headerMenu {
	width: 980px;
	margin: 0 auto;
}


#contentAll {
	width: 100%;
	position: relative;
	z-index: 10;
}

#content {
	width: 980px;
	margin: 0 auto;
}

#content .contentLeft {
	float: left;
	display: inline;
	width: 278px;
	color: #7f7f7f;
	line-height: 14px;
}

#content .contentCenter {
	float: left;
	display: inline;
	width: 355px;
	color: #7f7f7f;
	line-height: 14px;
	padding: 0px 30px 0px 0px;
}

#content .contentRight {
	float: right;
	display: inline;
	width: 200px;
	/* color: #7f7f7f; */
	color: #000000;
	line-height: 14px;
	padding: 0px 115px 0px 0px;
}

#content .contentLeft .contentLeftHeader {
	padding: 0px 0px 0px 35px;
}

#content .contentLeft .contentLeftContact {
	margin: 0px 0px 0px 35px;
	background-image: url(../images/contentLeft/contactIcon.jpg);
	background-repeat: no-repeat;
	
	padding: 3px 0px 10px 60px;
}

#content .contentCenter .contentCenterText {
	/* color: #545454; */
	color: #000000;
	line-height: 20px;
	font-size: 12px;
	
	padding: 30px 0px 0px 0px;
}

#content .contentCenter .contentCenterText img {
	width: 115px;
}

#content .contentCenter .contentCenterText .showMore {
	float: right;
	display: inline;
	font-size: 11px;
	margin-top: 10px;
}

#content .contentCenter .contentCenterText .showMore a {
	color: #9c5473;
}

#content .contentCenter .flags {
	float: right;
	display: inline;
}

#content .contentRight .oneNews {
	margin: 0px 0px 10px 0px;
	font-size: 10px;
}

#content .contentRight .oneNews .oneNewsHeader {
	
}

#content .contentRight .oneNews .oneNewsHeader .date {
	float: left;
	display: inline;

	padding: 0px 2px 0px 2px;	
	
	background-color: #6c002e;
	color: #fff;
	
	text-align: center;
}

#content .contentRight .oneNews .oneNewsHeader .title {
	float: left;
	display: inline;
	
	margin: 0px 0px 0px 7px;
	
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
}

#content .contentRight .oneNews .oneNewsHeader .title a {
	color: #000;
	text-decoration: none;
}

#content .contentRight .oneNews .oneNewsHeader .title a:hover {
	text-decoration: underline;
}

#content .contentRight .oneNews .oneNewsContent {
	color: #454545;
	padding: 0px 0px 4px 0px;
	line-height: 15px;
	text-align: justify;
}

#content .contentRight .oneNews .oneNewsContent a {
	color: #454545;
	text-decoration: none;
}

#content .contentRight .oneNews .oneNewsContent a:hover {
	text-decoration: underline;
}

#content .contentRight h1 {
	margin: 0px 0px 30px 0px;
}


#footerAll {
	width: 100%;
}

#footer {
	width: 980px;
	margin: 0 auto;
}

#footer .footerLinks {
	width: 593px;
	height: 14px;
	
	margin: 20px 0px 0px 278px;
	
	background-image: url(../images/footer/footerMenuBG.jpg);
	background-repeat: no-repeat;	
	
	padding: 4px 0px;
	text-align: center;
	
	color: #fff;
}

#footer .footerLinks a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer .footerLinks a:hover {
	text-decoration: underline;
}

#footer .footerAbout {
	color: #666666;
	text-align: right;
	padding: 20px 120px 20px 0px;
}

#footer .footerAbout a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}

#footer .footerAbout a:hover {
	text-decoration: underline;	
}

h1 {
	display: inline;
	float: left;
	
	padding: 8px 25px 0px 5px;
	height: 30px;
	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 24px;
	line-height: 22px;
}

h1.dark {
	background-color: #41001c;
	background-image: url(../images/h1/h1DarkBG.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

h1.middle {
	background-color: #6c002e;
	background-image: url(../images/h1/h1MiddleBG.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

h1.light {
	background-color: #ad0d47;
	background-image: url(../images/h1/h1LightBG.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

h1 div {
	height: 22px;
	width: auto;
	float: left;
	display: inline;
	padding: 0px 0px 0px 0px;
	overflow: visible;
}

#content .contentLeft h1 {
	margin: 0px 0px 30px 35px;
}

ul {
	padding: 0px 0px 20px 20px;
}

ul li {
	padding: 0px 0px 20px 0px;
}

ol {
	padding: 0px 0px 20px 20px;
}

ol li {
	padding: 0px 0px 20px 0px;
}





