body 	{
	margin: 0; 
	padding: 0;
	background-color: #FFFFFF;
	
	font-family: tahoma; 
	font-size: 11px;
	color: #124053;
	}
	
#wrapper	{
	margin: 30px auto 30px auto;
	width: 396px;
	padding: 0;
}

#wrapper-tile	{
	margin: 0px auto;
	width: 396px;
	padding: 0;
	background: url(5.jpg) repeat-y top;
}

#wrapper-bg1 {
	margin: 0px auto;
	height: 20px;
	width: 396px;
	position: relative;
	background: url(1.jpg) no-repeat bottom;
}

#wrapper-bg2 {
	margin: 0px auto;
	height: 182px;
	width: 396px;
	position: relative;
	background: url(2.jpg) no-repeat bottom;
}

#wrapper-bg3 {
	margin: 0px auto;
	height: 50px;
	width: 396px;
	position: relative;
	background: #FFF url(3.jpg) no-repeat top;
}

#content {
	margin: 0px auto;
	width: 396px;
	min-height: 250px;
	position: relative;
	background: url(4.jpg) no-repeat top;
}

#footer {
	margin: 0px auto;
	height: 20px;
	width: 396px;
	position: fixed;
	background: #FFF url(6.jpg) no-repeat top;
}

#social {
	margin: 30px auto;
	width: 396px;
	background: #FFF;
	text-align: center;
}

mainblock	{
	margin-left: auto;
	margin-right: auto;
	width: 396px;
	padding: 0;
	background-image: url(contentbg.jpg) repeat;
}
	
a	{
	font-family: Tahoma;
	font-size: 11px;
	color: #d05c23;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover	{
	font-family: Tahoma;
	font-size: 11px;
	color: #65645b; 
	text-decoration: none;
	}
	
a.menu	{
	font-family: Tahoma;
	font-size: 11px;
	color: #134053;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover.menu	{
	font-family: Tahoma;
	font-size: 11px;
	color: #d05c23; 
	text-decoration: underline;
	}
	
a img {
	border: none;
}

p {
	margin: 0px;
	padding: 5px 20px 5px 20px;
}

p.center {
	text-align: justify;
	margin: 0px auto;
	width: 300px;
}

p.menu {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	text-align: center;
}

p.footer {
	margin: 0px;
	padding: 4px;
	font-size: 6px;
	text-align: center;
	text-transform: smallcaps;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}
