body {
	text-align: center;
	min-width: 978px;
	background: url(img/bg.png) repeat;
  margin: 0px;
	font-family: Tahoma,Verdana,sans-serif;
}

a {
	color: rgb(181,0,11);cursor: pointer;
  text-decoration: none;
}

a:hover {
    
  text-decoration: none;
}

img {
  border: none;
	display: block;
}

hr {
	height: 1px;
	color: rgb(128,128,128);
	/*background-color: rgb(128,128,128);*/
	/*border: 1px groove;*/
}

.divider {
  height: 0px;
  clear: both;
}

.dividerForm {
  height: 3px;
  clear: both;
}

/* Containers area */

#container {
	margin: 0 auto;
	width: 978px;
	height: 500px;
	text-align: left;
	/*border-bottom: 1px solid blue;*/
	overflow: auto -moz-scrollbars-none;
	/*z-index: 1;*/
}

#main {
	width: 978px;
	height: 510px;
	border: 1px solid #fff;
	position: relative;
	top: 10%;
	background: url(img/bgMain.png) no-repeat top left;
}
	
	#top {
		width: 978px;
		height: 32px;
		float: none;
		/*background: url(img/top.png) no-repeat top right;*/
	}
	
		#top a {
			display: block;
			float: right;
		}

	#contentLeft {
		width: 300px;
		float: left;
	}

	#mUp {
		width: 375px;
		height: 162px;
		float: left;
		/*border: 1px solid red;*/
	}
	
	#mMiddle {
		width: 375px;
		height: 80px;
		float: left;
		background: url(img/logo.png) no-repeat top left;
		/*border: 1px solid blue;*/
	}
	
	#mDown {
		width: 375px;
		height: 231px;
		float: left;
		/*border: 1px solid green;*/
	}
	
		#down #menu {
			width: 130px;
			display: block;
			float: left;
			/*background-color: pink;*/
			margin-top: 10px;
		}
			
			#down #menu a {
				display: block;
			}
			
	#contentRight {
		width: 675px;
		height: 480px;
		float: right;
		/*background-color: Lavender;*/
		position: relative;
	}
	
		#contentRight #crTop {
			width: 471px;
			height: 165px;
			background: url(img/up.png) no-repeat top right;
			float: right;
			position: relative;
		}
		
			#crTop div {
				width: 440px;
				height: 120px;
				font-size: 0.8em;
				color: #fff;
				position: relative;
				top: 20px;
				left: 15px;
				overflow: hidden;
			}
			
				#crTop div span {
					font-weight: bold;
				}
				
				#crTop div a {
					display: block;
					float: left;
					margin-right: 10px;
					color: #fff;
				}
				
			#crBottom {
				width: 580px;
				height: 120px;
				position: relative;
				top: 320px;
				left: 0px;
				background-color: MediumPurple;
			}

#bottom {
  width: 100%;
  color: rgb(207,207,207);
  line-height: 1.5em;
  font-size: 9px;
  text-align: center;
}

/******************************************** SCROLLER ************************/

#textContent {
	width: 560px;
	height: 100px;
	float: none;
	position: relative;
	top: 160px;
	left: 95px;
	/*padding: 0px 0px 0px 25px;*/
	/*background-color: Lavender;*/
}

#textContentData {
	width: 540px;
	height: 100px;
	font: inherit;
	font-size: 0.9em;
	line-height: 2em;
	color: #979797;
	margin-left: 0px;
	float: left;
	/*background-color: gray;*/
}

#scrolled {
	width: 540px;
	font-size: 0.86em;
	padding-top: 0px;
	color: #fff;
	text-align: left;
	/*height: 320px;*/
	/*background-color: FireBrick;*/
}

	#scrolled img {
		margin-right: 15px;
		float: left;
	}

	#scrolled a {
		font-size: 1.5em;
		color: #fff;
		position: relative;
		top: 3px;
		font-weight: normal;
		margin: 0px 0px 0px 0px;
	}

#textContentScroller {
	width: 5px;
	height: 100px;
	top: 10px;
	left: 0px;
	float: right;
	/*background-color: blue;*/
	/*border: 1px solid blue;*/
}

#up {
	width: 5px;
	height: 10px;
	/*background-color: yellow;*/
}

#scrMiddle {
	width: 5px;
	height: 80px;
	top: 22px !important;
	background: url(img/scroll_v.png) no-repeat;
	/*background-color: green;*/
}

#scrBar {
	width: 5px !important;
	height: 10px !important;
	/*background: url('img/scrollbar.png') no-repeat;*/
	/*background-color: #fff;*/
}

#down {
	width: 5px;
	height: 10px;
	/*background-color: yellow;*/
}

/************************************** FORMS *********************************/

.fShort {
	width: 110px;
	height: 25px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 5px;
	border: none;
	text-align: center;
	background: url(img/formShort.png) no-repeat;
	float: left;
}

.fMedium {
	width: 165px;
	height: 25px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 5px;
	border: none;
	background: url(img/formMedium.png) no-repeat;
	float: left;
}

.fLong {
	width: 180px;
	height: 25px;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 5px;
	border: none;
	background: url(img/formLong.png) no-repeat;
	float: left;
}

#imgsSmall {
	
}

	#imgsSmall a, #imgsSmallBottom a {
		cursor: pointer;
		display: block;
		width: 40px;
		height: 40px;
		float: right;
		margin-left: 9px;
		margin-bottom: 9px;
	}

	#imgsSmall img, #imgsSmallBottom img {
		
	}
