/* CSS Document */
html, body {
	background: #f2f5ff;
	padding: 5px 0 0 0;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3e3d40;
}
#wrapper-1 {
	background: url(../pics/layout/wrapper-1.gif) repeat-y top left;
	width: 796px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: auto;
}
#wrapper-2 {
	background: url(../pics/layout/wrapper-2.gif) no-repeat bottom left;
	width: 796px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding-bottom: 11px;
}
#header {
}
table#navi {
	padding: 0 1px 0 1px;
	margin: 0;
}
table#navi td {
	height: 36px;
}
table#navi td a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.norm {
	background: url(../pics/layout/menu.gif) repeat-x left top;
}
.active {
	background: url(../pics/layout/menu.gif) repeat-x 0 -40px;
}
#content-wrapper {
	background: #f2f4f9 url(../pics/layout/content.gif) no-repeat left bottom;
	width: 778px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: auto;
}
#content {	
	padding: 10px 40px 10px 40px;
}
#content a {
	text-decoration: underline;
	color: #3e3d40;
}
#content p {
	line-height: 1.5em;
	margin: 12px 0 12px 0;
}
#content a:hover {
	text-decoration: underline;
	color: #a70829;
}
.imgcontent {
	padding: 0 0 20px 20px;
	float: right;
}
table.partner td {
	padding: 15px 15px 15px 15px;
	border-bottom: 1px dashed #C1C1C1;
	line-height: 1.5em;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #a70829;
	margin: 10px 0 10px 0;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #0562a5;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
}
a, input, img {
	-moz-outline-style:none;
	border: none;
}
