/*whole page settings*/
div#wrapperdiv
{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:936px;
	height:854px;
}
div
{
	padding-bottom:0px;
	padding-top:0px;
	margin:0px;
	text-align:left;
}
/*======================================================================================================*/

	div#headerdiv/* controls the  background image and size*/
	{
		background-image:url(../images/makeup/header.jpg);
		background-repeat:no-repeat;
		overflow:hidden;
		width:936px;
		height:198px;
	}
	/*======================================================================================================*/
	div#menudiv/* controls the  background image and size*/
	{
		background-image:url(../images/makeup/menu.jpg);
		background-repeat:no-repeat;
		overflow:hidden;
		width:936px;
		height:33px;
	}

/*======================================================================================================*
controls the main body of the page with the menu either side where present*/

	div#bodydiv /*contains left div middle div and right div*/
	{
		background-image:url(../images/makeup/main.jpg);
		background-repeat:no-repeat;
		
		width:936px;
		/*height:587px;*/
		height:587px;
	}
			div#leftdiv /* contains the links and applicaion form divs===================================*/
			{
				height:587px;
				width:198px;
				float:left;
			}
					div#linksdiv
					{
						background-image:url(../images/makeup/links.jpg);
						background-repeat:no-repeat;
						overflow:hidden;
						
						height:279px;
					}
					div#applicationdiv
					{
						background-image:url(../images/makeup/application.jpg);
						background-repeat:no-repeat;
						overflow:hidden;
						
						height:308px;
					}
							div#appleft
							{
								width:130px;
								float:left;
							}
							div#appright
							{
								width:68px;								
								float:left;
								text-align:center;
								
							}
							div#adobedownload
							{
								text-align:center;
							}

			div#middlediv /* contains the Main content of the web page divs===================================*/
			{
				
				
			height:587px;
			width:491px;
			float:left;
			}
					div#middletop
					{
						overflow:hidden;
						height:215px;
					}
					div#middlebottom
					{
						overflow:hidden;
						height:372px;
					}
							div#middlebottomleft
							{
								width:245px;
								float:left;
							}
							div#middlebottomright
							{
								width:246px;						
								float:left;
							}
							
	
			div#rightdiv
			{
				background-image:url(../images/makeup/contact.jpg);
				background-repeat:no-repeat;
				overflow:hidden;
				width:247px;
				height:587px;
				float:left;
			}
/*======================================================================================================*
controls the footer of the page */
	div#footerdiv
	{
				background-image:url(../images/makeup/footer.jpg);
				background-repeat:no-repeat;
				overflow:hidden;
		width:936px;
		height:30px;
		float:none;
	}
	
/*========================================================================================================
style elements
*/

.pdfthumb
{
	border:none;
	border-style:none;
	border-width:0px;
}
.link
{
	padding-bottom:2pt;
}

