body {
	margin: 0;
	padding: 0;
	
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;
	background: #ECECDF url(../images/back_sides.gif) center repeat-y;
}

/* Grey background */
/* background: #ECECDF url(../images/back_sides.gif) center repeat-y; */
/* background: #DAE5EE url(../images/back_sides_winter.gif) center repeat-y; */
/* background: #4CFE95 url(../images/back_sides_spring.gif) center repeat-y; */

#photoholder {
	width:400px;
	height:300px;
	border:0px solid #666;
	background:#fff url('../images/loading.gif') no-repeat 50% 50%;
}
#thephoto {
	width:400px;

}
.user_name {
	font-weight:bold;
	color:#33CCFF;
}
.wall_text {
	color:#6633FF;
	white-space:pre-wrap;
}
h1 {
	font-size: 20px;
}
TABLE {
	margin-bottom:0em;
	border-collapse:collapse;
}
TH {
	font-weight:normal;
	font-style:italic;
	white-space:nowrap;
	text-align:left;
}
TD, TH {
	vertical-align:top;
	
	padding:0em 0em;
	border:0px solid #ddd;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0;
	font-size: 12px;
	line-height: 18px;
}

/* Normal links */
a:link, a:visited {
	color: #d30;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #000;
	text-decoration: underline;
}

a.inactive:link, a.inactive:visited {
	color: #CECEB5;
}

SPAN.arabic { text-align: right;
font-size: 120%; }

SPAN.english { font-face: Times New Roman;
font-size: 100%; }
