HTML, BODY { }
BODY { 
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	color: #FEFEFE; 
	font-size: 12px; 
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #313136;
}

H1 { font-size: 26px; color: #FEFEFE; line-height: 26px; }
H2 { font-size: 22px; color: #FEFEFE; line-height: 22px; }
H3 { font-size: 17px; color: #FEFEFE; line-height: 17px; }

p { font-size: 14px; color: #FEFEFE }

.stil1 { font-size: 24px; color: #FEFEFE; line-height: 30px; }
.stil2 { font-size: 18px; color: #FEFEFE; line-height: 21px; }
.stil3 { font-size: 24px; color: #888888; line-height: 24px; }


em { font-size: 12px; color: #FEFEFE; font-weight: bold }

a { color: #999; text-decoration: none; }
a:hover { color: #75C9FF; text-decoration: none; }

.section {
    color: #999; text-decoration: none;
}

.section:hover {
    color: #75C9FF; text-decoration: none;
}

.active_section {
    color: #75C9FF; text-decoration: none;
}



.shoplink {
  color: #999;
  font-size: 15px;
  font-weight: bold;
}

.shoplink a {
  color: #999;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.shoplink a:hover {
  color: #75C9FF;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}


#homepage {
  position: absolute;
	height: 600px;
	width: 100%;
	top: 50%; 
	margin-top: -350px;
	background-color: #313136;
}

#homepage-shop {
  position: absolute;
	height: 600px;
	width: 100%; 
	margin-top: 100px;
	background-color: #313136;
}


#main {
	height: 450px;
	padding-top: 0px;
}


#logo {
	height: 112px;
}

#main_portfolio {
	height: 490px;
	padding-top: 10px;
}

#album_portfolio {
	height: 30px;
}

#navigation {
	height: 100px;
	width: 100%;
}


#slider1 {
	width: 880px;
	height: 430px;
	margin: 0px;
	padding:0px;
	background-color: white;
}
