*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: verdana !important;
}

html, body, body #container {height: 100%}

body {
	margin: 0px;
	font-family: verdana;
	font-size: 100%;
	color: #000000;
	/*some color here background-color: #FAAD34;*/
	
	height: 100%;
}



INPUT, .input {
	font-family: verdana;
	font-size: 13px;
	color: #000000;
}

#container {
	width: 780px;
	height: 100%;
	/*background color center*/
	background-color: #ffffff;
}

#pageMargin {
	position:relative;
	top: 0px;
	left: 0px;
	width: 741px;
	height:25px;
	font-size: 0.6em;
	color: #0C597A;
	font-weight: bold;
	text-align: right;
}
#pageMargin A {
	color: #0C597A;
	text-decoration: none;
}
#pageMargin A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#pageTop {
	position:relative;
	top: 0px;
	left: 0px;
	width: 741px;
	//height:247px;
	height:180px;
	font-size: 0.8em;
	overflow: hidden;
}


#pageMain {
	position:relative;
	top: 0px;
	left: 0px;
	width: 741px;
	font-size: 0.8em;
}

/* ----------------------------------------------LEFT COLOMN */

#left_content {
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 564px;
}

#left_content #contentBlock {
	position:relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 564px;
	height: 250px;
	margin-top:5px;
}


/* ----------------------------------------------RIGHT COLOMN */

#right_content {
	position:relative;
	float: right;
	top: 0px;
	left: 0px;
	width: 164px;
}

