@charset "utf-8";
/* CSS Document */

body
{ 
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	font: Georgia, Serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size:12px;
	color:#000000;
	line-height:17px;
} 

#holder {
	margin: 0 auto;
	width: 1183px;
	height:auto;
	min-height:500px;
	color: #000000;
	font: 16px/18px Georgia, "Times New Roman", Times, serif;
	padding:0px 0px 50px 0px;
}

.head
{
	width:1183px;
	height:350px;
	background-image: url(images/head2.png);
	background-repeat:no-repeat;
	margin:50px 0px 0px 0px;
}

.words {
	width: 1183px;
	height:auto;
	color: 000000;
	text-align: center;
	font-size: 22px; 
	line-height: 30px;
	font-family: Georgia, serif;
}

.words a {
	background-color: #c48e4a;
	padding: 0px 5px 0px 5px;
	color: #FFFFFF;
	font-size: 25px; 
	line-height: 30px;
	font-family: Georgia, serif;
	font-weight: normal;
	text-decoration:none;
}

.words a:hover {
	background-color: #c48e4a;
	color: #000000;
	font-size: 25px; 
	line-height: 30px;
	font-family: Georgia, serif;
	text-decoration: none;
}
 