body {
	font: 12px Arial, Helvetica, sans-serif;
/* background: #ffffff url(images/multicolor1.gif);  */

/* 	background: #ffffff url(images/main-bg.gif); */
/* background-color:#303a3c; */
	padding: 0;
	margin: 0;
}

#pageWrap {
	width:					500px;
	background-color:		transparent;
	margin:					25px auto;
}

#pageBody {
	width:					100%;
}

div.hoverBtn {
	position: 		relative;
	float:			left;
/* 	background:		black url(images/navBG.png) repeat-x 0 0 scroll; */
	background: #a2ff2a;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
/* 	background:		white url(images/navHover.png) repeat-x 0 0 scroll; */
	background: #dfffb5;
}

/* button 2  */
div.hoverBtn2 {
	position: 		relative;
	float:			left;
/* 	background:		black url(images/navBG.png) repeat-x 0 0 scroll; */
	background: #fe0000;
}
div.hoverBtn2 a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn2 div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
/* 	background:		white url(images/navHover.png) repeat-x 0 0 scroll; */
	background: #ff4747;
}
/* button 3  */
div.hoverBtn3 {
	position: 		relative;
	float:			left;
/* 	background:		black url(images/navBG.png) repeat-x 0 0 scroll; */
	background: #0090ff;
}
div.hoverBtn3 a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn3 div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
/* 	background:		white url(images/navHover.png) repeat-x 0 0 scroll; */
	background: #68bdff;
}

/* button 4  */
div.hoverBtn4 {
	position: 		relative;
	float:			left;
/* 	background:		black url(images/navBG.png) repeat-x 0 0 scroll; */
	background: #eaff00;
}
div.hoverBtn4 a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn4 div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
/* 	background:		white url(images/navHover.png) repeat-x 0 0 scroll; */
	background: #f8ffac;
}
/* button 3  */
div.hoverBtn5 {
	position: 		relative;
	float:			left;
/* 	background:		black url(images/navBG.png) repeat-x 0 0 scroll; */
	background: #ff01c1;
}
div.hoverBtn5 a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		1.1em;
	text-decoration:	none;
	color:			#000;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn5 div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
/* 	background:		white url(images/navHover.png) repeat-x 0 0 scroll; */
	background: #ff88e2;
}

h1 {
	font-size:		2.0em;
	margin:			0.5em 0;
}
p {
	padding-top:	10px;
	margin:			0.5em 0;
}

.clear	{ clear: both; }

.title{
/* color: #ff003e; */
color: #000000; 
font-weight:bold;
font-size:12px;
}
.userlink a{
text-decoration:none;
/* color:#FF003E; */
color:#15ADFF;
}

.userlink a:hover{
text-decoration:none;
color: #FFFFFF;
}

div.content1 {
background: #01aefd;
border: 5px solid black;
 height:100%;
min-height:250px;
padding:10px;
float:left;
width:502px;

}
div.content2 {
background: #a2ff2a;
margin-top:3px;
border: 5px solid black;
 height:100%;
min-height:250px;
padding:10px;
float:left;
width:502px;

}
div.content3 {
background: #ff01c1;
margin-top:0px;
border: 5px solid black;
 height:100%;
min-height:250px;
padding:10px;
float:right;
width:300px;
}

div.content12 {
background: #01aefd;
border: 5px solid black;
 height:100%;
min-height:250px;
padding:10px;
float:left;
width:100%px;
margin-top:3px;

}