/*
LightNEasy default template. Tested:
Firefox
IE 6
IE 7
Opera
Safari
Under MS Windows and Ubuntu Linux
*/

* 			{ 
				margin:0;
				padding:0;
			}
			

html, body 	{ 
				
				background:url('images/ewerk_template/template_bg.jpg') repeat;
				height: 100%;
				overflow: inherit;
				color: #ffffff;
				font-family:Arial;
			}
			
#wrapper 	{
				min-height:100%; /* gives layout 100% height */
				width:1280px; /* centered div must be given a width */
				margin:0 auto; /* centers #wrapper */
				/*border:1px solid red;*/
			}

p 			{
				font-size:12px;
				color:#ffffff;
				text-align:center;
				padding:0px 0 38px; /* bottom padding clears the #footer */
}

#footer 	{
				height:38px;
				width:100%; /* centered div must be given a width */
				margin:-38px auto 0; /* -80px sucks it back in & auto centers it */
				background:url('images/ewerk_template/footer.jpg') repeat-x;
				text-align:center;
				font-size:10px;
				font-family:Arial;
			}

:link 		{ font-family:Arial; font-size:13px; color:#ffffff; text-decoration:none; }
a:visited 	{ font-family:Arial; font-size:13px; color:#ffffff; text-decoration:none; }
a:hover 	{ font-family:Arial; font-size:13px; color:red; text-decoration:none; }
a:active 	{ font-family:Arial; font-size:13px; color:red; text-decoration:underline; }
