* {
	margin: 0; padding: 0; border: 0;
	}

/**//**/

#container {
	width: 800px;
	margin: 0 auto;
	}

#header {
	background: #000 url(img/dots_h.gif) bottom repeat-x;
	margin: 0 0 2px 0;
	padding: 2px 4px;
	}

#header img {
	background-color: #fff;
	padding: 10px;
	}

#banner {
	background: #000 url(img/header.jpg) no-repeat;
	height: 98px;
	width: 450px;
	margin: 20px 0 0 0;
	float: right;
	border: solid 10px #000;
	}

#banner img {
	border: solid 10px #000;
	}

/**/

#sidebar {
	width: 200px;
	height: 200px;
	padding: 10px;
	float: left;
	}

#sidebar a {
	font-size: 1.4em; color: #000;
	text-decoration: none;
	padding: 6px 10px;
	display: block;
	}

#sidebar a:hover {
	background-color: #eee;
	}

#sidebar img {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 2px;
	border: solid 1px #999;
	}

/**/

#content {
	background: url(img/dots_v.gif) left repeat-y;
	min-height: 400px;
	margin: 0 0 2px 220px;
	padding: 10px;
	}

#content img {
	margin: 0 10px;
	padding: 2px;
	border: solid 1px #999;
	}

/**/

#footer {
	color: #999;
	background: url(img/dots_h.gif) top repeat-x;
	padding: 10px;
	clear: both;
	}

#footer a {
	color: #999;
	}

/**//**/

body {
	font-family: georgia, verdana, sans-serif; font-size: 62.5%; color: #000;
	}

p, table {
	font-size: 1.2em;
	line-height: 1.8em; text-align: justify;
	margin: 0 0 20px 0;
	}

ul {
	font-size: 1.2em; color: #666; font-style: italic;
	line-height: 1.8em;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	}

em {
	font-size: 1.4em; font-style: italic;
	}

/**/

h1, h4 {
	font-size: 2em; color: #000; font-style: italic; font-weight: normal;
	background: #eee url(img/dots_h.gif) bottom repeat-x;
	margin: 0 0 10px 0;
	padding: 10px;
	}

/**/

input, textarea {
	font-size: 1.2em; color: #000;
	margin: 0 0 10px 0;
	padding: 4px;
	border: solid 1px #ccc;
	}
