@charset "utf-8";

/* GENERAL */

body, html  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #d8d7d7;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height: 100%;
}

#container {
	width: 1024px;
	background: #FFFFFF;
	margin: 0 auto -75px auto;
	text-align: left;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
} 

#push {
	height: 75px;
}

/* HEADER */

#header {
	background-image: url(../images/top.jpg);
	height: 268px;
} 

#header_phil {
	background-image: url(../images/top_phil.jpg);
	height: 268px;
} 

#header .language {
	margin-left: 860px;
	padding-top: 10px;
}

#header .language a img {
	border: 2px solid #ffffff;
}


/* SIDEBAR */

#sidebar {
	float: right;
	width: 180px;
	margin-top: 15px;
	margin-left: 0px;
	padding-right: 150px;
}

.subnav {
	margin-left: 10px;
	margin-bottom: 0px;
	width: 170px;
	font-size: 8pt;
}

#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #fd4b60;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding:10px;
	border-left: #9ee3fd solid 4px;
}

#sidebar a:hover	{
	color: #fd4b60;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding:10px;
	border-left: #fd4b60 solid 4px;
}

#sidebar a.active	{
	color: #fd4b60;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding:10px;
	border-left: #fd4b60 solid 4px;
}


/* MAINCONTENT */

#mainContent {
	margin: 0 250px 0 93px;
	padding: 0 20px 50px 20px;
	width: 550px;
}

#mainContent h1 {
	margin: 0;
	color: #fd4b60;
	font-size: 14pt;
	padding-top: 15px;
}

#mainContent h2 {
	margin: 0;
	color: #fd4b60;
	padding-top: 15px;
	font-size: 10pt;
	text-decoration: underline;
}

#mainContent p {
	margin: 0;
	text-align: justify;
	padding-top: 10px;
}

#mainContent p a{
	color: #fd4b60;
	text-decoration:underline;
} 

#mainContent .fltrt img {
	border: solid 2px #fd4b60;
	padding: 5px;
	margin: 10px;
}

#mainContent .fltlft img {
	border: solid 2px #fd4b60;
	padding: 5px;
	margin: 10px;
}

.small {
	text-align: center;
}

/* FOOTER */

#footer {
	background-image: url(../images/bottom.jpg);
	height: 75px;
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 auto;
	position: relative;
	width: 1024px;
}
 
#footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	vertical-align: bottom;
	padding-top: 50px;
	font-weight: bold;
}

#footer p a, #footer p a:link, #footer p a:visited, #footer p a:active {
	color: #ffffff;
	text-decoration: none;
}

#footer p a:hover {
	color: #ffffff;
	text-decoration: underline;
}	


/* THUMB */

.beauty_thumb {
	margin: 10px 2px 2px 2px;
	text-align: center;
	display: block;
	width: 260px;
	height: 180px;
	float: left;
}

.thumb {
	border: 0;
}

.thumb_title{
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 7px 0;
	color: #fd4b60;
	text-align: center;
}


/* PROFILE */

#mainContent .profile {
	border: #fd4b60 solid 0px;
	margin: 10px 0px 0px 0px;
	padding-bottom:10px;
	line-height: 150%;
}

#mainContent .profile h3 {
	margin: 0;
	background-color:#fd4b60;
	color: #FFFFFF;
	font-size: 10pt;
	padding-left: 5px;
}

#mainContent .profile a{
	color: #fd4b60;
	text-decoration:underline;
}

.thumb_profile {
	border: 0;
	float: left;
	padding-right: 5px;
}


/* OTHERS */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
