body{
	font-family: 'Verdana',sans-serif;
	background-color: #000000;
    background-image:url('/static_media/images/bg.jpg');
	color: #ffffff;
	font-size: 11px;
}
img {
	border:0px;
}

p, ul, ol, body, h1, h2, h3, h4{
	margin: 0px;
}
td {
	font-size: 11px;
}
h1 {
    font-size:13px;
    font-weight:bold;
}
h2 {
    font-size:13px;
    font-weight:normal;
    text-decoration:underline;
}
h3 {
    font-size:11px;
    font-weight:bold;
}
h4 {
    font-size:11px;
    font-weight:normal;
    text-decoration:underline;
}
a {
    color:#8e8e8e;
	text-decoration: none;
}
a:hover {
    color:#8e8e8e;
	text-decoration: underline;
}

#pagina {
	background-color: #000000;
	width:723;
	position: absolute;
	left: 50%;
	margin-left: -361px; /* - (width/2) */
	z-index:1;
}

#top_divider {
	background-color: #ffffff;
    width:1px;
    height:80px;
    position:absolute;
    z-index:10;
    left:362px;
    top:0px;
}

#header_left {
    color:#8e8e8e;
    padding-right:5px;
    position:absolute;
    top:0px;
    right:363px;
    z-index:2;
    text-align:right;
}
#header_left img{
    margin-bottom:10px;
}
#header_right {
    color:#8e8e8e;
    padding-left:5px;
    position:absolute;
    top:0px;
    left:363px;
    z-index:2;
}
#header_right img{
    margin-bottom:10px;
}
#page_img {
    position:absolute;
    top:87px;
    left:0px;
    width:355px;
    height:534px;
}

#page_img img {
    width:355px;
    height:534px;
}

#page_left_wrapper {
    position:absolute;
    top:628px;
    left:0px;
    width:362px;
    min-height:200px;
    height:auto;
}
/* for Internet Explorer */
/*\*/
* html #page_left_wrapper {
height: 200px;
}
/**/
#page_left {
    width:355px;
}

#page_content {
    position:absolute;
    top:87px;
    left:369px;
    width:355px;
}

.selected {
    color:#ffffff;
}
.selected a {
    color:#ffffff;
	text-decoration: none;
}
.selected a:hover{
    color:#ffffff;
    text-decoration:underline;
}
.datum {
    font-size: 8;
    color:#8e8e8e;
}
.column {
    position:relative;
    width:170px;
    float:left;
    padding-right:5px;
}
.under_column {
    clear:both;
}
.generated_img {
    position:relative;
    top:7px;
}
.subtitle {
    position:relative;
    top:-4px;
}
.search_hit {
	color: #ffffff;
    font-weight:bold;
}
.search_results {
	color: #8e8e8e;
}
.search_results a{
	color: #ffffff;
}
.search_results a:hover{
	color: #ffffff;
}
.disabled {
	color: #666666;
}
.helv_thin {
    font-family: 'Helvetica Thin', Verdana, sans-serif;
	color: #ffffff;
}
.helv_black {
    font-family: 'Helvetica Black', Verdana, sans-serif;
	color: #ffffff;
    font-weight:bold;
}
.helv_black a:hover {
	color: #ffffff;
}
.small {
    font-size:13px;
}
.medium {
    font-size:15px;
}
.large {
    font-size:18px;
}
.index_link a:hover{
    text-decoration:none;
}
