body{margin:0;padding:0;background:#DEE7D9;font:11px Verdana,Arial,sans-serif;color:#444;}

div#container{width:990px;margin:0 auto;padding-top:70px;text-align:center;}

#topBarWrapper{background-color:#333333;border-bottom:3px solid #b4b4b4;width:100%;position:fixed;top:0;left:0;right:0;height:30px;}
#topBar{width:960px;margin:0 auto;}
#topBar p,#topBar input[type="image"]{font-size:10px;color:#fff;margin:0px;padding:8px;}
#topBar a{color:#fff;text-decoration:none;}
#topBar a:hover{color:#fff;text-decoration:underline;}

.left{float:left;}
.right{float:right;}

.yIcon { margin: 7px 0; vertical-align:middle; }

a{color:#fff;  text-decoration:underline;}
a:hover{text-decoration:none;}

#sitetitle{font-size:23px;color:#fff;letter-spacing:1px;padding: 7px 10px;margin:0px 250px; border-bottom:solid 1px #ebebeb;}
/*#sitetitle:hover {background: black; border:0;}*/

#promo{margin:10px; padding:10px; text-align:center;}
#promo:hover{background: black;}

h2{font-size:19px;color:#666;padding:15px 0 10px 0;}

#maincells {margin: 0 auto;}
#maincells td{border:1px solid #ccc;width:120px;vertical-align:middle;text-align:center;background:#fff;padding:7px; color: #fff; } /*border:1px solid #dcdcdc;height:450px;*/

form {
	margin: 0;
	padding: 0;
}

input[type="text"],input[type="submit"], input[type="reset"] {
  background: #fff;
	border: solid #b4b4b4;
  padding: 11px;
  font-size: 19px;
  text-align: center;
  vertical-align: middle;
  color: #999;
  margin: 0;
}
input[type="text"] {
	width: 540px;
  border-width: 1px 0;  
}
input[type="text"]:focus {
  color: #161616;
}

input[type="radio"] {
  padding: 0px;
  margin: 0px;
}

input[type="submit"] {
  border-width: 1px 1px 1px 0;
}

input[type="reset"] {
  border-width: 1px 0px 1px 1px;
  font-weight: normal;
}

input[type="submit"], input[type="reset"] {
  font-weight: bold;
}
input[type="submit"]:hover , input[type="reset"]:hover{
  color: #161616;
}

div#footer{clear:both;border-top:1px solid #ccc;margin:15px 250px;color:#7b7b7b;font-size:12px;}
div#footer a{text-decoration:none;color:#7b7b7b;}
div#footer a:hover{text-decoration:underline;color:#7b7b7b;}

