.contentTop {
	border-top: 1px;
	border-bottom: 1px;
	border-left:0px;
	border-right: 0px;
	border-style:double;
	padding: 12px 0px 12px 0px;
	border-color:#c5c7c8;
	width:650px;
	height:341px;
	/*background-color:blue;*/
}

.contentTop img {
	padding-top: 0px;
}

.leftContent {
	width: 325px;
	height: 830px;
	margin-bottom: 40px;
	/*background-color: green;*/
	float: left;
}

.rightContent {
	width: 325px;
	height: 930px;
	margin-bottom: 40px;
	overflow:hidden;
	/*background-color: blue;*/
}

.textLayerRight2 {
	width: 290px;
	height: 100px;
	padding: 5px 5px 5px 30px;
	/*background-color: red;*/
	/*float: right;*/
}

.textLayerRight3 {
	width: 290px;
	height: 200px;
	padding: 5px 5px 5px 30px;
}

.textLayerRight5 {
	width: 290px;
	height: 150px;
	padding: 5px 5px 5px 30px;
	/*background-color: red;*/
	/*float: right;*/
}

.textLayerRight6 {
	width: 290px;
	height: 650px;
	padding: 5px 5px 5px 30px;
	/*background-color: red;*/
	/*float: right;*/
}

.textLayerLeft1 {
	width: 290px;
	height: 310px;
	padding: 5px 5px 5px 5px;
	/*background-color: yellow;*/
}

.textLayerLeft3 {
	width: 290px;
	height: 300px;
	padding: 5px 5px 5px 5px;
	/*background-color: yellow;*/
}

.textLayerLeft4 {
	vertical-align: top;
	width: 290px;
	height: 350px;
	padding: 5px 5px 5px 5px;
	/*background-color: red;*/
}

.news {
	color:#3a3a3c;
	padding: 12px 5px 12px 5px;
	vertical-align:text-bottom;
}

.news a {
	color:#359945;
}

.news h2 {
	font-size:18px;
	color:#3a3a3c;
}

#loader
{
    background-color: white;
    float: left;
    width: 650px;
    height: 341px;
}

#loader img
{
    width: 100%;
    height: 100%;
	padding-left:0px;
}

.loading
{
    height: 100%;
    width: 100%;
	z-index:10;
    background: url( '../img/loadingIcon.gif' ) no-repeat 50% 50%;
}

.mainImage {
	/*padding: 0px 75px 0px 75px;*/
}

#wrapper {
	margin: 0px auto;
	margin-top:30px;
	margin-bottom:70px;
	width: 100%;
	height: 100%;
	background: url( '../img/front_bg.png' ) no-repeat 50% 50%;
	/*background-color:red;*/
}

html>body #left {
	width: 210px; /* ie5win fudge ends */
	}
	
html>body #right {
	width: 210px; /* ie5win fudge ends */
	}

