/* CSS Document */


body {
	margin:0px;
	padding:0px;
	background-image:url(images/revs/wallpapr.jpg);
}
#wrap0	{
	width:100%; height:20px;
	background-color:#FF6600;
}
#wrap	{
	padding-top:0px; padding-bottom:10px;
}
	
#leftcontent {
	float:left;
	width:75%;
	background:#933; /*margin-right:20px;*/
	background-image:url(images/revs/contentbg.jpg);
	background-position:right; background-repeat:repeat-y;
}
#leftcontent #txt	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; line-height:17px;
	color:#FFFFFF;
	text-align:left;
	padding:30px 40px 20px 30px;
}

.blogcase	{
	width: 100%;
	background-color:#FFFFFF;
	color:#333333;
	margin-bottom:20px;
}
.blogcase_title	{
	height:64px;
	background-image:url(images/revs/titlelefthead.jpg);
	background-position:left; background-repeat:no-repeat;
	text-align:left; 
}
.blogcase_title #text	{
	padding-top:30px; padding-left:30px; font-size:13px;
	color:#666666;
}
.blogcase_title_right	{
	float:right;
	height:64px;
}
.blogcase_content	{
	margin-top:10px;
	margin-right:10px;
	margin-left:15px;
	padding:15px;
	background-color:#EFEFEF;
}
.blogcase_foot	{
	height:22px;
	background-image:url(images/revs/titleleftfoot.jpg);
	background-position:left; background-repeat:no-repeat;
}
.blogcase_foot_right	{
	float:right;
	height:22px;
}

#leftcontent #txt #date	{
	width:145px;
	font-size:15px; margin-left:30px;
	padding:5px 5px 5px 5px;
	background-color:#FFFFFF;
	color:#333;
}
#leftcontent #txt #title	{
	font-size:13px; 
	color:#CF0; padding:10px;
	/*background-color:#A04747;*/
	background-image:url(images/revs/titlebg.jpg);
	background-position:left; background-repeat:no-repeat;
}

#leftcontent #sub	{
	font-size:10px;
}


#txtbg	{
	background-color:#9B3B3B;
	padding:10px;
	border-bottom:#A84545 solid 1px;
}


#head	{
	width:100%;
	height:109px; background-image:url(images/revs/hedrbg.jpg);
	background-repeat:repeat-x;
}
#headlft	{
	width:220px; height:109px;
	float:left;
}
#headrht	{
	height:109px;
	float:right;
}

#foot	{
	width:100%;
	height:50px; background-image:url(images/revs/ftrbg.jpg);
	background-repeat:repeat-x;
}

#footrght	{
	width:279px; height:50px; float:right;
}

#wrap #foottxt	{
	/*clear:both;*/ font-family:Arial, Helvetica, sans-serif;
	font-size:11px; color:#ccc;
	text-align:left; padding: 8px 0px 8px 45px;
}

#rightcontent { 
	text-align:left; 
	font-size:11px;
	color:#F93;
	background-image:url(images/revs/sidebarbg.jpg);
	background-position:right;
	
}
#right_logo_holder	{
	float:left;
}
#right_side	{
	width:23%;
	float:right; margin-right:15; padding-right:15px;
}

#rightcontent ul	{ 
	padding-top:0px;
	line-height:20px;
	font-size:12px; padding-right:75px; 
	
	/*background-color:#333;*/
}

#rightcontent li { 
	border-bottom:dotted 1px #999999; margin-left:-15px;

}
