body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */
	/*text-align: center;*/ /* centers the #Container element in IE5.x/win */
}

/* fix for pop-up window to expand full width */
body.showBlockL1R1, body.showBlockL1R0, body.showBlockL0R1, body.showBlockL0R0 {
	text-align: center; /* centers the #Container element against IE5.x/win */
	background: #fff url(../images/bg.jpg) repeat-y center top; /* this BG tiles the area outside the Container */
}

/****************** Main Page Structure *****************/
#Container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
/*	border: 1px solid #dee7e7;*/
	text-align: left;
	font-size: 12px; /* set global font-size here */
	position: relative;
}
/** html #Container {
	width: 952px;
	w\idth: 950px;
}*/	/* you need ie hack if side border attached to Container */

.showBlockL1R1 #Container {
	background: #fff;
}
.showBlockL1R0 #Container {
	background: #fff;
}
.showBlockL0R1 #Container {
	background: #fff;
}
.showBlockL0R0 #Container {
	background: #fff;
}

/*************** Header and Footer elements *****************/

#Header {
	width: 950px;
	background: #ff0000;
	color: #fff;
	height:85px;
}
#siteLogo {
	float: left;
	vertical-align:middle;
	margin:10px 0 0 10px;
}
#header_navi {	/* only for a demonstraion */
	display: block;
	float: right;
	margin: 10px 10px 0 0;
	font-size: 12px;
	text-align:right;
}
#header_navi a{ color:#FFFFFF;}
#header_navi a:hover{ color:#FFFFFF; text-decoration:underline;}

#Banner { float: right; padding: 10px 20px 0 0; }
#SiteName, #SiteSlogan { position: absolute; left: -999em; }

#menu{
	width: 950px;
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #666;
	height:45px;}
#menu ul {list-style:none;}
#menu li {float:left;}

#Footer {
	width: 940px;
	clear: both;
	height: 40px;
	position: relative;
	text-align: left;
	background: #fff url(../images/dots.gif) repeat-x left top;
	color: gray;
	padding:5px 0 0 10px;
}

/************ main columns **********/
#Main {
	background: transparent;
	text-align: left;
	color: #000;
	float: left;
	position: relative;
	margin: 0 0 10px;
	padding: 0;
}
.showBlockL1R1 #Main {	/* for 3 columns */
	width: 480px;
	left: 220px;
}
.showBlockL1R0 #Main {	/* for 2 cols of left and center */
	width: 730px;
	left: 220px;
}
.showBlockL0R1 #Main {	/* for 2 cols of center and right */
	width: 700px;
	left: 0;
}
.showBlockL0R0 #Main {	/* center only */
	width: 950px;
	float: none;
}

#edit-box{
	width:472px;
	padding:10px 0 20px;
	margin:0 auto;
	font-size:10px;
	background-color:#FFFFFF;
}
#edit-box p{
margin:0; padding:0;
}
#edit-box h2{
margin:0; padding:0;
}
.edit-area{
	width:460px;
	padding:10px 0 0 10px;
	margin:0px;
	background:url(../images/top/top_cont_side.gif) repeat-y;
}
.edit-img{
margin-top:10px;
}
#edit-box .textFloat{
float:right;
width:230px;
margin:10px 10px 0 0;
line-height:1.4;
}

div.blog_box  {  
     width: 240px;  
     background: url(../images/top/blog_box_bottom.gif) no-repeat bottom;   
     margin-bottom: 40px;  
}  
div.blog_box .blog_box_in  {  
	background: url(../images/top/blog_box_top.gif) no-repeat;  
    padding: 25px 20px;
} 
.blog_box_in p{ margin:10px 0; padding:0; line-height:120%; border-bottom:1px #ccc dotted; } 

#Left {
	width: 220px;
	height: auto;
	display: inline;
	float: left;
	position: relative;
	margin: 0 0 10px;
	padding: 0;
}
.showBlockL1R1 #Left {	/* for 3 cols */
	left: -480px;
}
.showBlockL1R0 #Left {	/* for 2 cols of left and center */
	left: -730px;
}

#Right {
	width: 250px;
	height: auto;
	margin: 0 0 10px;
	padding: 0;
	display: inline;
	float: right;
	position: relative;
}

/************** blocks and modules ****************/
/* columns of xoops */
#ModuleContents {
	margin: 10px 10px 0;
	padding: 0;
	position: relative;
	background: #fff;
}
#Wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	clear:both;
}
#CenterLColumn {
	float: left;
	width: 49%;
	margin: 0;
	padding: 0;
}
#CenterRColumn {
	float: right;
	width: 49%;
	margin: 0;
	padding: 0;
}

#topmain{ padding:10px; }
.top_left{ float:left;}
.top_right{ float:right;}

#Left .block {
	border: 1px solid #ccc;
	background: #fff;
	margin: 10px 10px 0;
	padding: 0;
}
#Right .block {
	background: #fff;
	margin: 10px 0 0;
	padding: 0;
}
#CenterLColumn .block {
	margin-right: 0;
}
#CenterRColumn .block {
	margin-left: 0;
}

/*.blockTitle {
	height: auto;
	padding: 5px;
	background: #ddd;
	color: #639ACE;
	font-weight: bold;
	font-size:1em;
	border-bottom: 1px solid #c2cdd6;
}*/
#Left .blockTitle{
	color: #EC8C80;
	font-weight: bold;
	background: url(../images/ltitle.gif) no-repeat left top;
	padding-top: 2px;
	padding-left: 25px;
	height: 22px;
}

#Right .blockTitle {
	padding: 2px
}

.blockContent {
}

/************** Special Fixes *************/
img { max-width: 100%; }
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #Container,
* html #Main,
* html #Wrapper,
* html #Left,
* html #Right,
* html .block,
* html #Main a,
* html #Wrapper a,
* html #Left a,
* html #Right a,
* html #mainmenu a,
* html #usermenu a
{height: 1%;}
/* Holly hack */

/**************** Utility Rules *******************/
.skip {
	position: absolute;
	left: -999em;
}

/*\*/ /*/
#mainmenu a:hover,
#usermenu a:hover {
	position: relative;
}
/* this fixes an IE/mac hover bug in the left column, hidden from other browsers */

.clearFix:after {	/* www.positioniseveytthing.net */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
.clearFix {display: block;}
/* End hide from IE-mac */

