/* CSS Document */

*{
	font-size:100%;
}
html
	{background-color:#faefe6;
	width:100%;
	height:100%;}
	
body {
	background:url(images/bg.jpg) repeat-x bottom #fefefd;
	margin: 0;
	padding: 0 20px 0 20px;
	height:100%;
	}

table {background-color:#ebeced;}

a {color:#85836e;}
a:hover {color:#5d5c4d;}

.header1 {font-size:115%}
.navigation, .inactive{font-size:105%; margin:8px 40px 0 40px;}
.inactive {color:#cccccc;}

.menu_top a{margin-left:25px;}

.title {font-size:105%; letter-spacing:.1em; font-family:Georgia, "Times New Roman", Times, serif; color:#666666;}

.img {margin:0 40px 0 40px;}

.border img {border:#FFFFFF 8px solid;}
.border_gr img {border:#999999 8px solid;}

.copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	color:#87786b;
	}
.copy a {
	font-family:Arial, Helvetica, sans-serif;
	color:#87786b;
	}
	
.copy td {
	padding: 0 60px 0 60px;
	}

