#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
  display: none;
}

body {
	margin: 5px 0 0 0;
	padding: 0;
	background: #000000 url(images/.jpg) no-repeat;
	font: normal small Arial, Helvetica, sans-serif;
	/*text-align: justify;*/
	/*color: #999999;*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	/*text-transform: uppercase;*/
	/*letter-spacing: .2em;*/
	/*color: #000000;*/
}

 ul, ol, blockquote {
	margin-top: -10;
	line-height: 160%;
}

a {
	text-decoration: none;
	/*color: #B5A9A3;*/
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background: #FFFFFF url(images/bg.jpg) no-repeat;
	font-family: Trebuchet MS;
}

#header * {
	/*text-decoration: underline;*/
	font-family: Trebuchet MS;
	/*text-align: center;*/
	/*color: #000000;*/
}

#header h1 {
	padding-top: 35px;
	font-size: 20pt;
}

/*#header h2 {
	font-size: 1.2em;
}*/

/* Menu */

#menu {
	width: 720px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin-left: 250px;
	margin-top: -20px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	/*width: 140px;
	height: 21px;
	background: #000000;*/
	display: block;
	float: left;
	/*margin-right: 2px;*/
	text-align: center;
	/*padding: 7px 1px 0 1px;*/
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	
}

#menu a:hover {
	cursor: default;
	/*width: 140px;
	height: 21px;
	background: #FFFFFF;*/
	display: block;
	float: left;
	/*margin-right: 2px;*/
	text-align: center;
	/*padding: 7px 1px 0 1px;*/
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	
}

/* Content */

#content {
    /*background: #FFFFFF url(images/bg_middle.jpg) no-repeat;*/
	width: 800px;
	margin: -10px auto;
}

#colOne {
	float: left;
	width: 152px;
	height: 100px;
	margin-top: 245px;
	margin-left: 20px;
	text-align: left;
	font-family: Arial;
	
}

#faq {
	float: left;
	color: #284dcc;
	font-family: Arial;
	width: 300px;
	margin-top: 50px;
	margin-left: 50px;
	}


#colTwo {
	float: left;
	width: 450px;
	margin-top: 50px;
	font-family: Arial;
	height: auto;
	
}

#srv_left {
	float: left;
	text-align: left;
	width: 160px;
	margin-left: 20px;
	margin-right: px;
	position: relative;
	}
	
#srv_right {
	float: right;
	text-align: right;
	width: 170px;
	margin-left: px;
	margin-right: 15px;
	position: relative;
	}

#colThree {
	float: right;
	width: 153px;
	height: 100px;
	text-align: right;
	font-family: Arial;
	margin-top: 245px;
	margin-right: 20px;
}

#news {
	float: right;
	color: #12ac60;
	font-family: Arial;
	text-align: right;
	width: 300px;
	margin-top: 50px;
	margin-right: 50px;
	}

/* Content Elements */

#content h2 {
	/*height: 21px;*/
	/*margin-bottom: 20px;*/
	/*padding: 9px 0 0 10px;*/
	/*background: #826C62;*/
	letter-spacing: normal;
	font-size: 10pt;
	font-family: Arial;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: x-small;
	color: #FFFFFF;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	width: 800px;
	/*padding: 7px 0 0 0;*/
}

/*#footer * {
	color: #000000;
}*/

#footer p {
	color: #c0c0c0;
	text-align: center;
	font-family: Arial;
}

