﻿html
{
	overflow-x: auto;
	overflow-y: scroll;
}

body
{
	font-family: Calibri,Arial,Helvetica;
}

#page
{
	margin: 10px auto;
	width: 800px;
	/*border: solid 1px #c0c0c0;*/
	padding: 10px;
}

#header
{
	/*height: 150px;*/
}

#menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
} 

#menu li
{
	float: left;
	margin: 0 0.15em;
} 

#menu li a
{
	background: url(background.gif) #eee bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border-top: 0.1em solid #dcdce9;
	border-left: 0.1em solid #dcdce9;
	border-right: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
} 

#menu li a:hover
{
	background: url(background.gif) #ccc bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	float: left;
	width: 9em;
	display: block;
	border: inherit;
	color: #0d2474;
	text-decoration: none;
	text-align: center;
} 

#menu
{
	width:100%;
	/*border: solid 1px #eee;*/
} 

#main
{
	border: 0.1em solid #dcdce9;
	width: 100%;
	padding: 10px;
}

#content
{
	width: 70%;
	min-height: 300px;
	float: left;
	/* border: 0.1em solid #dcdce9; */
}

#sidebar
{
	width: 200px;
	float: right;
	/* padding-top: 50px; */
}

#sidebar ul
{
	list-style: none;
	padding: 2px;
	margin: 0 0 5px 5px;
	border-left: solid 1px #dcdce9;
	border-right: solid 1px #dcdce9;
	border-bottom: solid 1px #dcdce9;
} 

#sidebar li
{
	margin: 0 0.15em;
} 

#sidebar a
{
	text-decoration: none;
	color: #0d2474;
}

#sidebar a:hover
{
	text-decoration: underline;
}

#sidebar h1
{
	font-size: large;
	padding: 2px;
	margin: 0;
	background-color: #3ba318;
	color: #fff;
}

#footer
{
	font-size: smaller;
	color: #bbb;
}

#contact-form fieldset
{
	padding: 10px;
}

#contact-form fieldset label
{
	display: inline-block;
	width: 100px;
	margin: 0;
}

#contact-form .error
{
	color: Aqua;
}

.clear
{
	clear: both;
	line-height: 0px;
}

.content-image
{
	margin: 5px;
	padding: 10px 10px 40px 10px;
}
