/* 
	pageLayout.css
	Handles the base of the design, anything to do with the basic arrangement of elements
	is added here.
*/


/* basic elements */
body 				{  
						color: #555753;  
						margin: 0px;
						font: 11px Tahoma; 
						background-image: url('images/background.jpg');
						background-repeat: repeat-y;
						background-color: #EBE6E2;
}

p 					{ 

						padding: 0px;
						font: 11px Tahoma; 
						margin-top: 8px;
						margin-bottom: 15px;
						margin-right: 10px;
						text-align: justify;
}

a					{
						color: #215A16;
}


h3 					{ 

						font: bold 11px Tahoma;
						margin-bottom: 0px; 
						color: #6AA14E;
						padding-bottom: 0px;
						border-bottom: 1px solid #EEEEEE;
}

h4 					{ 

						font: bold 8px Tahoma;
						margin-bottom: 0px; 
						color: #6AA14E;
						padding-bottom: 0px;
}


/* specific divs */

#css_header			{
						position: absolute;
						margin-left:115px;
						width: 680px;
}

#css_menu			{
						position: absolute;
						margin-left: 115px;
						padding-right: 20px;
						width: 120px;
						padding-top: 120px;
						
						z-index: 1;
}


#css_body			{	

						position: absolute;
						margin-left: 255px;
						width: 500px;
						margin-top: 260px;

}

/*#header_image		{
						margin-top: 0px;
						height: 110px;
						background-image: url('images/header_image.jpg');
						position: relative;
}*/

#login				{
						position: relative;
						margin-top: 150px;
						font-size:11px;
                        color: #000000;
						padding-left: 600px;
						padding-top: 4px;
						padding-bottom: 4px;
						
						width: 315px;
}