html, body {
	margin: 0;
	padding: 0;
}

.valigncontent {
	display: table-cell;
	vertical-align: middle;
}

.valignmiddle {
	vertical-align: middle;
}

.valigntop {
	vertical-align: top;
}

.tooltip {
	background-color: #eeeeee;
	border: thin solid #000000;
	color: black;
	padding: 5px;
}

.lefttooltip {
	text-align:left;
	background-color: #eeeeee;
        border: thin solid #000000;
        color: black;
        padding: 5px;
}

.handtip {
	cursor:pointer;
}

.questionmark {
	cursor:help;
}

.hand {
	cursor:pointer;
}

td.right {
	text-align: right;
}

td.left {
	text-align: left;
}

td.center {
	text-align: center;
}

.center {
	text-align: center;
}

img {
	border-style: none;
}

/*input, textarea, select {
	padding-left: 2px;
	padding-right: 2px;
	border: thin solid #dddddd;
	background-color: #eeeeee;
	color: #000000;
}

table {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.float_left {
	float:left;
}

td {
	padding: 4px;
	padding-top: 8px;
	padding-bottom: 8px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica;
	text-align: center;
	font-size: 10px;
	background-color: #ffffff;
}
*/
div#box {
	margin: 50px auto 10px auto;
	width: 1000px;
	
}

div#container {
	width: 1000px;
	background: transparent url(center.png) repeat-y;
}

div#head {
	height: 100px;
	background: transparent url(top.png) no-repeat;
	color: #FFFFFF;
}
/*
h1, h2 {
	margin: 0;
	padding: 0;
}

h1 {
	font: bold 12px Verdana, Geneva, Arial, Helvetica;
}

h2 {
	color: #69f;
	font-size: 13px;
}

a {
	color: #166bed;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#foot a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div#foot a:hover {
	text-decoration: underline;
}
*/

div#content_cartoon {
	text-align: left;
	margin: 0px 20px 0px 185px;
}

div#foot {
	font-size: 120%;
	height: 65px;
	clear: both;
	text-align: center;
	background: url(bottom.png) no-repeat scroll center;
}

div#footer_content {
        text-align: center;
        margin-left: 220px;
        margin-right: 50px;
}

