﻿#column_l {
	position: relative;
	float: left;
	width: 600px;
	padding-right: 5px;
	padding-left: 5px;
	left: 10px;
	top: 10px;
}
#column_r {
	float: right;
	width: 200px;
	margin: 0;
	float: right;
	background-color: #FFE2B9;
	position: relative;
	right: 10px;
	line-height:2.0em
	padding-right: 5px;
	padding-left: 5px;
	top: 10px;
}
body {
	text-align: center;
	padding: 1em 0;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	line-height: 150%;
	background: #666666 url('Pictures/bgr.jpg') repeat-x;
	font-size: smaller;
}
div, span {
	padding: 0;
	margin: 0;
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em 0;
}
h1, h2, h3 {
	font-size: 1.1em;
	color: #663333;
	font-weight: bold;
}
h4, h5, h6 {
	font-size: 1.0em;
	color: #663333;
	font-weight: bold;
}
p {
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}
/* Listen */
ul, ol, dl {
	line-height: 1.5em;
	margin: 0 0 1em 0;
	padding: 0 0 0 1em;
	list-style-position: outside;
}
li {
	line-height: 1.5em;
	padding: 0;
}
ul {
	list-style: square;
}
ul ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-alpha;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 2em;
}
table {
	width: 100%;
	border-collapse: collapse;
	border: 0;
	margin: 0.5em 0 1em 0;
}
td, th, tr {
	margin: 10px 10px 10px 10px;
}

.container {
	width: 900px;
	margin: 0 auto;
}
.header {
	height: 100px;
	background: #FFFFFF url('Pictures/header.jpg') no-repeat 0 0;
}
.navi {
	margin: 0;
	padding: 7px 1em 0 1em;
	text-align: left;
	height: 27px;
	overflow: hidden;
	background: url('Pictures/navi.jpg') repeat-x 0 0;
	color: #273057;
	font-size: larger;
	text-decoration: none;
	font-weight: bold;
	}
.navi a:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.navi a:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.navi a:focus {
	font-weight: bold;
	color: #273057;
	text-decoration: none;
}
.navi a:hover {
	font-weight: bold;
	color: #273057;
	text-decoration: none;
}
.navi a:active {
	font-weight: bold;
	color: #273057;
	text-decoration: none;
}

.content {
	width: 880px;
	margin: 0 0 1em 0;
	padding: 10px;
	float: left;
	overflow: hidden;
	background: #FFFFFF url('Pictures/shadow.jpg') repeat-x 0 0;
	color: #333366;
}

.content a:link {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}
.content a:visited {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}
.content a:focus {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}
.content a:hover {
	font-weight: bold;
	color:orange;
	text-decoration: none;
}
.content a:active {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}

.footer {
	clear: both;
	padding: 1em;
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
	border-top: 1px dotted #FFFFFF;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.content input,textarea,select {
	margin: 3px 3px 3px 50px;
	background-color: #FFFFFF;
	color: #333366;
	border: 1px #333366 solid;
	width: 350px;
}
