/* plain look and feel */

body{
	background-color: #fff;
	margin: 0px;
	color:#555;
	font-family: Calibri, Arial;
}

a:link, a:visited, a:active, a:hover{
	color:blue;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

header{
	background-color: #fcfffc;
	box-shadow: 0px 0px 10px #aaa;
	width: inherit;
	height: 90px;
}
article{
	width: inherit;
} 
section{

}
footer{

}

input, text-area, select{
	padding:5px;
	border:1px solid gray;
	border-radius:2px;
}

div{
	padding:5px;
	text-align: justify;
	margin:5px;
	width: inherit;
}

.block-area{
	margin:0px auto 0px auto;
	max-width:980px;
	background-color: none;
}

.button{
	background-color: #5050aa;
	padding: 5px;
	border:1px solid #303080;
	color:white;
	border-radius:2px;
}

div.left-floater{float:left;}
div.right-floater{float:right;}

div.heading-bar{
	margin-top:-5px;
	margin-left:-5px;
	width:inherit;
}
