@charset "utf-8";
/* CSS Document */


body {
	margin:0px;
	padding:0px;
	background:#42106a;
	background-image:url(images/eastwood-background_line.jpg);
	background-repeat:repeat-x;
}


p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	color:#333
}

strong {
	color:#81609c;
}

h1, h2{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16pt;
	letter-spacing:1px;
	color:#42106a;
}

li {
	
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	color:#777e20;
	list-style-type:square;

}

ul {
	padding-left:12px;
}
   * {

       margin: 0;

   }
   
.buttons {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	text-decoration: none;

	line-height: 20px;

	text-align: center;

	

}

.buttons a:link{

 color:#FFFFFF;

  text-decoration:none;



}

.buttons a:active{

 color:#FFFFFF;

  text-decoration:none;



}

.buttons a:visited{

 color:#FFF;

  text-decoration:none;



}

.buttons a:hover{

 color:#81609c;

 text-decoration:none;



}

/* Layout Divs */

#wrapper {
	position:relative;
	min-width:960px;
	width:960px;
	height:auto;
	margin:auto;
	margin-top:0px;
	background-color:#FFF;
}



/* Header CSS */

#header {
	position:relative;
	width:960px;
	margin:0px;
	text-align:right;
}


/* Content CSS */

#content {
	position:relative;
	float:right;
	width:640px;
	margin:0px;
	margin-top:2px;
	margin-bottom:20px;
	text-align:left;
	
}


/* Menu CSS */

#menu {
	position:relative;
	float:left;
	width:150px;
	margin:0px;
	margin-left:78px;
	margin-bottom:20px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}








#footer {
	clear:both;
	position:relative;
	width:960px;
	margin:0px;
	padding-top:60px;
	text-decoration:none;
}


#footer p{
	font-size:10px;
	line-height:18px;
	text-align: center;
}


<!--
#contact_left {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	top:0px;
	left:0px;
	width:290px;
	height:auto;
	z-index:1;
}

#contact_right {
	position:absolute;
	top:0px;
	left:310px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:310px;
	height:auto;
	z-index:1;
}
-->

	
