@charset "utf-8";
/* CSS Document */

body {
	background-image: url(_images/background.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.head {
	background-image: url(_images/head_background.jpg);
}
.head .navi_head {
	float: right;
	background-image: url(_images/button_back.jpg);
	height: 34px;
	white-space: nowrap;
	width: 100%;
	margin-bottom: 20px;
}
.head .navi_head a {
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.head .navi_head a:hover {
	color: #FF9B00;
}
.content {
	background-color: #192840;
	width: 725px;
	border: 2px solid #324158;
	float: left;
	margin-left: 25px;
	margin-bottom: 20px;
}
.content p {
	color: #CCCCCC;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: justify;
	font-size: 12px;
}

.content h1, .content h2, .content h3, .promo h3  {
	background-color: #324158;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 30px;
}
.content h2 {
	color: #FF9B00;
}
.content .content_img {
	float: right;
	margin: 5px;
	border: 1px solid #FF9B00;

}
.content .girl {
	width: 320px;
	padding: 10px;
	float: left;
	margin: 10px;
	background-color: #324158;
	height: 250px;
}
.content .girl .profil h4, .content .girl .profil h4 a  {
	padding: 0px;
	color: #FF9B00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
}
.content .girl .profil h4 a:hover  {
	text-decoration: underline;
}
.main_left {
	width: 720px;
	float: left;
	margin-right: 30px;
}

.content .girl .profil p {
	color: #D7D7FF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.content .girl .profil .profil_name img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}
.content .girl .thumb {
	width: 100px;
	float: right;
}
.content .girl .thumb img {
	margin-bottom: 3px;
	border: 1px solid #000000;
}
.content .girl img {
	float: left;
	border: 1px solid #000000;
}
.promo {
	background-color: #192840;
	border: 1px solid #324158;
	width: 200px;
	float: left;
	margin-left: 20px;
}
.content .girl .profil {
	float: left;
	width: 100%;
}
.main_left .content a {
	color: #FF9B24;
	font-weight: bold;
}
