body {
	margin:10px 0px; padding:0px;
	text-align:center;
	}

img{
	border:0;
}

#contain {
	width: 800px;
	min-height: 700px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #2A644B;
	padding: 0;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
	background-image: url(img/backstrip.gif);
	background-repeat: repeat-y;
}
	
html>body #contain{
	
	min-height:auto;
	
	
	}
	
#masthead{
	margin:0;
	height:105px;
	background-image: url(images/top_pannel.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom:1px solid #2A644B;
}

#menu{
	margin-left:220px;;
}

/* mac ie 5 backslash hack v2 \*/
#menu{
	margin-left:220px;
}
/* end hack */

/* mac ie 5 backslash hack v2 \*/
html>body #menu{
		margin-left:180px;
}
/* end hack */




#menu ul{
	margin-left:0px;
	margin-right:0;
}


#menu ul li{
	display:inline;
	float:left;
	width:auto;
	text-align:center;

	font-family:sans-serif;
	font-size:14px;
	margin:0;

}

#menu a{
		display:block;
		text-decoration:none;
		font-weight:normal;
		color:white;
		padding:5px;
		font-size:12px;
		background-color: #2A644B;
		border:1px solid #549076;
}


/* commented backslash hack v2 \*/
#menu a{font-weight:bold; text-decoration:none; color:#FFFFFF; font-size:14px;}
/* end hack */

#menu a:hover{
	background-color: #9C6383;
}

#mainContent{
	background-image: url(images/img/main_backing.gif);
	background-repeat: no-repeat;
	margin-right:222px;
	height:auto;
}

* html #mainContent{
	height:450px;
}

#mainContent .intro{
	text-align: right;
	line-height: 230%;
	font-size: 22px;
	border-bottom: 1px solid #2A644B;
	background-image: url(images/img/intro_backing.gif);
	background-repeat: no-repeat;
	margin: 0;
	width: auto;
	padding: 23px 15px 23px 15px;
}
#mainContent .intro a{
	text-decoration:none;
	color:#9C6383;
}

#mainContent p,h1,h2{
	padding: 2px 10px 2px 10px;
}

#mainContent h1{
	color: #9C6383;
	font-size: 22px;
	margin: 10px 10px 10px 0;
}

#mainContent h2{

	color:#2A644B;
	font-size:14px;
	font-weight:normal;
	margin-right:10px;
}

#mainContent ul{
	color:#9C6383;
	font-size:14px;
	font-weight:normal;
	margin-left:10px;
	margin-right:10px;

}

#mainContent form{
	font-size:14px;
	font-weight:normal;
	margin-left:25px;
}

#mainContent p{
	color: black;
	font-size: 12px;
	padding: 0;
	margin: 0 5px 10px 10px;
	line-height: 150%;
}

#sideBar{
	float:right;
	padding:25px;
		display:table-cell;
}


/*___________ sub page __________________________ */

#submenu{
	float:left;
	width:150px;
	margin-top:40px;
	padding:0;
}

#submenu ul{
	
	list-style: none;
	margin-left:10px;
	padding:0;
}
#submenu li{
	padding-bottom:10px;	
	width:200px;
}
#submenu a{
		color:#9C6383;
		font-size:16px;
		font-weight: bold;
		text-decoration:none;
}

/*_______________________ home news _____________________ */

.homeNews{
	margin: 0;
	padding:  0 0 0 10px;
}

.homeNews a{
color:#9C6383;
text-decoration:none;
font-size:15px;
}


.homeClass{
	color:#9C6383;
	font-size:14px;
	margin-left:5px
	font-weight:bold;
}

#article{
	margin-left:210px;
}

#article a{
		font-weight:bold;
		color: #2A644B;
}

#bottomBar{
	height:10px;
	border-top:1px solid #2A644B;
}

html>body #bottomBar{
	height:auto;
	min-height:10px;
	border-top:1px solid #2A644B;
}

#bottomBar .left{
	margin-right:200px;
}

#bottomBar .middle{
	border-left:1px solid #2A644B;
	float:right;
	width:200px;
	min-height:20px;
}

#bottomBar .right{
	float:right;
	width:200px;
}

#bottomBar p,h1{
	padding: 10px 10px 10px 10px;
}

#bottomBar p{
	color:#2A644B;
	font-size:14px;
	margin-right:20px;
}

#bottomBar a{
	color: #9C6383;
}

/*____________________forum css _______________________*/

.post{
	border-left:1px solid #9C6383; width:auto;
}
.post .heading{
	background-color:#9C6383; 
	color:white; 
	font-size:12px; 
	padding:2px;
}

.post .date{
		font-size:11px; 
}

.post a{
			font-size:11px; 
			width:90px;
			color:#9C6383;
			padding:3px;
			text-decoration: none;
}


.post .user{
	font-size:12px;
	color:#9C6383;
}

/*____________________classified ______________________*/

.classified{
	 width:340px;
	  margin-left:8px;
	 }



/*____________________ form css_______________________ */

form{
	margin:0;
	padding:0;
}

label{
	display:block;
	color:#9C6383;
	font-size:17px;
}
.inputText{
	display:block;
	border:1px solid #9C6383;
	width:250px;
	
}

.mand{
	clear: both;
	font-size:11px;
	color:#9C6383;
	margin:0;
	padding:5px;
	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
}
address {
	display:inline;
	font-style: normal;
}

.mand a{

	color:#9C6383;

}

.topper{
	font-size: 12px;
	padding:10px;
}

