  
/* default styles
   -------------- */
   
body { 
	padding: 0px; 
	margin: 0px; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #AFA0AD; 
	color: #454545; 
}
h1{
	font-size:16px;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#CF620A;
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

p {	margin: 0 0 5px 0; padding:0px 0px 0px 7px; }

ul { margin: 0; padding : 0px 0px 0px 0px;  }


/* layout
   ------ */

.header { 
	height: 185px;
	background: #eee;
	color: #808080;
	margin: 0;
	padding: 0 0 0 0;
	border-bottom: px solid #ccc;
	WIDTH: 800px; background-image:url(bg.jpg); background-position:top; background-repeat:no-repeat;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #BA45E3;
	width:800px;
}

.bar li { 
	margin: 0; 
	padding: 4px 4px 4px 12px;
	color: #FFEADC;
	background: #BA45E3;
	float: left;
	list-style:none; 
}

.bar li.active { 
	background: #A225BE url(bar.gif) no-repeat center top; 
	color: #fff;
	font-weight: bold; 
	padding: 7px 10px 6px 10px;
	list-style:none;
}

.bar li a { 
	font-weight: bold;
	color: #FFF; 
	background: inherit;
	text-decoration: none;
} 

.bar li a:hover { 
	color: #000000; 
	background: inherit;
} 

.search_field { 
	background:#FDE3F9;
	color: #373737;
	clear: both;
	font-weight: normal;
	padding: 7px 10px 10px 10px;
	margin: 0px 0;
	width:780px;
}


/* left side
   --------- */

.left {
	float: left;
	width: 595px;
	margin: 0 0 0px 0;
	border-right:1px solid #BA45E0;
	background:#FDE3F9;
}

.left h3 {
	clear: both;
	background: #BA45E3;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}
.normal_text{
	padding-left:10px;
	background:#FDE3F9;
}
	
		
/* right side ---------- */
		
.right {
	width:200px;
	margin: 0 0 0px 0;
	float: right;
	background:#FDE3F9;
	
}

.right h3 {
	background: #A225BE;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1em Tahoma, Arial, Sans-Serif;
	margin: 0 0 0px 0;
}

.right_articles {
	background:#FDE3F9;
	color: #414141;
	padding: 8px;	
	margin: 0 0 0px 0;
}

.content { 
	margin: 0 auto;
	width: 800px;
	padding: 0px;
	background-color:#FDE3F9; 
}
	

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top:1px solid #BA45E0;
	line-height: 1.8em;
	background:#FDE3F9;
	width:800px;
}

.footer a { color: #808080; }

/*Body Links*/
.body_links{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
	color:#E0691A;
}
.body_links:hover{
	font-size:12px;
	text-decoration:underline;	
	color:#E0691A;
}

/* Google ADs */
.left_box { margin: 0 0 10px 0; color: #000; background: #FDE3F9; padding: 3px 0; height:250px; }

.middle_block{
	width:300px;
	height:250px;
	float:left;
}
.middle_block_img{
	width:270px;
	float:right;
}
/*New Added Classes*/

#row_large {
background-color: #FDE3F9
}
#row_large #cell_large {
display: inline;
}

#row_small {
width:800px;
position:relative;
margin:0px auto;
}
#row_small #cell_small {
display: inline;
}
