body{
	background-color: #E5E5E5;

	margin: 0;
	padding: 0;
}
body,td{
	font-family: verdana, MS sans serif, sans-serif, Arial;
	font-size: 70%;
}
.h1 {
	color : #C01717;
	text-decoration : none;
	font-weight : bold;
	font-size: 110%;
	margin: 0;
	padding: 0;
}

#left{
	width: 20%;
	background-color: #ffffff;
	height: 100%;
}

#center{
	position: absolute;
	left: 20%;
	top: 0;
	width: 80%;
	background-color: #E5E5E5;
}

#center .navigation{
	text-align: center;
	padding: 15px;
}

/*
#right{
	position: absolute;
	left: 80%;
	top: 0;
	width: 20%;
	background-color: #ffffff;
	height: 100%;
}

*/

#left .decor{
	background-image: url(img/background1.jpg); 
	background-repeat: no-repeat; 
	background-position: top left;
	height: 124px;
	width: 100%;
}


#right .decor{
	background-image: url(img/background2.jpg); 
	background-repeat: no-repeat; 
	background-position: top left;
	height: 124px;
	width: 100%;
}

.title{
	padding: 15px;
	text-align: center;
}

.title{
	padding: 15px;
	text-align: center;
}

.title h1, 
.title h2{
	font-size: 100%;
	padding: 0;
	margin: 0;
}


.domain{
	padding: 15px 15px 5px 15px;
	text-align: center;
}

.line{
	height: 1px;
	text-align: center;
	background-image: url(img/pix_02.gif); 
	background-repeat: repeat-x; 
	background-position: center left;
}


.categories{
	padding: 20px 10px 20px 20px;
}

.copy{
	padding: 15px 15px 25px 15px;
	text-align: center;
}

.counter{
	padding: 10px;
	text-align: center;
}

/********************************************************/

A:Link {
	color : #0E2B73;
	font-size: 100%;
}
A:Visited {
	color : #7A3147;
        font-size: 100%;
}
A:Active {
	color : #B9230A;
	font-size: 100%;
}
A:Hover {
	color : #B9230A;
	font-size: 100%;
}
A.menu:Link {
	color : #0E2B73;
	font-size: 110%;
}
A.menu:Visited {
	color : #7A3147;
        font-size: 110%;
}
A.menu:Active {
	color : #B9230A;
	font-size: 110%;
}
A.menu:Hover {
	color : #B9230A;
	font-size: 110%;
}