html, body
	{
	font-family: Arial, Verdana, helvetica;
	font-size: 1em;
	color: #333;
	background: url("body_bg.jpg") repeat-x scroll top left transparent;
	}
	
html
	{
	background-color: #aea9af;
	}

	
#wrapper
	{
	width: 920px;
	margin: auto;
	background-color: #FFF;
	}

#header
	{
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	}
	
#main
	{
	margin: 50px 0px 20px 50px;
	padding-right: 30px;
	}
	
#main a:hover
	{
	cursor: pointer;
	}
	
#footer
	{
	margin-right: 120px;
	padding-bottom: 20px;
	text-align: right;
	}
	
#footer a
	{
	color:#333;
	text-decoration:none;
	}
	
#footer a:hover
	{
	text-decoration: underline;
	}
	
p
	{
	margin:0;
	padding:0;
	}

a
	{
	outline: none;
	}


.shopbtnlink
	{
		text-transform: Uppercase;
		font-weight: bold;
		text-align: center;
		background-color: #f00;
		color: #FFF;
		display: block;
		padding: 20px;
		font-size: 2em;
		transition: all 0.2s ease-in;
		text-decoration: none;
	}	
	
.shopbtnlink:hover
	{
		background-color: #d11;
	}

.btn_mail
	{
	background: url("btn_mail.png") top left transparent;
	position: fixed;
	right:0px;
	top: 240px;
	height: 152px;
	width: 76px;
	}

.btn_fb
	{
	background: url("btn_fb.png") top left transparent;
	position: fixed;
	right:0px;
	top: 407px;
	height: 152px;
	width: 76px;
	}	
	
.btn_shop
	{
	background: url("btn_shop.png") top left transparent;
	position: fixed;
	right:0px;
	top: 574px;
	height: 158px;
	width: 76px;
	}	
	
h1
	{

	}
	
h2
	{

	font-size: 1.2em;
	}
	
h3
	{

	font-size: 1em;
	}
	
img 
	{
	border: none 
	}

img.pic_middle
	{
	margin-left:20px;
	margin-right:20px;
	}
	
img.prev_image
	{
	margin-bottom:20px;
	}