/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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,
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 {
	line-height: 1;
	background: url("img/background.png") repeat #1F1F1F;
	color: white;
	font: 12px/18px "Trebuchet MS",verdana,tahoma,sans-serif;
	letter-spacing: 1px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#content {
	display: block;
	width: 700px;
	margin: 100px auto 0;
}
	
	#menu {
		margin: 20px 0;
		width: 186px;
		float: left;
	}
		#lang {
			position: absolute;
			top: 0;
			left: 6px;
			display: none;
		}
			#lang li {
				display: inline;
			}
				#lang li a {
					color: white;
					text-decoration: none;
				}
				#lang li a:hover {
					color: #999;
				}

		#sections {
			height: 95px;
			overflow: hidden;
		}
			#sections li {
				display: block;
				background: url("img/blank.png") left bottom repeat-x;
			}
				#sections li a {
					display: block;
					text-indent: -10000px;
					height: 24px;
				}
				#sections li a:hover {
					background-color: #2c99e6;
				}
					#sections-1 a {
						background: url("img/menu.gif") 100px 8px no-repeat;
					}
					#sections-2 a {
						background: url("img/menu.gif") 100px -16px no-repeat;
					}
					#sections-3 a {
						background: url("img/menu.gif") 100px -40px no-repeat;
					}
					#sections-4 a {
						background: url("img/menu.gif") 100px -64px no-repeat;
					}

	#main {
		width: 430px;
		margin: -38px 0 20px 84px;
		float: left;
		text-align: justify;
	}
		body#index #main h2 {
			background: url("img/main.gif") right top no-repeat;
			height: 95px;
			text-indent: -10000px;
			display: block;
		}
		#main p {
			margin-top: 1.5em;
		}
		#main dl.contact {
			background: url("img/contact.gif") no-repeat;
			width: 200px;
			height: 102px;
			padding: 5px 0 0 230px;
			letter-spacing: 1px;
			line-height: 2em;
			margin: 1em 0 2em;
		}
		#main dl.contact dd {
			float: right;
			clear: right;
			margin-right: 12px;
		}
		#main dl.contact dt {
			color: #3299DB;
			float: right;
			margin-right: .2em;
		}
		
		#main ul.gallery {
			/*margin-left: -40px;*/
		}
			#main ul.gallery li {
				float: left;
				margin: 0 0 35px 30px;
			}
			#main ul.gallery li.clear {
				margin-left: 0;
			}
				#main ul.gallery li a {
					display: block;
					background: url("img/thumbs.gif") 0 -83px no-repeat transparent;
					padding: 4px 4px 0 4px;
					?padding-bottom: 4px;
				}
				#main ul.gallery li a:hover {
					background-position: 0 0;
				}
	
	#footer {
		clear: both;
		margin-top: 10px;
		height: 40px;
		background: url("img/blank.png") left top repeat-x;
	}
		#footer p {
			text-indent: -10000px;
			background: url("img/footer.gif") right center no-repeat;
		}
