#joetoe {
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 34px;
    height: 18px;
    overflow: hidden;
    margin: 0px;
    padding: 0px 2px 0px 2px;
    border: 0px none;
    border-right: 1px solid #ff8000;
    border-bottom: 1px solid #ff8000;
    background: #22568B url(http://joetoe.com/image/background.png) repeat-x;
}

#joetoe a, #joetoe a * {
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
}

#joetoe a:hover {
    text-decoration: underline;
}

#joetoe img {
	width: 120px;
	height: 90px;
	border: 1px solid #FFFFFF;
}

#joetoe table {
	width: 100%;
}

#joetoe table tr td {
	vertical-align: top;
}

#joetoe_language {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1000;
}

#joetoe_language select {
    width: 95px;
}

#joetoe_body {
	margin: auto;
	width: 800px;
	height: 100%;
	min-height: 100%;
	max-height: 10000px;
	color: #FFFFFF;
	background-color: #22568B;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#joetoe_header {
}

#joetoe_menu, #joetoe_service {
	color: #FFFFFF;
}

#joetoe_menu {
	float: right;
}

#joetoe_service {
	float: left;
}

#joetoe_menu ul, #joetoe_service ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#joetoe_menu ul li, #joetoe_service ul li {
	float: left;
	padding-top: 2px;
	font-size: 10px;
	line-height: 15px;
}

#joetoe_menu ul li {
	padding-right: 2px;
}

#joetoe_service ul li {
	padding-left: 2px;
}

#joetoe_menu ul li a, #joetoe_service ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 15px;
}

#joetoe_menu ul li a:hover, #joetoe_service ul li a:hover {
	text-decoration: underline;
}

#joetoe_banner {
	clear: both;
	width: 800px;
	height: 100px;
	text-align: center;
	margin: auto;
	color: #FFFFFF;
}

#joetoe_banner h1, #joetoe_banner h1 * {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#joetoe_content {
	clear: both;
	background-color: #22568B;
}

#joetoe_footer {
	width: 800px;
	background: #FFFFFF url(image/footer.png) repeat-x;
	text-align:center;
	padding-top: 25px;
	margin-top: 25px;
	font-size: 10px;
}




* {
    font-family: Arial, Helvetica;
}

html, body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    color: #000000;
}

body {
    background: #FFFFFF url(image/background.png) repeat-x;
}

a {
	text-decoration: underline;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.big {
	font-size: 18px;
}

.small {
	font-size: 10px;
}

.field {
	width: 250px;
	color: #3F4F5F;
	background-color: #E6E4E5;
}

.select {
	color: #3F4F5F;
	background-color: #E6E4E5;
}

.button {
	width: 100px;
	color: #E6E4E5;
	background-color: #3F4F5F;
}

.area {
	width: 250px;
	height: 150px;
	color: #3F4F5F;
	background-color: #E6E4E5;
}

.mark {
	color: red;
}

.attention {
	color: red;
}

.information {
	color: green;
	font-style: italic;
}

.warning {
	color: orange;
	font-style: italic;
}

.error {
	color: red;
	font-style: italic;
}

.form {
	border: 0px none;
	width: 100%;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.form tr {
	vertical-align: top;
}

.form tr td {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.hidden {
	display: none;
}
