/* styles for sharpe wines of orange site template
	author: sauce design pty ltd 2005 // http://www.saucedesign.com.au */

body
	{
		background: #0c539b	 url(images/background.gif) no-repeat center top;
		font: normal 100% arial, verdana, 'trebuchet ms', sans-serif;
		margin: 0px;
		padding-bottom: 10px;
		text-align: center;
		}
		
/* positioning code */	
	
#wrapper
	{
		position: relative;
		width: 760px;
		background: #50677F url(images/background_content.jpg) no-repeat left top;
		margin: 10px auto;
		border: 1px solid #fff;
		text-align: left;
		}

/* positioning code */

#container_content
	{
		position: relative;
		padding: 4px;
		}

/* for the main information on the page  */
		
.body_text
	{
		font: normal 70% arial, verdana, 'trebuchet ms', sans-serif;
		line-height: 18px;
		color: #f0eded;
		padding: 5px;
		}
		
/* for the photos down the left hand side of the pages  */

		.photos table
			{
				margin-top: 75px;
				text-align: center;
				}
				
				.photos table img
					{
						border: 1px solid #333a40;
						margin-bottom: 5px;
						}

/* footer across bottom of pages */

#footer
	{
		position: relative;
		margin: 0px auto 15px;
		padding: 3px 0px;
		width: 760px;
		background-color: #09f;
		height: 14px;
		color: #036;
		font: normal 70% arial, verdana, 'trebuchet ms', sans-serif;
		text-indent: 5px;
		text-align: left;
		color: #044270;
		}
		
/* links for the footer of the pages */

#footer a, #footer a:active, #footer a:visited
	{
		color: #e9f3f3;
		text-decoration: underline;
		}
		
		#footer a:hover
			{
				color: #fff;
				text-decoration: none;
				}
				
				
/* links for the main textual content */

.inpage_links a, .inpage_links a:active, .inpage_links a:visited 
	{
		color: #a8f1fc;
		text-decoration: underline;
		}
		
		.inpage_links a:hover
			{
				color: #0bc9e5;
				text-decoration: none;
				}
				
.leftPad {
	padding-left: 20px;
	}
	
				
/*  end styles     */
		
		
		
		

