html,body {
	height:100%;
	overflow: hidden;
}

body {
	font-family:Tahoma;
	font-size:11px;
	color:#000;
	line-height:17px;
	height:100%;
}

/*------------------------ OVERALL SETTINGS ----------------- overflow:auto;-----------------*/
a:link, a:visited {
	color:#0043a2;
	text-decoration:none;
}

a:hover, a:active, a:focus, a.active {
	text-decoration:underline;
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

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

div.text{
	text-align:justify;
}

a.more:link, a.more:visited {
	padding:3px 6px 3px 6px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#c2d3ea;
	background:url(../img/more.png) repeat-x center;
	border:1px solid #00326f;
}

/* FORMS */
div.input {
	margin-bottom:17px;
}

div.input input {
	border:none;
	font-family: Tahoma;
	color: #1f3a58;
	font-size: 11px;
	font-weight: normal;
	padding:3px 19px 0px 19px;
	height:18px;
	background-position:top left;
	background-repeat:no-repeat;
}

div.input textarea {
	background-color:#adc1da;
	padding:6px 10px;
	font-family: Tahoma;
	color: #383838;
	font-weight: normal;
	font-size: 11px;
	height:133px;
	width:497px;
	border:0;
	overflow:hidden;
}

div.submit input {
	cursor:pointer;
	height:26px;
	width:78px;
	border:0;
	background-position:top left;
	background-repeat:no-repeat;
}

/* LOYOUT */
#layout{
	margin:0 auto;
	padding:0;
	display:block;
	text-align:left;
	width:1000px;
	min-height:100%;
	height:100%;
	position:relative;
	z-index:10;
}

#layout[id]{
	height:			auto;
}

/*---------------------------------------------------------------------------*/
div#website{
	width:100%;
	height:100%;
}
