/* CSS Document */
#body
{
	margin: 0 auto;
	padding: 0 auto;
	background:../images/marigold.jpg;
	
}
#container
{
	margin: 0 auto;
	padding: 0 auto;
	width:950px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
}
#maincontent
{
	clear:both;
	height:auto;
}
#header{
	background:#333;
	height:200px;	
}

#sidebar{
	font-size:13px;
	width:240px;
	height:auto;	
	float:left;
	border:1px solid;
}
#sidebar ul
{
list-style-type: none;
padding-left:15px;
}
#sidebar ul li
{
list-style-type: none;
padding:3px 0;

}

#sidebar ul .title
{

font-weight:bold;
font-size:15px;
padding:15px 0;
margin-right:15px;
font-family:verdana;
border-bottom: 1px solid #999;

}

#sidebar ul a:link, a:visited , a:active{
	
	COLOR:#000;
	text-align:left;
	text-decoration:none;
}
#sidebar li a:hover{
	
	color:#fff;
	background:#666;
}
#sidebar ul a.li:hover{
	
	color:#fff;
	background:#666;
}
#content{
	height:auto;
	padding-left:275px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

.pagetitle
{
	text-align:center;
	padding-left:10px;
	color:#D27DA8;
	font-size:20px;
	font-weight:bold;
	padding-bottom:25px;
	padding-top:15px;
}

#contentforloggedoout{
	height:auto;	
}

#footer{
	clear:both;
	background:#333;
	height:50px;	
}

.error
{
	color:#ff0000;
}

.msg
{
	color:#0000ff;
}


	.mainsocialbox
{
float:right;
width: 400px;
height:auto;
padding-right:130px;
padding-bottom : 10px;
}

.socialbox
{
float:left;
height:auto;
width:350px;
/*background-color:#3366CC;*/
}
.socialtext1
{
float:left;
height:auto;
width: 120px;
/*background-color:#00FF99;*/
}
.socialtext2
{
float:left;
height:26px;
width: 160px;
/*background-color:#CC66FF;*/
}
.textbox2
{
float:left;
height:26px;
width:50px;
/*background-color:#999999;*/
}
.socialtext3
{
float:left;
height:20px;
width: 50px;
/*background-color:#99CCFF;*/
background-image:url(../images/icon_add.png);
background-repeat:no-repeat;
margin-top:3px;

}
.crosssign
{
float:left;
height:20px;
width: 30px;
background-image:url(../images/icon_close.png);
background-repeat:no-repeat;
margin-top:3px;

}

