a {
	color:#333333;
}

#header {
		background:none #858f7f;
		width:100%;
		max-width:1200px;
		padding:0.4em;
		text-align:center;
		color:#ffffff;
		font-family:metropolislight;
		font-size:0.9em;
		letter-spacing:0.15em;
		margin:1em auto 0;
	}
	

div#container {
	width:100%;
	max-width:1200px;
	min-width:1000px;
	min-height:564px;
	overflow:hidden;
	margin:0 auto;
	font:1.1em/1.4em metropolislight;
	color:rgb(109,111,113);
}
		
			
		div#welcome {
			width:601px;
			height:65px;
			margin:45px 0px 0px 322px;
		}
		
		div#content {
			float:left;
			margin:16px 0 0 0;
			line-height:1.3em;
			width:100%;
		}
		
		div#content div#img {
			width:31%; 
			float:left;
		}
		
		div#content div#txt {
			width:62%;
			height:auto;
			overflow:hidden;
			float:right;
			margin-top:5px;
		}
		
		
		div#list {
			width:410px;
			height:auto;
			overflow:hidden;
			font-size:0.9em;
			line-height:1.3em;
			float:left;
		}
		
		div#list ul {
			margin-left:0px;
			padding-left:18px;
			font-size:0.85em;
			line-height:1.3em;
		}
		
		div#list li {
			margin-left:0px;
			padding-left:2px;
			margin-bottom:13px;
			list-style-image:url('../img/design/dot.png');
		}
		
		div#login {
			float:right;
			width:144px;
			margin:15px 30px 0 0;
			height:auto;
			overflow:hidden;
		}
		
				
		div#mess {
		   color: red;
	    font-size: 0.6em;
	    font-weight: bold;
	    letter-spacing: 1px;
	    text-transform: uppercase;
		}
		
		div #footer {
			float:left; 
			clear:both;
			margin:25px auto;
			width:100%;
			height:auto;

		}
		
		h1, h2, h3, h4, h5 {
			font-weight:normal;
			font-family:metropolisblack;
			color:rgb(74,74,76);
			margin:0 0 0.5em;
			line-height:1.2em;
		}
		
		h1 {
			font-family:metropolisblack;
			font-size:2em;
			line-height:1.2em;
			margin:0.1em 0 0;
			color:rgb(109,111,113);
			text-transform:uppercase;
		}
		
		h3 {
			font-size:1.3em;
		}
		
		h4 {
			font-family:metropolissemi_bold;
			font-size:0.9em;
			text-align:center;
		}
		
		img {
			border:0px;
		}
		
		input[type=text], input[type=password] {
			width:140px;
			border:1px solid #000000;
		}
		
		
		input[type=submit] {
			background-color: #858f7f;
			color: #ffffff;
			border: 0;
			line-height: 1.3em;
			cursor:pointer;
			padding:0.2em 0.4em;
		}