html {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fff8f8;
	background-image: none;
	margin-top: 20px;
	margin-bottom: 0px;
}
.iframe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #fff8f8;
	background-color: transparent;
	}
.title {
    width: 641px;
    height: 90px;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
}
.navigation {
    width: 641px;
    height: 38px;
	background-image: url(images/navigation_back.gif);
	background-repeat: repeat-x;
}
.navigation_logo {
    width: 40px;
    height: 38px;
	background-image: url(images/navigation_logo.gif);
	background-repeat: no-repeat;
	background-position:left;
	background-color: #FFFFFF;
}
.navigation_end {
    width: 7px;
    height: 38px;
	background-image: url(images/navigation_end.gif);
	background-repeat: no-repeat;
	background-position:right;
	background-color: #FFFFFF;
}
.navigation_home a {
    float: left;
    width: 77px;
    height: 38px;
	background-image: url(images/navigation_1_home.gif);
	background-repeat: no-repeat;
	background-position:left top;

}
.navigation_home a:hover {
	background-position: 0px -38px;
}
.navigation_profile a {
    float: left;
	width: 90px;
    height: 38px;
	background-image: url(images/navigation_2_profile.gif);
	background-repeat: no-repeat;
	background-position:left top;

}
.navigation_profile a:hover {
	background-position: 0px -38px;
}
.navigation_portfolio a {
    float: left;
	width: 128px;
    height: 38px;
	background-image: url(images/navigation_3_portfolio.gif);
	background-repeat: no-repeat;
	background-position:left top;

}
.navigation_portfolio a:hover {
	background-position: 0px -38px;
}
.navigation_links a {
    float: left;
    width: 63px;
    height: 38px;
	background-image: url(images/navigation_4_links.gif);
	background-repeat: no-repeat;
	background-position:left top;

}
.navigation_links a:hover {
	background-position: 0px -38px;
}
.navigation_contact a {
    float: left;
    width: 106px;
    height: 38px;
	background-image: url(images/navigation_5_contact.gif);
	background-repeat: no-repeat;
	background-position:left top;

}
.navigation_contact a:hover {
	background-position: 0px -38px;
}
.main {
    width: 621px;
    height: 354px;
	padding-top: 19px;
	background-image: url(images/main_back.gif);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #FFFFFF;
}
.main_left {
    width: 10px;
    height: 354px;
	background-image: url(images/main_left.gif);
	background-repeat: no-repeat;
	background-position:left;
}
.main_right {
    width: 10px;
    height: 354px;
	background-image: url(images/main_right.gif);
	background-repeat: no-repeat;
	background-position:right;
}
.footer {
    width: 641px;
    height: 35px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left;
}
