html { 
    width:100%;
    height:100%;
}
body {    
    min-width:100%;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	background: #DBDBDB;  
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 500;
}
.button {
	cursor: pointer; 
	cursor: hand;
	padding: 5px 40px 5px 40px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	background: #007EC1;
	border: 1px solid #1190D2;
	border-radius: 10px;
	box-shadow: inset 0 0 15px 5px #1190D2;
}
.button:hover{
	color: #000000;
	background: #33A2CC;
}
.textfield{
	border: 1px solid black;
	border-radius: 10px;
	padding:3px 5px 3px 5px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
}
.clearfix {
	clear: both;
}
.fout{
	color:red;
}
#background_title{
	position:absolute;
	left:0px;
	top: 190px;
	width: 100%;
	height: 50px;
	background-color: rgba(17, 144, 210, 0.69);
	z-index:-1;
}
#background_menu{
	position:absolute;
	right:0px;
	top: 60px;
	width: 50%;
	height: 56px;
	background-color: rgba(17, 144, 210, 0.69);
	z-index:-1;
}
#wrapper {
	overflow: hidden;
	border-radius: 10px;
	width: 1200px;
	margin: 0px auto;
	background: #ffffff;
	box-shadow: inset 0px 0px 20px 0px #333333, 0 0 500px 100px #FFFFFF; <!--0px 0px 10px 0px #333333-->
}
#header {
	margin: 0px auto;
	width: 1200px;	
	overflow: hidden;
	height: 150px;
	background: url('../img/stripe.png');
	background-repeat: repeat;
	background-color: #AAABAC;
	box-shadow: inset 0 20px 20px -20px #333333, inset 20px 0 20px -20px #333333, inset -20px 0 20px -20px #333333, 0 -10px 10px 10px #343434;
}
#logo
{
	float: left;
	width: 400px;
	height: 100px;
	margin: 14px 0px 0px 50px;
	padding: 10px;
	box-shadow: inset 0px 0px 15px 0px #BBBBBB, 0px 0px 20px 0px #666666;
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.45);
}
#menu
{
	min-width:400px;
	max-width:800px;
	float: right;
	padding: 10px 50px 10px 20px;
	margin:50px 0px 50px 0px;
	background-color: rgba(17, 144, 210, 0.69);
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: inset 0px 0px 15px 0px #444444, 0px 0px 20px 0px #333333;
}
#menu ul
{
	float: left;
	margin: 0;
	padding: 5px 5px 5px 5px;
	list-style: none;
	line-height: normal;
}
#menu li
{
	float: left;	
}
#menu a
{
	display: block;
	margin-left: 10px;
	padding: 5px 25px 5px 25px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	background: #FFFFFF;
	border-radius: 14px;
	box-shadow: inset 0px 0px 10px 0px #000000;
}
#menu a:hover
{
	color: #FFFFFF;
	background: #006EB1;
	box-shadow: inset 0px 0px 10px 0px #000000;
}
#page {
	overflow: hidden;
	width: 1200px;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px;
}
#title{	
	margin-bottom: 15px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	padding-left:50px;
	background-color: #1190D2;
	box-shadow: inset 20px 0 20px -20px #333333,inset -20px 0 20px -20px #333333;
	color: #ffffff;
}
#content {
	float: left;
	margin-left: 50px;
	width: 1100px;
}
#footer{
	height:30px;
	background: url('../img/stripe.png');
	background-repeat: repeat;
	background-color: #AAABAC;
	box-shadow: inset 20px 0 20px -20px #333333, inset -20px 0 20px -20px #333333,	inset 0 -20px 20px -20px #333333,  0 10px 10px 10px #343434;
}
#copyright {
	margin-top:20px;
	padding-bottom:20px;
	overflow: hidden;
	text-align: center;
	color: #000000;
}