* {
	padding: 0;
	margin: 0;

}
a {
	outline: none;
}
#wrapper {
	width: 620px;
	margin: 0 auto;
	padding-bottom: 100px;
	position: relative;

}
#wrapper .langs {
	float: left;
    margin-left: 55px;
}
a {
	font: 12px Arial, 'Trebuchet MS', Tahoma, Verdana, Arial;
	padding-left: 15px;
	color: #d9358d;
}
.logo {
	display: block;
	width: 225px;
	height: 76px;
	background: url('/images/logo.gif') 0 0 no-repeat;
	position: absolute;
	left: 210px;
	text-indent: -100000px;
	text-decoration: none;
}
#wrapper .logo {
	top: 70px;

}
#wrapper h2 {
	font: 17px 'Arial Black', 'Trebuchet MS', Tahoma, Verdana, Arial;
    text-transform: uppercase;
	padding: 167px 100px 38px 100px;
	text-align: center;
    color: #f998d1;
}
#wrapper .search {
	text-align: center;
	padding-bottom: 15px;
    /*position: relative;
    top: 160px;*/
}
#wrapper .submit {
	font: 11px Arial, 'Trebuchet MS', Tahoma, Verdana, Arial;
	background: url('/images/submit.gif') no-repeat;
	text-align: center;
	border: 0px none;
	cursor: hand;
	cursor: pointer;
	height: 19px;                        
    width: 53px;
}
.searched .logo {
	top: 25px !important;
}
.searched h2 {
	padding: 107px 103px 93px !important;
}
.searched .search {
	margin-top: -70px;
}
.about {
	text-align: center;
	margin-top: 40px;
    display: none;
}
.about .bordered {
	border-right: 1px solid #333;
}

h3 {
	font: 20px/24px Arial, 'Trebuchet MS', Tahoma, Verdana, Arial;
	padding: 14px 0 8px;
}
h4 {
	font: bold 16px/24px Arial, 'Trebuchet MS', Tahoma, Verdana, Arial;
	padding: 14px 0 8px;
}
.pink {
	color: #d9358d;
}
p {
	font: 13px/18px Arial, 'Trebuchet MS', Tahoma, Verdana, Arial;
	padding-bottom: 12px;
}
ul, ol {
	padding-bottom: 12px;
}
ul li,
ol li {
	font: 12px/24px Arial, 'Trebuchet MS', Tahoma, Verdana, Arial;
	padding-left: 10px;
	list-style-type: none;
}
.ref {
	padding-left: 120px;
}
.ref span {
	color: #d9358d;
}
.none {
	display: none;
}