.div {
border: 1px solid #FF0000;
}
Body {
	background-image: url(images/bg.jpg);
	background-color:#FFFFFF;
	text-align:center;
}

#Main {
	width: 98%;
	background-color:#25005B;
	padding:2px;
	text-align:right;
}

#Header {
	background-color:#500DB3;
	width:100%;
	height:100px;
	
	
	background-image:url('/templates/brew/images/logo.gif');
	background-repeat:no-repeat;
	background-position:left center
}

#Header #EnglishLogo
{
	width:60%;
	float:left;
	text-align:left;
	padding:5px;

}
#Header #EnglishLogo #EnglishText
{
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
}

#Header #PersianLogo
{
	width:38%;
	height:100%;

	float:right;
}

#LangBar {
	color:#f2f2f2;
	padding:3px;

}

#Menu {
	height:17px;
	padding-top:2px;
	padding-bottom:2px;

}

#Body {
	background-color:#D8CFD8;
	width:100%;
}

#Body #RightBar {
	padding:2px;
	width:23%;
	height:100%;
	float:right;
	border-left: solid #CECABE 4px;
	background-color:#F4F3F1;
	border-bottom: solid #CECABE 4px;
}

#Body #CenterBar {
	padding:2px;
	height:100%;
	float:right;
	width:37%;
}

#Body #CenterCell {
	padding:2px;
	height:100%;
	float:right;
	width:65%;
	
	background-color:#F4F3F1;
}


#Body #LeftBar {
	padding:2px;
	height:100%;
	width:23%;
	float:right;
	border-right: solid #CECABE 4px;
	border-left: solid #CECABE 4px;
	border-bottom: solid #CECABE 4px;	
	background-color:#F4F3F1;
}

#Body #AdBar {
	padding:2px;
	height:100%;
	width:13%;
	float:left;

}


#Body #RightAd {
	padding:2px;
	height:100%;
	width:15%;
	float:right;
	min-width:125px;
}

#Body #LeftAd {
	padding:2px;
	height:100%;
	width:15%;
	float:left;
	min-width:125px;
}


#Body #Footer {
	clear: both;
}

.Box {}

.BoxTitle {
	color:#B45101;
	font-weight:bold;
	vertical-align:middle;
}

.BoxBody {
	text-align:justify;
	padding-left:4px;
	padding-right:4px;
	min-height:10px;
	_height:10px;
}

.DListItem {
	margin-bottom:10px;
}

.ListItem {
	margin-bottom:8px;
}
.indicator {
	padding: 3px;
}

hr {
	border: solid 1px #cccccc;
}

