/***********************************************/
/* vrijgezellenfeest.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666; 
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(img/#################################################################.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 60%;
 color: #ffffff;
}

h2{
 font-size: 114%;
 color: #ff6600;
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	position: relative;
	padding: 0px 0px;
	width: 970px;
	height:190px;
	margin:0px auto 0px auto;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
}