/* CSS Document */

body {
	background-color: #ffbc00;
	margin-top: 30px;
}

#wrapper {
	margin: 0 auto;
	width: 1100px;
	height: 100px;
}

#buttons {
	width: 710px;
	height: 25px;
	margin-left: 310px;
	float: left;
}

div.button {
	float: left;
	margin-left: 8px;
	font-family: calibri;
	font-size: 17px;
	text-decoration: none;
	color: #000000; /*text*/
	text-align: center;
	height: 25px;
	width: 110px;
}


div.button:hover {
    box-shadow: 0px 0px 5px #fff;
    -webkit-box-shadow: 0px 0px 5px #fff;
    -moz-box-shadow: 0px 0px 5px #fff;
}


#left {
	width: 260px;
	height: 650px;
	float:left;
	background-color: #fffaeb;
/*	background-image: url(images/index_09.gif); /*Background now in html file itself! */
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: center;
	font-family: calibri;
	font-size: 17px;
	/* CSS Shadow */ /* Works only for >IE9 */
	box-shadow: 0 0 12px -3px #000000;
	/* End CSS Shadow */
}

#right {
	width: 745px;
	height: 620px;
	float: right;
/*	background-image: url(images/index_11.gif), url(images/background.gif); /*Background now in html file itself! Works only for >IE9 */
	background-position: bottom left, bottom right;
	background-repeat: no-repeat;
	background-color: #fffaeb;
	padding-left: 38px;
	padding-right: 38px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: calibri;
	font-size: 15px;
	/* CSS Shadow */ /* Works only for >IE9 */
	box-shadow: 0 0 12px -3px #000000;
	/* End CSS Shadow */
}

#freekwebdesign {
	color:#000000;
	font-size: 11px;
	margin-top: 158px;
}

ul.single-list {
	margin: -15px 0 0 0;
}

ul.multi-list-first {
	margin: -10px 0 0 0;
}

ul.multi-list-rest {
	margin: 5px 0 0 0;
}