/*
kleur: c90705
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family:Georgia;
	font-size:10.5pt;
	line-height: 1.5em;
	font-style:italic;
	background-image: url(img/bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	
}
ol, ul {
	list-style: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p{
	color:#414141;
	margin-bottom:30px;
}

#container{
	position:relative;
	width:250px;
	margin-left:auto;
	margin-right:auto;
	margin-top:220px;
}

a:link{
	color:#c90705;
}

a:hover{
	color:#c90705;
	text-decoration: none;
}

a:visited{
	color:#c90705;
}

a:active{
	color:#c90705;
}

#logo{
	position:relative;
	width:112px;
	height:92px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	background-image: url(img/logo.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#contact{
	float:left;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

#contact ul{
	list-style-type: none;
}

#contact ul li{
	float:left;
	width:50px;
	height:50px;
	margin-left:5px;
	margin-right:5px;
}
