@charset "utf-8";
body { 
	background-color:#8A8274; 
	margin:0;
}
img { border-width:0px; }
.border {
	position:absolute;
	background-color:#EEB542;
}
p {
	margin:0;
	padding: 10px 10px 0px 15px;
	font-family:Vrinda, Verdana, Geneva, sans-serif;
	line-height: 18px;
	font-size: 16px;
	font-weight:normal;
	color: #FFF;
	/* text-align:justify; */
	cursor:default;
	text-shadow: 3px 3px 5px #000; /* CSS3 */
	/* filter: progid:DXImageTransform.Microsoft.Glow(Color='#8A8274', Strength=3); IE */
}
.connect {
	color:#f8cf84;
}
.connect a { color:#f8cf84; text-decoration: underline;  }
.connect a:hover { color:white; text-decoration: underline;  }
#text {
	position:absolute;
	left:32px;
	top:120px;
	width: 565px;
	height: 280px;
	margin:0px;
	padding:0px;
}
#content {
	left:0px;
	top:36px;
	width:700px;
	height:500px;
	position:relative;
	margin:0px auto;
	text-align:left;
}
#cobble {
	position:absolute;
	left:32px;
	top:120px;
	width: 565px;
	height: 280px;
	margin:0px;
	padding:0px;
	background-color:#000;
	/* Transparency */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";   
	filter: alpha(opacity=50); /* IE 5-7 */ 
	-moz-opacity: 0.5; /* Netscape */  
	-khtml-opacity: 0.5; /* Safari 1.x */
	opacity: 0.5;  /* standard */ 
	/* Rounded corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	-khtml-border-radius: 10px; 
}
#border-top {
	position:absolute;
	left:0px;
	top:0px;
	width:700px;
	height:36px;
}

#border-left {
	position:absolute;
	left:0px;
	top:36px;
	width:36px;
	height:464px;
}

#body {
	position:absolute;
	left:36px;
	top:36px;
	width:628px;
	height:428px;
	background-image:url('images/body.jpg');
}

#border-right {
	position:absolute;
	left:664px;
	top:36px;
	width:36px;
	height:464px;
}

#border-bottom {
	position:absolute;
	left:36px;
	top:464px;
	width:628px;
	height:36px;
}
