
* {
	border:0;
	margin:0;
	padding:0;
}

/* General */
a {
	color:#777;
	text-decoration:none;
         }

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

/* Body */
body {
	background:#F9D897;
	color:#555;
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
         background-image: url("../images/back1.jpg");
         background-position: left top;
         background-repeat: repeat;
         background-color:#ABBCC5;
}

/* Header */
#header {
	height:80px;
	margin:0 auto;
	width:640px;
}
#header h1 {
	color:#CC4713;
	font-size:40px;
	letter-spacing:2px;
	text-align:left;
	padding:5px;
	margin-bottom:-20px;

}
#header h2 {
	color:#e3e3e3;
	font-size:25px;
	letter-spacing:2px;
	text-align:left;
         margin-left:30px;
         margin-bottom:10px;
}



/* Content */
#content {
	height:auto;
	margin: 0 auto;
	padding:0 0 0px;
	width:640px;
         height: 420px;
         overflow:auto;
         border: 4px solid #CC4713;
         background-image: url("../images/sylvia_wilke_03.jpg");
         background-position: right bottom;
         background-repeat: no-repeat;
         background-color:#ffffff;
}

#text {	padding: 0 0 10px 0px;

}

a, #text a {
	border-bottom: 1px dotted #333;
}

#content h1 {
         width:320px;
         border-bottom:1px dashed #CC4713;
	font-size:16px;
	padding:20px 20px 0;
         letter-spacing: 2px;
         color:#CC4713;
}

#content h2 {
         font-size:11px;
	padding:20px 20px 0;
         letter-spacing: 1px;
         font-weight:normal;
}

#content p {
	width:300px;
	padding:20px 40px 0;
         line-height:16px;
         letter-spacing: 1px;
}

.info {
	visibility:hidden;
}

/* Footer */
#footer {
	border:none;
	height:16px;
	margin:0 auto;
	padding:6px;
	text-align:center;
	width:751px;
}

#footer a {
	border-bottom: 1px dotted #333;
}
#footer a:hover {
	border-bottom: 1px dotted #333;
         color:#000;
}