/* CSS Document */
/* 	Barkingweb Main CSS Document
*	Author:			Barkingweb.com - Nick Barling 
*	Date:			February 1 2006	
*	Version:		1.1
*	File:			barkingweb.css
*	Description:	CSS File to style site's global content	
*	Notes:			This is the file to alter to make site wide changes to styling.
*					Use the descriptive headers to identify the elements that you
*					wish to change.
*/

/************************************ start of css styling for the global site styling **********************************************/

body{
background-color: #8d8d8d;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
margin: 0;
padding: 0;
text-align: center; /* This is added because WinIE 5.x does not support the auto value for the left and right margin in the #wrapper div*/
} 

a img{
border: none;
}

#holding{
width: 1024px;
height: 700px;
margin: 10px auto;
border: 0;*/
text-align: left;  /*This is added to realign the text to the left after using the text-align center in the #body div*/
background-image: url(../images/retro3.png);
background-repeat: repeat-y;*/
}

