@charset "utf-8";
/* CSS Document
Colours:
Pink: #e89fa8 
Grey: #9d9fa2
 */

body{ width:870px;
margin:0px auto;
font:"DIN Light", Arial, Helvetica, sans-serif;
}

a {color:#9d9fa2; text-decoration:none;}
a:hover {color:#e89fa8;}
a:visited {color:#9d9fa2;}

a img {border:none;}

.header {
width: 870px;
height:170px;
background:url(img/bg_top_main.jpg) top center no-repeat;
}

.header_home {
width: 870px;
height:170px;
background:url(img/bg_top_home.jpg) top center no-repeat;
margin-bottom:0px;
}

.shadow {
width:850px;
padding:0px 10px 0px 10px;
background:url(img/bg_shadow.png) top center repeat-y;
}

.content {
padding:20px 15px 20px 15px;
color: #9d9fa2;
font-family: "DIN Light", Arial, Helvetica, sans-serif;
font-size:12px;
min-height:400px;
background: #FFFFFF url(img/bg_main.jpg) bottom center no-repeat;
}

.content em {font-style:normal; font-weight:bold; color:#e89fa8;}

.content_right {margin-left:330px; padding-right:25px; padding-top:55px;}

.content_home {
padding:0px 0px 0px 0px;
background:url(img/bg_content_home.jpg) top center no-repeat;
height:420px;
font-family:"DIN Light", Arial, Helvetica, sans-serif;
font-size:12px;
color: #9d9fa2;
}
.content_home em {font-style:normal; font-weight:bold; color:#e89fa8;}

.footer {
width: 850px;
padding:0px 10px 10px 10px;
height:10px;
background:url(img/bg_shadow_bottom.png) top center no-repeat;
}

.footer_home {
width: 870px;
padding:0px 0px 0px 0px;
height:20px;
background:url(img/bg_footer_home.jpg) top center no-repeat;
}

.photo span {
	width: 70px;
	height: 70px;
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	background: url(images/round-corner.png) no-repeat;
}
.photo img {
	border: none;
	padding: 9px 15px 15px 9px;
	background: url(img/square-bg.png) no-repeat;
}

.myphoto {
}

.photo {
	margin: 5px 5px 5px 5px;
	position: relative;
	width:78px;
	height:78px;
	float: left;
}

.photo a {text-decoration: none;}

