* {
	padding: 0;
	margin: 0;
}
img {
	padding: 0;
	margin: 0;
	border: none;
}
p {
	padding-bottom: 10px;
}
body {
	margin: 10px auto;
	width: 820px;
	font-size: 11px;
	line-height: 15px;
	font-family: Helvetica,Arial;
	color: #535353;
	font-weight: normal;
}
div#wrapper {
	margin-top: 0px;
	margin-bottom: 10px;
	background: url("/pc/images/homePage.jpg") no-repeat;
	height: 580px;
}
/*NAVIGATION*/
div#navBar {
	overflow: auto;
	padding: 15px 0;
	margin: 0;
}
div#navBar ul {
	margin-left: 180px;
}
div#navBar ul li a:link {
	font-weight: bold;
	text-decoration: none;
	color: #535353;
}
div#navBar ul li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #535353;
}
div#navBar ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #e60044;
}
div#navBar ul li {
	font-weight: bold;
	display: block;
	float: left;
	width: 72px;
	height: 45px;
	padding-left: 6px;
	border-left: 1px dotted #999;
	color: #e60044;
}
div#navBar #home {
	border: none;
}
/*MAIN CONTENT*/
div#mainContent {
	padding-top: 30px;
}
/*introColumn*/
h1 {
	font-size: 1.2em;
	color: #e60044;
	line-height: 1.4em;
}
div#partnerInfo {
	width: 900px;
	float: left;
	padding-left: 45px;
	padding-right: 0px;
}
#intro {
	margin-top: 330px;
	float: left;
	width: 345px;
}
.images_home {
	margin-top: 100px;
	margin-left: 30px;
	float: left;
	border: solid 0px #dfdfdf;
}
p a:link.contact {
	color: rgb(183,142,32);
}
p a:visited.contact {
	color: rgb(183,142,32);
}
p a:hover.contact {
	color: #ccc;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #e60044;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #e60044;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #e60044;
}
#footer {
	font-weight: normal;
}
