/* CSS Document */



h1
{
	font-size:16px;
	text-align:center;
}
a
{
		color:#5189a2;
		text-decoration:none;
		outline: none;

}
a:hover
{
		color:#5189a2;
		text-decoration:underline;

}

.mainp{
	color: #FFF;
}

#wrapper
{
	margin:auto;
	width:800px;
}

#header
{
	margin-top:-10px;;
}

.button
{
	background-color:#666666;
	border:1px solid #cccccc;
	color:#ffffff;
	padding:1px 2px 1px 2px;
}

.textbox
{
	background-color:#666666;
	border:1px solid #cccccc;
	color:#ffffff;
	padding:2px 2px 2px 2px;
}


#leftcontent
{
	width:800px;
}

#images img
{
	  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}

#images img:hover
{
	  /* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;
}


#login li	
{
	display:block;
	vertical-align:center;
	font-size:12px;	
	float:left;
}

#loginarea
{
	background-image:url("../images/bg.jpg");
	background-repeat:repeat-x;
	height:50px;


}

#loginarea a
{

	height:45px;
	width:50px;
	display:inline-block;
	line-height:45px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	text-decoration:none;
		color:#ffffff;
}

#loginarea a:hover
{
	text-decoration:underline;
}

#footerone
{
	width:750px;
	text-align:center;
	margin: 10px auto;

	
}

/*#footerone img
{

/* for IE */
  filter:alpha(opacity=30);
  /* CSS3 standard */
  opacity:0.3;

	
}
#footerone img:hover
{

/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1;

	
}*/

#footerone li
{
	
	text-align:center;
	display: inline-block;
}

#footerone ul
{
	list-style-type: none; 
}

#links {
	background-color: #FFF;
	width: 600px;
	height: 70px;
	margin: 0 auto;
	border: 2px solid #606060;
}
