
body {
	background-color: #BF8353;
	color: #4F3118;
	font-family: tahoma, times;
	margin: 8px;
}

a {
	color: #AF722B;
	font-weight: bold;
	border: 1px dashed #EF9C3B;
	text-decoration: none;
}

a.img {
	border: 0px;
}

p {
	text-align: justify;
}

img {
	margin: 3px;
	border: 0px;
}

img.left {
	float: left;
}

img.right {
	float: right;
}	

div#title {
	text-align:right;
	margin-bottom: 25px;
}
	
table
{
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: auto;
	width: 98%;
}

td#ledge {
	background-image: url(pics/ledge.png);
	background-repeat: repeat-y;
	width: 12px;
}

td#ulcorner {
	background-image: url(pics/ulcorner.png);
	width: 12px;
	height: 19px;
}

td#dlcorner {
	background-image: url(pics/dlcorner.png);
	width: 12px;
	height: 19px;
}

td#redge {
	background-image: url(pics/redge.png);
	background-repeat: repeat-y;
	width: 12px;
}

td#urcorner {
	background-image: url(pics/urcorner.png);
	width: 12px;
	height: 19px;
}

td#drcorner {
	background-image: url(pics/drcorner.png);
	width: 12px;
	height: 19px;
}

tr { margin: 0px; padding: 0px; border: 0px; /*1px solid black;*/ }
td { margin: 0px; padding: 0px; border: 0px; /*1px solid black;*/ }

div#header {
	text-align: left;
}

div#menu {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-top: 10px;
}

div#upperedge { 
	height: 19px;
	margin: auto;
	/*width: 100%;*/
	background-image: url(pics/upper.png);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
}

div#downedge { 
	height: 19px;
	margin: auto;
	/*width: 100%;*/
	background-image: url(pics/down.png);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
}


div#content {
	background-image: url(pics/tile.png);
	background-repeat: repeat;
	/*width: 100%;*/
	margin: auto;
	min-height: 400px;
	padding: 5px;
}

div#footer {
	text-align: right;
	font-size: small;
	width: 97%;
	margin: auto;
	margin-bottom: 30px;
}

img#me {
	z-index: 2;
	position: absolute;
	left: 38px;
	top: 133px;
}

img#jap {
	z-index: 2;
	position: absolute;
	left: 110px;
	top: 85px;
}

img#uec {
	z-index: 2;
	position: absolute;
	left: 182px;
	top: 133px;
}

img#links {
	z-index: 2;
	position: absolute;
	left: 38px;
	top: 197px;
}

img#imi {
	z-index: 2;
	position: absolute;
	left: 110px;
	top: 250px;
}

img#res {
	z-index: 2;
	position: absolute;
	left: 182px;
	top: 197px;
}

img#menuimg {
	margin: 8px;
}

img#counter {
	float: left;
	margin: 0px;
}