@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-color: #cfcfcf;
	font-family: Tahoma, Verdana, Arial, Helvetica, san-serif;
	color: #666;
	font-size: 62.5%;
}

a {
	color: #7c8a1b;
}

h1 {
	font-weight: normal;
	font-size: 1.7em;
	color: #2b2b2b;
	margin: 10px 0 20px 0;
}

h2, p {
	margin-bottom: .8em;
}

#wrapper {
	margin: 0 auto;
	width: 940px;
	font-size: 1.4em;
	background-color: #fff;
	padding: 10px;
	margin-top: 20px;
}

#container {
	float: right;
	width: 700px;
}

#header {
	text-align: right;
}

#header p {
	padding-right: 10px;
	font-size: .85em;
}

#header a {
	text-decoration: none;
	color: #666;
}

.slideshow {
	margin-bottom: 5px;
}

#content {
	margin: 0 10px;
}

#content a {
	font-size: .85em;
}

.flag {
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}

#sidebar {
	width: 230px;
	height: 740px;
	text-align: center;
	background-color: #e3e3e3;
}

.button {
	display: block;
	width: 197px;
	height: 37px;
	background: url(images/button.gif) top left no-repeat;
	line-height: 37px;
	margin-bottom: 5px;
	margin-left: 17px;
	color: #535353;
	text-decoration: none;
	font-size: .85em;
}

.button:hover {
	background-position: bottom;
}