body {
	margin: 0;
	padding: 0;
	background: #faecd7;
	font-size: 12px;
	font-family: Verdana;
}

img {
	border: 0;
}

#page {
	width: 1000px;
}

#header {
	background: transparent url(images/header-bg.jpg) no-repeat;
	height: 186px;
}

#header img {
	margin-left: 50px;
}

#header2 {
	width: 820px;
	height: 126px;
	background: white url(images/header2-bg.jpg) no-repeat;
	color: white;
	font-weight: bold;
	vertical-align: top;
}

#header2 h1 {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 10px;
	color: white;
	font-weight: normal;
	font-size: 24px;
	font-family: Tahoma;
}

#menu {
	width: 160px;
	vertical-align: top;
	background: white url(images/menu-bg.jpg) no-repeat;
	padding: 10px;
}

#menu a {
	color: white;
	text-decoration: none;
	font-size: 14px;
}

#content {
	background: white;
	font-size: 12px;
	vertical-align: top;
}

#content p {
	margin: 10px;
	font-size: 12px;
	text-indent: 25px;
}

#right {
	background: #cee5f5;
	border-left: 1px solid #b2b2b2;
	vertical-align: top;
}

#bottommenu {
	color: #cb0000;
	font-size: 10px;
	text-align: center;
	padding: 5px;
}

#bottommenu a {
	color: #cb0000;
	text-decoration: none;
}

#bottommenu a:hover {
	color: black;
	text-decoration: underline;
}

#footer {
	background: white;
}

#copy {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 10px;
	padding: 5px;
}

#copy a, #contacts a {
	color: blue;
}

#contacts {
	text-align: right;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 5px;
}

#content tr td {
	font-size: 12px;
	font-family: Verdana;
}


.whitewrap {
	background: white;
	height: 5px;
}

.text3 {
	font-size: 12px;
	font-family: Verdana;
}