/* Based on work by Eric Meyer: meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, code, 
del, dfn, em, img, q, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}
table {border-collapse: separate; border-spacing: 0}
caption, th, td {text-align: left; font-weight: 400}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none}

/* ------------- */
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0} 
.clearfix {display: inline-block} html[xmlns] .clearfix {display: block} 
* html .clearfix {height: 1%}
.overflow {
	overflow: hidden;
	height: 100%
}
/* ------------- */

body {
	background: #000 url(/gfx/bg.png) repeat-x;
	line-height: 1.5;
	margin-bottom: 1.5em
}

hr {
	border: solid #555;
	border-width: 0 0 1px 0;
	height: 0;
	clear: both;
	margin: 15px 0
}

#flag {
	position: relative;
	margin: 16px auto 0 auto;
	width: 700px;
	height: 20px;
	overflow: hidden;
	text-align: right
}

#top {
	position: relative;
	margin: 0 auto;
	border: solid #3e3e3e;
	border-width: 7px 7px 0 7px;
	border-bottom: 16px solid #4b4b4b;
	width: 700px;
	height: 80px;
	background: #171717;
	overflow: hidden
}

#container {
	position: relative;
	margin: 0 auto;
	border: solid #3e3e3e;
	border-width: 0 7px 7px 7px;
	width: 700px;
	background: #171717 url(/gfx/container.png) repeat-x;
	overflow: hidden
}


#photo {
	position: relative;
	float: left;
	width: 280px;
	padding: 16px
}
/* galeria */
#g p {
	text-align: center
}
#g a img, #g a:visited img {	
	padding: 4px;
	border: 3px solid #3e3e3e;
	background: #3e3e3e
}

#g a:hover img {
	border: 3px solid #494949;
	background: #494949
}
/* ----- */

#text {
	position: relative;
	float: right;
	width: 350px;
	padding: 16px
}
#text h1, h2 {
	font-family: "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	color: #a5a5a4;
	font-size: 20px;
	font-weight: lighter
}
#text p {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #a5a5a4;
	font-size: 12px;
	margin-bottom: 16px
}
#text a, #text a:visited {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #a5a5a4;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px solid #a5a5a4;
	padding-bottom: 1px
}
#text a:hover {
	border-bottom: none
}
#text ul {
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #a5a5a4;
	font-size: 12px;
	margin: 16px 0 20px 50px;
	list-style: square
}