body{
	padding: 0;
background:#402268;
	margin: 0;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

div.center{text-align:center;}

div.page_wrapper{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#white_wrapper{
	width: 796px;
	color:#402268;
	background-color: #AEA8B5;
	border-left: 2px solid #FFC020;
	border-top: 1px solid #FFC020;
	border-right: 2px solid #FFC020;
	border-bottom: 3px solid #FFC020;
}	
#white_wrapper a{color: #8A36CF;}
#white_wrapper a:hover{color:#7D7D7D;}
#menu{
        height: 43px;
        margin-right: auto;
        margin-left: auto;
        padding: 9px 0 0 0;
}
#menubar{
        font-size: 16pt;
        height: 43px;
        padding: 0;
        font-weight: 900;
        font-variant:small-caps;
        text-align: center;
        background-image: url('images/top_menu.png');
}
a{
        padding: 0 10px 0 10px;
        text-decoration: none;
}
#menubar a{
        color: #FFC020;
}
#menubar a:hover{
        color: #FFAA00;
}
#footer{
	margin-right: auto;
	margin-left: auto;
	background-color: #696969;
	color: #FFAA00;
	text-align: center;
	border-top: 3px solid #FFC020;
}
#footer a{
	color: #58B3CC;
}
p{
	padding: 10px;
	margin: 5px;
	width: auto;
	text-align:justify;
}
h1,h4{
	padding-left: 10px;
}
h1.center{text-align:center;}
h2{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 100px;
	padding-left: 10px;
}
#block1{
	width: 200px;
	float: left;
}
#block2{
	text-align:center;
	width: 500px;
	float: right;
}
ul.contact{
list-style-type: none;
text-align:center;
}

img.center{
margin-right:auto;
margin-left:auto;
width:300px;
height:232px;}