body {
	background-color: #F1F1F1;
}
#wrapper {
	font-family: Tahoma, Geneva, sans-serif;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(images/bg2.png);
	background-repeat: repeat-y;
	background-position: left bottom;
}
#dibiz {
	float: right;
	width: 100px;
}

#conTop {
	background-image: url(images/bgdTop.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	padding: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #000;
}
#conBot {
	background-image: url(images/bgdlow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#container {
	background: #FFDC16;
	height: 100%;
	width: 100%;
}

h1 {
	font-size: 24px;
	text-align: center;
	margin-top: 0px;
}
h2 {
	font-size: 14px;
	text-align: justify;
	margin-top: 0px;
}
#tip_bob {
	background-color: #f1f1f1;
	padding: 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.199219) 0px -1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.199219) 0px -1px 2px;
	border-bottom: 1px solid #C4C4C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4C4C4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: whiteSmoke;
	margin-bottom: 20px;
}

#tip_bob h1 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	text-align: justify;
}

ul {
	font-weight: bold;
	line-height: 130%;
}
ul li {
	font-size: 14px;
}

#footer {
	width: 984px;
	font-size: 9px;
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
}
#header {
	padding-right: 20px;
	padding-left: 20px;
}


h3 {
	font-size: 18px;
}
td {
	font-weight: bold;
}

#wrapper a {
	font-weight: bold;
}


.img-right {
	float: right;
	margin-left: 20px;
}
.contact {
	width: 280px;
	font-size: 14px;
	float: right;
	position: relative;
	top: 65px;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 150%;
}
#wrapper #header .contact a {
	font-size: 14px;
	font-weight: normal;
	color: #000;
	font-family: "Lucida Grande", Arial, sans-serif;
}

