/* CSS COMMON FOR 100DIMENSIONS.COM */
/* STYLES */
body {
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* link type 1: bold green */

a {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

a:link, a:visited {
	color: #deff00;
	text-decoration: none;
}

a:hover, a:active {
	color: #546203;
	text-decoration: none;
}

h1{
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #deff00;
	text-transform: capitalize;
	text-align: left;
}



/* body outer shell, screen-wide */
div.bodyenclosure{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	margin: 5px;
	text-align: left;
}

/* SEARCH BAR */
#livesearch
  { 
  width:179px;
  z-index:50; 
  padding-left:3px; 
  font-size:10px;
  border:none;
  line-height:120%;
  background-color:#081000;
  visibility: hidden;
  top: 21px;
  left: 15px;
  }

#livesearch a{
	font-weight:normal;
}


/* BOTTOM NAVIGATION */
div.bttmnav{
	margin-top:20px;
	text-align:center;
}

/* LICENSE */
div.license{
	margin-top:10px;
	text-align:center;
	font-size:10px;
}

div.license a{
	font-weight:normal;
	color:#000000;
}

div.license a:hover{
	color:#546203;
}

/* LEGAL BOTTOM */
div.legal{
	margin-top:5px;
	text-align:center;
	font-weight: normal; 
	font-size: 10px;
}

.bodyBackground {
	background-image: url(images/body_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}


