/* ************* Tags ************* */
body	{
				margin: 		0;
				padding:		0;
				background-color: #000;
				width:			100%;
				height:			100%;
				font-family:		verdana,sans-serif;
			}

h1	{
			font-size: 33px;
			margin: 12px 12px 0 0;
			font-variant: small-caps;
			font-family:'Times New Roman', serif;
			font-weight:	lighter;
			float: right;
			color: #fff;
			letter-spacing:0.1em;
			text-shadow: #f00 1px 1px 1px;
		}

span	{
			display:block;
			font-size: 11px;
			line-height: 12px;
			font-weight: normal;
			margin: 10px 10px 0 10px;
			text-align: center;
			color: rgb(245,245,245);
		}

ul		{
			list-style-type:circle;
			margin:20px 0 20px 30px;
		}

em 	{ font-style: italic; }
#em1 { font-style:normal; text-shadow: #000 1px 1px 1px; }
/* ************* ************* */
#main	{
				margin: 1% auto;
				/*width: 			978px;*/
				width: 			834px;
				height:			630px;
				padding:		0;
				border: 2px ridge #fff;
				background-color: rgb(61,61,61);
		}

/* #shop {
	width: 142px;
	height: 630px;
	float:right;
	background-color: #fff;
}

#shop a img { border:0; } */

#head		{
			width: 834px;
			height:77px;
			background-color: rgb(40,0,0);
			border-bottom: 2px ridge #fff;
			/*border-right: 2px ridge #fff;*/
		}

#content	{
			width: 520px;
			height: 535px;
			padding: 8px;
			/*border-right: 2px ridge #fff;*/
			overflow-x:hidden;
			overflow-y:hidden;
}

#content .text {
			font-size: 13px;
			line-height: 22px;
			font-weight: normal;
			margin: 65px 10px 0 10px;
			text-align: justify;
			color: rgb(245,245,245);
	}


#wellapic { float:left; }
#wellapic img {
			border-right: 2px ridge #fff;
			border-bottom: 2px ridge #fff;
			display:block;
}

#wellapic div	{
		background-image: url(../images/button1.png);
		height: 98px;
		margin: 0;
		color: #fff;
		padding: 0 0 0 20px;
		text-decoration:none;
		text-align:center;
		border-right: 2px ridge rgb(255,255,255);
		font-size: 13px;
		letter-spacing: 0.1em;
			}

#wellapic #fb {float:right;border:0;margin:18px 10px 0 0;}

/* ************* Navigation ************* */
#head table { width:834px; }
#head td {
		height: 77px;
		width: 138px;
		margin: 0;
		padding: 0;
}

a.navi{
		height: 77px;
		width: 139px;
		display:block;
		text-align:center;
		line-height:77px;
		text-decoration:none;
		color: #fff;
		background-image: url(../images/button.png);
		background-repeat: no-repeat;
		font-size: 13px;
		letter-spacing: 0.1em;
		text-shadow:#000 1px 1px 1px;
		outline-style: none;
}

a.navi:hover{
		color: #fdd;
		background-image: url(../images/buttono.png);
}

.textlink	{
	text-decoration: none;
	color:		rgb(245,245,245);
	}

.textlink:hover	{	color: rgb(215,170,170); }
