/*TOP*/
body
{
	color:#FFF;
	
}

div
{
	border:0px solid #9F9;
}

.content
{
	position:relative;
	margin:0px;
	height:300px;
}

.top
{
	height:120px;
	background-image:none;
	margin:0px;
	text-align: left;
}

.logo
{
	
	margin:30px 40px;
	
}

.title
{
	background-image:none;
	margin:30px 10px;
	float:right;
	font-size:30px; 
	color:#FFF;
}

	.title_text
	{
		background-image:none;
		font-size:14px; 
		color:#FFF;
	}
	
.page
{
	/*margin-left:30px;
	float:left;*/
	width:900px;
	margin-top:80px;
	float:none;
	height:300px;
	font-size: 11px;
}

.button
{
	background-color:#ED7136;
	font-size:12px !important; 
	text-align:center;
	cursor:pointer;
	color:#000;
	font-weight:bold;
	vertical-align:central;
	padding:3px;
}

.button:hover
{
	background-color:#CB4F14;
}