* {
	margin: 0;
	padding: 0;
}

body {
background:#fff; 
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #333;
margin: 0;
padding: 0;
line-height: 16px;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 20px auto;
width: 800px;
}

#header {
height: 75px;
background: #fff url(../images/header.png) no-repeat;
}
#header h1 { 
font-size: 30px;
letter-spacing: -1px;
padding: 35px 0 0 20px;
color: #fff;
}
#header h1 a { 
color: #fff;
font family: Old English MT;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #eee;
}
#header h2 {
	font-size: 24px;
	color: #CCC;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
}
#top {
background: #fff url(../images/top.jpg) no-repeat;
padding: 10px 0;
}

#content {
background: #fff url(../images/middle.jpg) repeat-y;
padding: 0 20px;
}

#bottom {
background: #fff url(../images/bottom.jpg) no-repeat;
padding: 10px 0;
}

.left {
float: left;
width: 540px;
text-align: justify;
padding-top: 10px;
}
.left h2 {
	font-size: 16px;
	font-weight: 100;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: #003366;
}
.left h2 a {
text-decoration: none;
color: #fff;
}
.left h2 a:hover {
color: #eee;
}


.left2 {
float: left;
width: 760px;
text-align: justify;
padding-top: 10px;
}
.left2 h2 {
	font-size: 16px;
	font-weight: 100;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: #003366;
}
.left2 h2 a {
text-decoration: none;
color: #fff;
}
.left2 h2 a:hover {
color: #eee;
}

.articles {
padding: 10px;
}

.right {
float: right;
width: 200px;
padding-top: 10px;
}
.right h2 {
padding-left: 10px;
height: 30px;
line-height: 30px;
background: #000;
color: #fff;
font-size: 13px;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #336699;
text-decoration: none;
font-size: 12px;
font-weight: 600;
}
.right ul li a:hover {
color: #111;
}

#footer {
text-align: center;
font-size: 11px;
padding: 10px 0;
}





#login-box {
	
	width:333px;
	height: 352px;
	margin: 0 auto;
	padding: 58px 76px 0 76px;
	color: #ebebeb;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/login-box-backg.png) no-repeat left top;
}
#info {
	float:right;
	width: 333px;
	height: 352px;
	padding: 58px 150px 0 76px;
	color: #030;
	font: 12px Arial, Helvetica, sans-serif;
	background: url(../images/captiveportal-info.png) no-repeat left top;
}
#info h2 {
	padding: 0;
	margin: 0;
	color: #224A8E;
	font: bold 44px "Calibri", Arial;
}
#login-box img {
	border:none;
}

#login-box h2 {
	padding:0;
	margin:0;
	color: #ebebeb;
	font: bold 44px "Calibri", Arial;
}


#login-box-name {
	float: left;
	display:inline;
	width:80px;
	text-align: right;
	padding: 14px 10px 0 0;
	margin:0 0 7px 0;
}

#login-box-field {
	float: left;
	display:inline;
	width:230px;
	margin:0;
	margin:0 0 7px 0;
}


.form-login  {
	width: 205px;
	padding: 10px 4px 6px 3px;
	border: 1px solid #0d2c52;
	background-color:#1e4f8a;
	font-size: 16px;
	color: #ebebeb;
}


.login-box-options  {
	clear:both;
	padding-left:87px;
	font-size: 11px;
}

.login-box-options a {
	color: #ebebeb;
	font-size: 11px;
}


