body {
	background:#FFFDEB;
}
table, body {
	font-family:verdana,arial,ms-serif;
	font-size:12px;
}
div#shadow, div#page {
	height:440px;
	width:720px;
	background:#E1B1A4;
}
div#page {
	position:relative;
	top:-7px;
	left:-7px;
	background:#9C0000;
	text-align:center;
	padding:10px;
}
.flag td  {
	padding:45px 30px 15px 30px;
}
.flag img  {
	border:2px black solid;
}
td.flag img {
	border:1px black solid;
	margin:10px;
}
div#welcomMessagePlace {
	font-size:18px;
	color:#FFFDEB;
	text-align:center;
	letter-spacing:1px;
	line-height:25px;
	word-spacing:2px;
}
table#header td {
	padding:10px 30px;
}
table#header img {
	cursor:pointer;
}

table#main td {
	padding:0px 5px;
}
div#menuShadow {
	background:#E1B1A4;
	/*width:200px;*/
	height:410px;
	margin:20px;
}
div#menu {
	position:relative;
	top:-7px;
	left:-7px;
	/*width:200px;*/
	height:480px;
	background:#FFFDEB;
	text-align:center;
	padding:10px;
}
div#mainShadow {
	background:#E1B1A4;
	/*width:200px;*/
	/*height:420px;*/
	margin:10px 10px 0px 10px;
}
div#main {
	position:relative;
	top:-7px;
	left:-7px;
	/*width:200px;*/
	/*height:100%;*/
	background:#FFFDEB;
	text-align:center;
	padding:10px;
}
#footer a, a#unlogLink {
	color:white;
	text-decoration:none;
}
#footer a:hover, a#unlogLink:hover {
	color:#E1B1A4;
}

/* ***** */
/* FORUM */
/* ***** */

#forum .call {
	cursor:pointer;
}
#forum a {
	color:#9C0000;
}
#forum input, #forum textarea {
	width:300px;
}
#forum textarea {
	height:100px;
}
#forum .cellcolor1 {
	background:#fff5eb;
	padding:15px 5px;
}
#forum .cellcolor2 {
	background:#FFFDEB;
	padding:15px 5px;
}
#forum table {
	border-collapse:collapse;
	margin:10px;
	border:0px;
}
#forum table td {
	border:0px;
}
#forum h4, #forum h5, #forum h6 {
	margin:0px;
	padding:0px;
}