/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #625759;
}
body {
	background-color: #877c84;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
	border: none;	
}

a {
	outline: none;
}


a:link {
	color: #7b8369;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7b8369;
}
a:hover {
	text-decoration: underline;
	color: #7b8369;
}
a:active {
	text-decoration: none;
	color: #7b8369;
}

#wrapper {
	width: 748px;
	height: auto;
	background: #fff;
	margin: 0 auto;	
}

#header {
	float: left;
	width: 748px;
	height: 138px;
	background: #fff;	
}

#logo {
	float: left;
	width: 273px;
	height: 138px;	
}

#contacts {
	float: right;
	width:auto;
	height: 30px;
	text-align: right;
	margin-right: 26px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #644664;	
}

#menu {
	float: right;
	clear: right;
	width: auto;
	height: 34px;
	margin-right: 26px;	
	margin-top: 21px;
}

#content {
	float: left;
	width: 748px;
	height: auto;
	background: #fff;	
}

#left {
	float: left;
	width: 235px;
	height: auto;
	margin-left: 30px;
	margin-top: 25px;
}

#right {
	float: right;
	width: 420px;
	height: auto;
	margin-right: 30px;
	margin-top: 32px;	
}

#footer {
	clear: both;
	float: left;
	width: 451px;
	height: 52px;
	padding-left: 297px;
	font-size: 11px;
	line-height: 15px;
	background: #fff;
	padding-top: 30px;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	color: #644664;
	margin-bottom: 20px;
	margin-top: 0px;	
}


a.menupurple {
	float: left;
	width: auto;
	height: 22px;
	padding: 0 14px;
	background: #644664;
	color: #fff;
	font-size: 11px;
	margin-left: 5px;
	padding-top: 0px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	margin-bottom: 4px;
}

a:hover.menupurple {
	background: #987698;
	text-decoration: none;
}

a.menugreen {
	float: left;
	width: auto;
	height: 22px;
	padding: 0 14px;
	background: #7b8369;
	color: #fff;
	font-size: 11px;
	margin-left: 5px;
	padding-top: 0px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	margin-bottom: 4px;
}

a:hover.menugreen {
	background: #a2ac8b;
	text-decoration: none;
}

.currentpurple {
	background: #987698;
	text-decoration: none!important;
	float: left;
	width: auto;
	height: 22px;
	padding: 0 14px;
	color: #fff!important;
	font-size: 11px;
	margin-left: 5px;
	padding-top: 0px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	margin-bottom: 4px;
}

.currentgreen {
	background: #a2ac8b;
	text-decoration: none!important;
	float: left;
	width: auto;
	height: 22px;
	padding: 0 14px;
	color: #fff!important;
	font-size: 11px;
	margin-left: 5px;
	padding-top: 0px;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	margin-bottom: 4px;
}

