/* CSS Document */
* {
	margin: 0 auto;
	padding: 0;
}
body {
	margin: 0 auto;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
h1, h2, h3 {
}
/* home */
#home {
	width: 160px;
	height: 48px;
	float: right;
	min-height: 48px;
	padding-top: 15px;
	padding-right: 20px;
}
/* headersmall1 */
#headersmall1 {
	width: 48px;
	height: 48px;
	float: left;
	min-height: 48px;
	padding-top: 11px;
	padding-left: 13px;
	padding-right: 4px;
	padding-bottom: 11px;
}
/* headersmall2 */
#headersmall2 {
	width: 48px;
	height: 48px;
	float: left;
	min-height: 48px;
	padding-top: 11px;
	padding-left: 4px;
	padding-right: 19px;
	padding-bottom: 11px;
}
/* header */
#header {
	width: 800px;
	height: 70px;
	min-height: 70px;
	background: url(merimages/mertitle.png) center no-repeat;
}
/* main */
#main {
	width: 800px;
	min-height: 570px;
	height: 570px;
}
#main p {
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#main a {
	text-decoration: none;
	color: #000;	
}
#main a:hover {
	color: #00AB39;
	text-decoration: underline;
}
/* main2 */
#main2 {
	width: 800px;
	min-height: 848px;
	height: 848px;
}
#main2 p {
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
#main2 a {
	text-decoration: none;
	color: #000;	
}
#main2 a:hover {
	color: #00AB39;
	text-decoration: underline;
}
/* shop */
#shop {
	background: url(merimages/merborder2.png) center no-repeat;
	width: 800px;
	min-height: 773px;
	height: 773px;	
	margin-top: 5px;
}
#shop p {
	text-align: left;	
}
#shop a {
	color: #CC3333;	
	text-decoration: none;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
#shop a:hover {
	color: #00AB39;
	text-decoration: underline;
}
#shop td {
	font-size: 12px; 	
}
#shop h1 {
	text-align: right;
	color: #CC3333;	
	text-decoration: underline;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
/* contact */
#contact {
	background: url(merimages/merborder.png) center no-repeat;
	width: 800px;
	min-height: 500px;
	height: 500px;	
	margin-top: 5px;	
}
#contact p {
	padding-top: 15px;
	text-align: center;
	font-size: 16px;
}
#contact a {
	text-align: center;
	text-decoration: none;
	color: #CC3333;	
}
#contact a:hover {
	text-decoration: underline;
	color: #00AB39;
}
/* base */
#base {
	width: 800px;
	min-height: 70px;
	margin-top: 3px;
	height: 70px;
	background: url(merimages/merbase.png) center no-repeat;
}
#base p {
	color: #FFFFFF;
	padding-top: 25px;
}
#base a {
	color: #FFFFFF;
	text-decoration: none;
}
#base a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
}
#copy {
	float: right;
	font-size: 16px;
	padding-top: 12px;
	padding-right: 18px;
}
#design {
	float: left;
	font-size: 16px;
	padding-top: 12px;
	padding-left: 18px;
}
/* base2 */
#base2 {
	width: 800px;
	min-height: 70px;
	margin-top: 10px;
	height: 70px;
	background: url(merimages/merbase.png) center no-repeat;
}
#base2 p {
	color: #FFFFFF;
	padding-top: 25px;
}
#base2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#base2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
}
#copy {
	float: right;
	font-size: 16px;
	padding-top: 12px;
	padding-right: 18px;
}
#design {
	float: left;
	font-size: 16px;
	padding-top: 12px;
	padding-left: 18px;
}
