body {
	margin: 0px;
}

body.side {
	height: 100%;
}

body, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: black;
}

#header {
	height: 100%;
	background-color: #0066CC;
	float: left;
}

	#header .logo {
		float: left;
	}
	
	#header .house {
		float: right;
	}

#side {
	height: 100%;
	position: relative;

}

	#menu {
		margin: 5px;
	}

	.menu_item {
		margin: 1px;
		border: 1px solid #efefef;
		width: 120px;
	}

	.menu_item a {
		margin: 3px;
		text-decoration: none;
		color: blue;
		font-size: 11px;
		display: block;
		width: 140px;
	}
	
	.menu_item a:hover {
		color: #dadada;
		background-color: blue;
			width:350px;
	}
	
	#contact {
		position: absolute;
		bottom: 0px;
		margin: 5px;
	}

#content {
	padding: 5px;
	color:#000000;
}

h1 {
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
	color: #CC0000;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

#content img {
	float: right;
}

#content table {
	width: 327px;
	border: 1px solid #dadada;
	border-collapse: collapse;
}

#content table td {
	border: 1px solid #efefef;
	padding: 5px;
}

.element input {
	width: 200px;
}

.element textarea {
	width: 307px;
	height: 200px;
}

.submit {
	text-align: right;
}



#home a, #home a:link, #home a:visited, #home a:active {
color:#000000 !important;
background-color:none !important;
}

#home a:hover {
color:#FFCC00 !important;
}
