body {
	background: #FCB38F url(https://i.postimg.cc/tgzv1T59/bg.png); /* Background for the whole page */
}

#container {
	width: 745px; /* Total width of layout */
	margin:0 auto;
}

#bg{
	background: url(https://i.postimg.cc/kgYFLbf6/bgrep.png) repeat-y; /* Repeating background */
	width:745px;
	float:left;
}

#header {
	height: 256px;
	width: 745px;
	background: url(https://i.postimg.cc/v8XMR8FC/header.png) no-repeat; /* Header image */
}

#footer {
	background: url(https://i.postimg.cc/W4tS4nhS/footer.png) no-repeat; /* Footer image */
	height: 85px;
	clear: both;
padding: 20px 0 0 20px; 
}

#sidebar {
	width: 225px;
	float: right;
	position: relative;
 margin: -80px 20px 5 10px; 
}

#content {
	width:470px;
	float: left;
	position: relative;
 margin: -45px 5px 0 15px; 
}

/* TEXT */
body {
	background:#FCB38F url(https://i.postimg.cc/tgzv1T59/bg.png);
	font:12px "lucida sans", tahoma, serif;
	color:#000000;
}
ul { list-style-type: circle;}
ul.menu { list-style-type: circle;}
ul.menu li:hover { list-style-type:disc;
}
a:link,a:active,a:visited { color:#000000; text-decoration:none;}
a:hover { color:#000000;
}

/* HEADINGS */
h1,h2,h3, h4 {
	font-family:"trebuchet ms","lucida sans",tahoma,sans-serif;
	color: #000000;
	border-bottom:1px solid #c79dee;
}
h1 { font-size:22px; line-height:35px; margin:0 10% 5px 10%; text-align:center;}
h2 { font-size:18px; line-height:30px; margin:20px 30% 5px 10px; padding-left:26px;}
h3 { font-size:16px; line-height:25px; margin:20px 15% 5px 10px; padding-left:26px;}
h4 { font-size:14px; line-height:25px; margin:20px 5px 5px 0; padding-left:20px;
}

/* TEXTAREAS etc. */
textarea, submit, input {
	background: #F8D250 url(http://i106.photobucket.com/albums/m262/liiisa95/Premade/txtarea-1.gif);
	color:#000000;
	font:12px "lucida sans", tahoma, serif;
	border:1px solid #000000;
	margin:10px;
	padding:5px;
	overflow:auto;
}

blockquote{
	border: 1px dotted #c79dee;
	border-left:5px solid #c79dee;
	padding-left:20px;
	background: #ffffff;
}