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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: times, serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 5px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* png transparency support in ie
img { behavior: url('radium/assets/css/iepngfix.htc'); } */




html, body {
	background: #1f1f1f;
}

body {
	min-width: 800px;
	color: #cccccc;
}


#container {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 2px;
	border-color: #cccccc;
	background: #000000;
	padding: 20px 90px 0px 90px;
}


#header {
	display: block;
	margin-bottom: 20px;
}

#header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


#header hr.underline1 {
    width: 380px;
    height: 4px;
    color: #cccccc;
    background: #cccccc;
    position: relative;
    top: -10px;
    left: -85px;
}

#header hr.underline2 {
    width: 380px;
    height: 4px;
    color: #cccccc;
    background: #cccccc;
    position: relative;
    top: 5px;/*40px;*/
    left: -10px;
}

#navigation {
    display: block;
   	margin-bottom: 30px;
}

#navigation ul {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#navigation li {
	display: inline;
	font-size: 100%;
	border: 0px solid #f3c124;
	background-color: inherit;
	margin-left: 10px;
	margin-right: 10px;
}

#navigation li.active {
    /*color: #f3c124;
	text-decoration: underline;*/
	border-bottom: 2px solid #f3c124;
}

#navigation a:link {
	color: #f3c124;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:visited {
	color: #f3c124;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	color: white;
	text-decoration: none;
}


#content p {
    font-family: arial, sans-serif;
    font-size: 120%;
    text-align: justify;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#content img {
    display: block;
    border: 3px solid #f3c124;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#footer p {
    font-family: arial, sans-serif;
    font-size: 130%;
   	margin-bottom: 10px;
}

#footer p.contact {
    font-size: 140%;
    color: #f3c124;
    margin-bottom: 60px;
}

#footer ul {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer li {
	display: inline;
	border: 0;
	background-color: inherit;
	margin-left: 20px;
	margin-right: 20px;
}

#footer img {
    display: inline;
    border: 1px solid #f3c124;
    border-bottom: 0;
}

.centered {
	text-align: center;
}

