body {
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.jpg) repeat-y;
	font-family: Tahoma;
	font-size: 11px;
	color: #4b4a4a;
	min-width: 770px;
	}

#width {
	min-width:770px;
	}

* html #minwidth {
	padding-left:770px;
	}

* html #container {
	margin-left:-770px;
	position:relative;
}

/*\*/
* html #minwidth, * html #container, * html #content, * html #layout  {
	height:1px;
}
/**/

div, p, span, form, input, select {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #4b4a4a;
	}

h1 {
	margin: 10px 0 15px 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 23px;
	color: #3354a0;
	}

img {
	border: 0;
	}

.clear {
	clear: both;
	}

#header {
	border-bottom: 4px solid #072b7c;
	background: #fff;
	height: 70px;
	}

#header #image {
	float: right;
	}

#content {
	border-top: 4px solid #fff;
	}

#content #menu {
	float: left;
	width: 170px;
	}

#content #menu a {
	border-bottom: 4px solid #fff;
	background: #3354A0;
	padding: 4px 10px 4px 22px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 138px;
	}

#content #menu a:hover {
	background: #7f95c5;
	}

#content #menu .hover a {
	background: #7f95c5;
	}

#content #menu a.special {
	background: #e73f18;
	}

#content #menu .menu-item-main {
	border-bottom: 4px solid #fff;
	background: #24396a;
	padding: 3px 10px 3px 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: right;
	}

#content #menu .menu-item-main a {
	border-bottom: 0;
	background: #24396a;
	padding: 3px 10px 3px 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: right;
	}

#content #menu .menu-item-main a:hover {
	text-decoration: underline;
	}

#content #main {
	margin: 0 20px 0 190px;
	}

#content #main a {
	font-size: 11px;
	font-weight: bold;
	color: #3354a0;
	text-decoration: none;
	}

#content #main a:hover {
	text-decoration: underline;
	}