.hiddenPic {display:none;}
body
{ 
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #56A3CD;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}
p
{  
	background-color: transparent;
	color: #000000;
	font: 100 12px Arial;
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	
}

p.center
{  
	background-color: transparent;
	color: #000000;
	font: 100 12px Arial;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	
}

p.right
{  
	background-color: transparent;
	color: #000000;
	font: 100 12px Arial;
	font-weight: normal;
	text-align: right;
	margin: 0;
	padding: 0;
	
}

p.bold
{
	background-color: transparent;
	color: #000000;
	font: 100 12px Arial;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

p.title
{
	background-color: transparent;
	color: #990000;
	font: 100 12px Arial;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

a, a:visited
{
	background-color: transparent;
	color: #000000;
	font: 100 12px Arial;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

a:hover
{
	background-color: transparent;
	color: #81C2DE;
	font: 100 12px Arial;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
	margin: 0;
	padding: 0;
}

a.productlink
{
	background-color: transparent;
	color: #990000;
	font: 100 12px Arial;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

h1
{
	background-color: transparent;
	color: #990000;
	font: 100 18px Arial;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
}

	#container
	{
		width: 800px;
		height: 100%;
		margin: 0;
		padding: 0;
		text-align: left;
		background-color: transparent;
		background-image: url('images/bottom-extension.jpg');
		background-repeat: repeat-y;
	}
		
		#nav
		{
			width: 800px;
			height: 275px;
			margin: 0;
			padding: 0;
			background-color: transparent;
		}
		
		#body
		{
			width: 800px;
			height: 451px;
			margin: 0;
			padding: 0;
			background-image: url('images/body.jpg');
			background-repeat: no-repeat;
		}
		
		#footer
		{
			width: 100%;
			margin: 0;
			padding: 0;
			background-color: #56A3CD;
			background-image: url('images/bottom-extension.jpg');
			background-repeat: repeat-y;
		}
		
		#atx
		{
			width: 100%;
			height: 150px;
			margin: 0;
			padding: 0;
			background-color: #56A3CD;
			background-image: url('images/bottom-extension.jpg');
			background-repeat: repeat-y;
		}