/**
 * ------------------------------------------------------------------------
 *  Made by xxxxxx XXXXXX
 *     xxxxxx <xxxxxx@xxxx.xx>
 *
 *  Started on Xxxxxxx XX, 200X
 *  Last update Xxxxxxx XX, 200X
 *
 *  Copyright (C) 200X - Xxxxxx 'xxxxxx' Xxxxxxxx
 * ------------------------------------------------------------------------
 */

* { padding: 0; margin: 0}

img{border:none}

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #564b47;
	background: #fff url(images/background.jpg) repeat;
}

h2{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #6B2C47;
}

a{
color: #5B233C;
}

.banner{
	margin: 0; 
	padding: 0; 
	position: absolute; 
	z-index: 9999; 
	width: 200px; 
	height: 200px; 
	display: block; 
	top: 0px; 
	left: 0px;
}


#global {
	width: 524px;
	margin: auto;
}

#logo{
	width: 524px;
	height: 100px;
	background: url(images/logo2.gif) no-repeat;
}

#menu{
	width: 524px;
	height: 25px; /*47*/
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
	/*background: url(images/menu.jpg) top center no-repeat;*/
}

#menu a{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#top{
	width: 524px;
	height: 84px;
	background: #fff url(images/bg_top.jpg) no-repeat;
}

#bg {
	width: 524px;
	margin: auto;
	background: #fff url(images/bg.jpg) repeat-y;
}

#content{
	width: 380px;
	margin: auto;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

.pagination
{
	margin-top: 10px;
	text-align: center;
}

#bottom{
	width: 524px;
	height: 84px;
	background: #fff url(images/bg_bottom.jpg) bottom left no-repeat;
}

p.message{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

p.links a{
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#copyright{
	width: 524px;
	height: 84px;
	margin-top: 10px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: center;
}

#copyright a{
	color: #fff;
}