

/********************** NOTE TO USER !!! ****************************/
/*  This StyleSheet contains optional, additional styles for the    */
/*  the further customization of Link Ace's front-end. The styles   */
/*  listed here should work in conjunction with the optional HTML   */
/*  header/footer files that can be used to customize Link Ace      */
/*  further and make Link Ace fit in with the design of your site.  */



/***************** Default design template styles *******************/

body
{
	background-color:#BCBDB5;
	margin:0;
}

A.c 
{
	FONT: 14px Times New Roman; font-weight: normal; text-decoration: underline; COLOR: #76482C;
}
A.c:hover 
{
	COLOR: #9D7257;
}

#container
{
	background-image:url(page_back.jpg);
	background-repeat:repeat-y;
	margin:0 auto 0 auto;
	width:800px;
}
 
#top_div
{
	background-image:url(page_header.jpg); 
	margin:0 auto 0 auto;
	width:800px;
	height:152px;
}

.center_div_content3
{
	width:690px;
	margin-left:auto;
	margin-right:auto;
}


/*  Style for displayed legal notice which must be displayed and visible */

.legal_notice
{
	font-size:10px;
	text-align:center;
	margin:0 auto 10px auto;
	width:690px;
}

.legal_notice a
{
	color:#76482C;
	text-decoration:none;
}
.legal_notice a:hover
{
	color:#9D7257;
	text-decoration:underline;
}


#bottom_div
{
	background-image:url(page_footer.jpg); 
	margin:0 auto 0 auto;
	width:800px;
	height:60px;
}