html, body{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

body{
	background: #cecece url("images/bg.png") repeat;
	font-family: "Helvetica", sans-serif;
	color: #313131;
	font-size: 14px;
	height: 100%;
	/*min-height: 600px;*/
}

a{
	color: #313131;
	text-decoration: none;
}

a:visited{
	color: #313131;
}

a:hover{
	color: #000;
}


#navigation{
	width: 90%;
	min-height: 35px;
	background: url("images/dark_Tire.png") repeat;
	border-bottom: 1px solid #666;
	box-shadow: 0 1px 3px #fefefe;
	padding: 0 5%;
	font-size: 15px;
	color: #eee;
}

#subnav{
	height: 15px;
	padding: 10px 0 10px 0;
	display: inline-block;
}

#navigation a{
	color: #eee;
	margin-right: 15px;
}

#container{
	width: 550px;
	margin: 150px auto 0 auto;
	display: block;
}

#content{
	width: 100%;
	height: calc(100% - 40px);
}

#logo{
	width: 550px;
	height: 160px;
}

.logininfo{
	color: #fcfcfc;
	font-size: 13px;
	margin-right: 20px;
}

.form_button{
	padding: 5px 15px;
	font-weight: bold;
	line-height: 1;
	color: #313131;
	border: 1px solid #939393;
	text-shadow: 0 1px 0 #fff;
	background: none;
	border-radius: 23px;
	cursor: pointer;
}

.form_button:hover{
	border: 1px solid #222222;
}

.nav_2{
   	background: none repeat scroll 0 0 #556;
    display: block;
    padding: 5px 5%;
    width: 90%;
	border-bottom: 1px solid #666;
	box-shadow: 0 1px 3px #fefefe;
	font-size: 15px;
	color: #eee;
}

.nav_2 a{
	color: #eee;
	margin-right: 15px;
}

#mailframe{
	width:100%; 
	height: 100%; 
	border:none;
}