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



#header {
	width:836px; 
	height:213px; 
	margin: auto;
	background:url(../images/header.png) top no-repeat; 
}

.content {
	width:836px;
	height:860px;
	background:url(../images/bgslice.png) top repeat-y; 
	margin:auto;
}

#contactform {
	border-bottom:1px #1b1b1b;
	border-top: 1px #1b1b1b;
}

#contactform:hover {
	background:url(../images/email.png) right;
}

.contenttext {
	width: 256px;
	height:260px;
	float:left;
	padding-top:50px;
}

.contenttext p{
	text-align:left
}

p {
	margin: 0px;
	padding: 0px;
	color: 1b1b1b;
	font-size:18px;
	text-align: justify;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}

a {
	color:#bd1a00;
	text-decoration:none;
	border:none;
}

a img{
	border:none;
}