﻿@charset "utf-8";

/**
 ** Main page options
 **/
body{ 
	background-color:			#544830;
	background-image:			url(../img/bg2.jpg);
	background-position:		top;
	background-repeat:		    repeat;

    margin:                     0;
    
    text-align:                 center;
    
	color:				        #333333;
	font-size:				    16px;
}
hr{
    width:                      200px;
}
h1{
    padding-top:                0px;
	font-size:				    26px;
}
.subm{
    font-weight:                bold;
    color:                      #333333;
    text-decoration:            none;
}
h3{
    padding-top:                0px;
	padding-left:               40px;
    padding-right:              40px;

	font-size:				    18px;
	text-align:                 left;
}
p{
	padding-left:               40px;
    padding-right:              40px;

	font-size:				    16px;
    text-align:                 justify;
}

/**
 ** Menu and languages panel
 **/ 
#top_panel{
	background-color:           #171717;
	background-image:           url(../img/top-panel.gif);
	
	width:                      781px;
	height:                     31px;
	
	font-weight:                bold;
    font-variant:               small-caps;
	color:                      #EEEEEE;
}
#top_panel a{
	color:                      #EEEEEE;
	text-decoration:            none;
}

/**
 ** Main content box
 **/ 
#top_text_box{
	background-image:           url(../img/top-text-box.gif);
	
	width:                      781px;
	height:                     16px;
}
#bot_text_box{
	background-image:           url(../img/bot-text-box.gif);
	
	width:                      781px;
	height:                     16px;
}
#text_box{
	background-image:           url(../img/text-box.gif);
	background-repeat:          repeat-y;
	
	width:                      781px;
}

/**
 ** Decor elements 
 **/
#decor1{
    background-image:           url('../img/u1.png');

	width:                      114px;
	height:                     222px;
	
	position:                   absolute;
	bottom:                     40px;
	left:                       0px;
}
#decor2{
    background-image:           url('../img/u2.png');

	width:                      143px;
	height:                     225px;
	
	position:                   absolute;
	top:                        20px;
	right:                      0px;
}

/**
 ** Logo items
 **/ 
#logo{
	background-image:           url(../img/logo.png);
	
	width:                      781px;
	height:                     245px;
}
