body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #808080;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.oneColElsCtr #container {
	width: 918px;
	background: #000000;
	background-image:url(images/mainbg.gif);
	background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding-right:0px;
}
.oneColElsCtr #mainContent {
}
.leftside {
	padding-right:30px;
	padding-left:50px;
	}
	
.mypets{ /*header of 1st demo*/
cursor: hand;
cursor: pointer;
padding: 2px 5px;
border: 1px solid gray;
background: #E1E1E1;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
color: green;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
.footer {
	background: #2eaa4a;
	color:#FFFFFF;
	font-size:16px;
}
.footer a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.footer a:link {
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.main {
	margin-right:10px;
	margin-left:10px;
}
.maino {
	margin-right:10px;
	margin-left:10px;
	direction:rtl;
}
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }
.server {
	font-size: 18px;
	font-weight: bold;
	color: #289E2A;
	margin-top:15px;
}
.serverin {
	margin-right: 20px;
}
.servertop {
	margin-top: 20px;
}