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

html {
	background-image: url(../images/home_background_tile.gif);
	background-repeat: repeat-x;
	background-color: #cddfed;
}
body {
	background-image: url(../images/home_background.jpg);
	background-repeat: no-repeat;
	min-width: 770px;
	padding-bottom: 350px;
}
#header {
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
	height: 38px;
	padding-left: 815px;
	padding-top: 77px;
}
.custom_input {
	border: 1px solid #87a8c3;
	background-color: #e4eff6;
}
#navigation {
	width: 800px;
	height: 29px;
}
#pictures {
	height: 117px;
}
#slogan {
	margin-left: 40px;
	margin-bottom: -3px;
	margin-top: 17px;
	background-image: url(../images/homepage_slogan.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 17px;
}
#intro_text {
	background-image: url(../images/transparent_white.png);
	margin-left: 80px;
	border: 2px dotted #FFFFFF;
	padding: 10px;
	width: 30%;
	font-size: 100%;
	color: #555555;
	line-height: 2em;
}
.button {
	border: 1px solid #006699;
}
