/* html tags */
html,
body						{ margin:0; }
body img {border:0}

body						{ background:#fff79a; font-family:arial; font-size:13px; }

/* major areas */
#container					{ width:780px; background:url(images/bg.gif) repeat-y; }
#header						{ background:url(images/header.gif) no-repeat; height:700px; padding-top:-50px;}
#footer_home{
	background:url(images/footer.gif) no-repeat top; height:400px;
	position:absolute;top:1422px;left:8px;z-index:-1
	}
#footer_home_fr{ background:url(images/footer_fr.gif) no-repeat top; height:400px;
	position:absolute;top:1422px;left:8px;z-index:-1
	}

#footer{
	background:url(images/footer.gif) no-repeat top; height:400px;
	
	}
#footer_fr{ background:url(images/footer_fr.gif) no-repeat top; height:400px;
	
	}
#sub{ position:absolute; top:250px; left:35px; background:url(images/bg_sub.gif) bottom left no-repeat;}
#home_welcome				{ position:absolute; top:250px; left:70px; }
#home_paint_your_own		{ position:absolute; top:400px; left:60px; height:310px; width:780px; font-size:15px; text-align:right; background:url(images/home_image.gif) no-repeat left; }
#home_paint_your_own_text	{ position:absolute; top:430px; left:380px; width:350px; }
#home_workshop      		{ position:absolute; top:720px; left:450px; height:153px; width:272px; font-size:15px; text-align:right; background:url(images/workshop-french.jpg) no-repeat left; }
#home_workshop_text	        { position:absolute; top:745px; left:130px; width:300px;}
#home_specials				{ position:absolute; top:750px; background:url(images/bg_specials.gif) no-repeat; height:453px; width:770px; color:#800000 }
#home_specials_fr			{ position:absolute; top:750px; background:url(images/bg_specials_fr.gif) no-repeat; height:453px; width:770px; color:#800000 }
#menu						{ color:white; font-size:18px; position:absolute; top:175px; left:32px; }
#menu img					{ vertical-align:middle; }
#menu a						{ color:white; text-decoration:none; }
#menu a:hover				{ color:yellow; }
a							{ color:black; text-decoration:underline; }
a:hover						{ text-decoration:none; } 
