@charset "utf-8";
/* CSS Document */

#main{
	margin-right:auto;
	margin-left:auto;
	width: 700px;
}
#main #header{
	float: left;
	width: 700px;
	background-color:#b1b7ab;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9383a8;
	border-left-color: #9383a8;
}
#main #header #bar{
	float: left;
	width: 700px;
	background-color:#604780;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.3em;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#main #header #logo{
	float: left;
	width: 700px;
	height: 150px;
}
#main #login{
	float: left;
	background-color: #c7c6cc;
	text-align: center;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #270752;
}
#main #content{
	float: left;
	background-color: #c7c6cc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9383a8;
	border-left-color: #9383a8;
	padding-top: 25px;
}

#main #content #columns{
	float: left;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c6cb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #270752;
}
#main #footer{
	float: left;
	width: 700px;
	background-color: #c7c6cc;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9383a8;
	border-bottom-color: #9383a8;
	border-left-color: #9383a8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #270752;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
