body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	background-color: #d5d6d7;
	color: #333;
	text-align: center;
	background: url("../images/background.jpg");
}

#page {
	background: url("../images/pagebg.jpg") repeat-y top; border: none;
	margin: 16px;
	width: 758px;
	text-align: left;
}

#header {
	background: url("../images/header.png") no-repeat bottom center;
	height: 150px;
	/*margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 144px;
	margin: 7px 9px 0; height: 192px; width: 740px;*/
	background-color: #73a0c5;
}

#header h1 {
	padding-top: 36px;
	padding-right: 48px;
	font-size: 1.2em;
	text-align: right;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}

a:hover {
	color: #147;
	text-decoration: underline;
}

#content {
	font-size: 1.2em
}

#breadcrumb {
	margin: 0 0 0 40px;
}
#breadcrumb:before {
	content: "\00BB \0020";
}

.widecolumn {
	float: left;
	width: 480px;
}

.column {
	padding: 0 0 20px 0;
	margin: 0 0 0 40px;
}


/* --------- Sidebar --------- */

#sidebar h2 {
	font-family: "Lucida Grande", Verdana, Sans-Serif;
	font-size: 1.1em;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2 {
	text-decoration: none;
}

#sidebar {
	height: 600px;
	font: 1em "Lucida Grande", Verdana, Arial, Sans-Serif;
}

#sidebar ul ul li {
	color: #777;
}

#sidebar ul ul li:before {
	content: "\00BB \0020";
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul ul {
	margin: 2px 0 0 10px;
}

#sidebar ul ul ul {
	margin: 0 0 0 10px;
}

#sidebar ul ul li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar {
	padding: 0 0 10px 0;
	margin-left: 530px;
	width: 180px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}


/* --------- /Sidebar --------- */

#footer {
	clear:both;
	overflow:hidden;
	background: url("../images/footer.jpg") no-repeat bottom; border: none;
	background-color: #eee;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

.widecolumn h1 {
	font-size: 1.2em;
	margin: 0 0 3px;
}
.widecolumn h2 {
	font-size: 1.0em;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet M", "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

img.thumbnail {
	width: 450px;
}
img.tsarti {
	float: right;
	padding: 5px 5px 5px 5px;
	padding-top: 20px;
}
img.tsart {
	float: left;
	padding: 0px 15px 0px 0px;
}

.error {
	font-weight: bold;
	color: red;
}

.ingress {
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

.readmore:before {
	content: "\00BB \0020";
}

div.body {
	padding: 5px 5px 5px 5px;
}
