* {
	margin: 0;
	padding: 0;
	list-style: none;
	border-style: none;
}

body {
	padding: 0 0 1em 0;
	color: #000;
	font-family: Verdana;
	text-align: center;
	background: #f9fae9;
}

h2 {
	clear: both;
	padding: .3em 0;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

li a img {
	padding: 1px;
	border: solid 1px #ccc;
}

li a:hover img {
	border: solid 1px #b96314;
}

a {
	color: #2370b1;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	margin: auto;
	width: 741px;
	text-align: left;
}

#body {
	background: #fff url(../i/body.gif) repeat-y;
}

#logo {
	padding: 0 0 .8em 0;
}

/* Part 1
----------------------------------------------------------- */

#part1 {
	padding: 10px;
	background: url(../i/part1.gif) no-repeat;
}

#part1 ul {
	float: left;
	width: 540px;
}

#part1 li {
	float: left;
	width: 177px;
	height: 177px;
	text-align: center;
}

#part1 .txt {
	position: relative;
	float: right;
	color: #fff;
	width: 178px;
	background: #2370b1 url(../i/part1_b.gif) no-repeat left bottom;
}

#part1 .txt h1 {
	position: relative;
	padding: 14px;
	font-size: 19px;
	background: url(../i/part1_t.gif) no-repeat;
}

#part1 .txt p {
	position: relative;
	padding: 14px;
	font-size: 12px;
}

/* Part 2
----------------------------------------------------------- */

#part2 {
	padding: 10px;
}

#part2 h1 {
	padding: 10px;
	font-weight: normal;
	font-size: 30px;
	color: #c08648;
	background: url(../i/part2.gif) no-repeat;
}

#part2 ul {
	padding: 0 10px;
	background: url(../i/part2_bg.gif) repeat-x;
}

#part2 li {
	float: left;
	width: 175px;
	height: 175px;
	text-align: center;
}

/* Part 3
----------------------------------------------------------- */

#part3 {
	padding: 0 20px 10px 20px;
	background: url(../i/part3.gif) no-repeat left bottom;
}

#part3 .txt {
	float: left;
	width: 339px;
	background: #c08648 url(../i/part3_t.gif) no-repeat;
}

#part3 p {
	padding: 8px 10px;
	font-size: 14px;
	color: #fff;
	background: url(../i/part3_b.gif) no-repeat left bottom;
}

#part3 ul {
	float: right;
	width: 350px;
}

#part3 li {
	float: left;
	width: 175px;
	height: 175px;
	text-align: center;
}

/* Clear
----------------------------------------------------------- */

.br:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.br {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .br {
	height: 1%;
}

.br {
	display: block;
}
/* End hide from IE-mac */