@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0px;
/*	color:#FFFFFF;*/
}

h1 {
	border:none;
	padding:0px;
	margin:0px;
	float:left;
}

a:link, a:visited {
	color:#EC9DDC;
}

a:hover {
	color:#faa7e9;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:15px;
	margin-top:10px;
	margin-bottom:10px;
}

#header {
	width:100%;
	float:left;
}

#buttoms {
	background:url(../images/bg_buttoms.gif) repeat-x;
	height:25px;
	float:left;
	width:100%;
	text-align:right;
}

#buttoms a:link, #buttoms a:visited{
	display:block;
	height:20px;
	font-size:14px;
	font-weight:bold;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding-top:5px;
	margin-right:20px;
	_margin-right:15px;
	padding-left:30px;
}

#buttoms a:hover, .selected {
	background:url(../images/bullet_buttom.gif) no-repeat left;
}

#buttom {
	float:right;
	margin-right:20px;
}

#column_left {
	width:400px;
	float:left;
}

.buttom_left a:link, .buttom_left a:visited {
	display:block;
	height:78px;
	background:url(../images/share_your_thoughts.gif) no-repeat top;
}

.buttom_left a:hover {
	background:url(../images/share_your_thoughts.gif) no-repeat bottom;
}

.buttom_left2 a:link, .buttom_left2 a:visited {
	display:block;
	height:82px;
	margin-top:10px;
	background:url(../images/our_blog.gif) no-repeat top;
}

.buttom_left2 a:hover {
	background:url(../images/our_blog.gif) no-repeat bottom;
}

#buttom_sedebar {
	background:url(../images/buttom_column_right.gif);
	width:210px;
	height:21px;
	margin-left:-10px;
	margin-right:-10px;
}

#buttom_content {
	background:url(../images/buttom_column_left.gif);
	width:685px;
	height:21px;
	margin-left:-45px;
	margin-right:-45px;
}

#buttom_widecolumn {
	background:url(../images/buttom_widecolumn.gif);
	width:910px;
	height:21px;
	margin-left:-45px;
	margin-right:-45px;
}

#footer {
	float:left;
	height:14px;
	width:942px;;
	margin-top:15px;
	background-color:#045475;
	margin-bottom:0;
	font-size:11px;
	padding-left:13px;
	color:#FFFFFF;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

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

#footer_powered {
	color: #666666;
}

#footer_powered a:link, #footer_powered a:visited {
	color: #CC6666;
}

.f_left {
	float:left;
}

.powered {
	float:right;
	margin-right:20px;
}

.powered a {
	margin:0!important;
}