* {
	border:0px;
	padding:0px;
    margin:0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.4em; 
	}
body {
	padding: 0px;
	margin: 0px auto;
	background-color: #CCCCCC;
 }
#top{
	background-color:#0066CC;
	width:1200px;
	margin: 0px auto;
	height: 85px;
}

#upper a{
	text-decoration:none;
	text-align: right;
	color: #FFF;
	margin-left: 30px;
	font-family: Tahoma, Geneva, sans-serif;
	font-family:'Allerta', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 40px;
	text-indent: 30px;
}
#upper a:hover{
	text-decoration:underline;
	color:#FFF;
}
#logo{
	float:left;
        margin-right:50px;
}
#center{
	width:1200px;
	height:100%;
	margin: 0px auto;
	background-color:#E0E0E0;
}
#container{
	margin-top:0px;
	width:1200px;
	height:100%;
	overflow:hidden;
}
#left{
	float:left;
	overflow:hidden;
	background-color:#FFF;
	width:800px;
	height:auto;
	display:inline;
    min-height:500px;
}
#left p{
	font-size:15px;
	margin-left:54px;
	margin-top:10px;
	text-decoration:none;
	color:#555;
	font-family: "Roboto","Open Sans",Helvetica, Arial,sans-serif;
    font-weight: bold;
}
#left textarea{
    height:200px;
	width:600px;
	margin-left:50px;
	border:solid 1px #ddd;
	resize : none;
}
#bar{
	width:800px;
	height:50px;
	background-color:#FFF;
}
table{
	width:500px;
	margin-left: 50px;;
	text-align:left;
}
#content{
    width:695px;
	margin: 0px auto;
	text-align:left;
}
table .one{
	background:#FCFCFC;
	height:40px;
}
.three{
	font-size:15px;
	margin-left:20px;
	text-decoration:none;
	color:#555;
	font-family: "Roboto","Open Sans",Helvetica, Arial,sans-serif;
        font-weight: bold;
	width:24%;
}
.four{
	font-size:15px;
	color:#555;
	font-family: "Roboto","Open Sans",Helvetica, Arial,sans-serif;
}
.input{
	width:400px;
	border:solid 1px #ddd;
	height:25px;
}
.submit{
	margin-left:600px;
	margin-bottom:50px;
	background-color: #2196F3;
	color: white;
    display:inline;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.07);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.07);
}
#bottom{
	width:1200px;
	background-color:#5B5B5B;
	height:60px;
	margin: 0px auto;
}