/* gravino.de */

/* Content */
	@import url("content.css");

/* Navigation */
	@import url("navigation.css");

/* GalleryView */
	@import url("galleryview.css");

/* Lightbox */
	@import url("jquery.lightbox.css");


body {
	background: url(../img/background/background.jpg) repeat-y #fbf3ce;
	background-position: top center;
	font-size: 0.8em;
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	}

#master_container {
	position: relative;
	width: 900px;
	margin: 30px auto;
	}

#header {
	background-position: center !important;
	height: 95px;
	}

.sidebar_content ul {
	padding-left: 20px;
	}

#splash_logo {
	margin: 70px auto 0 auto;
	background: url(../img/splash/logo.gif);
	width: 233px;
	height: 97px;
}

#splash_picture {
	margin: 50px auto 0 auto;
	background: url(../img/splash/splash.jpg);
	width: 608px;
	height: 428px;
}

.text-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.color1 {
	color: #312c16;
}

.clear {
	clear: both;
	}
