@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-color: #000000;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 

img{
border:none;
}
.clr{clear:both}
a:link,
a:visited{
	font-size: 12px;
	color:#9b9b9b;
	text-decoration: none;
}

a:hover, a:focus {
	font-size: 12px;
	text-decoration: underline;
	color: #FAFAFA;
	
}
h1{
	font-size:15px;
	color:#564f47;
	display:inline;
	font-weight:bold;
	margin:0 5px;
}
h2{
	font-size:13px;
	color:#37322c;
	display:inline;
	font-weight:bold;
	text-transform: uppercase;
	margin: 5px;
}
h3{
	font-size:13px;
	color:#37322c;
	
}
#footer{
	background-image: url(../dots_footerBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	color:#9b9b9b;
	padding-top:15px;
	
}
#footer img {
	margin: 20px;
}
#banner{
	width:100%;
	
	
}
#contentBG_rand{
	background-image: url(../dots_rand.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}	
#contentBG{
	background-image: url(../dots_contentBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
#contentCenter{
	width:1000px;
	margin:0 auto;
	
}
#contentCenter #login{
	width:151px;
	height:98px;
	float:left;
	margin:10px;
	padding: 50px 5px 10px 5px;
	background-image: url(../dots_loginBG.png);
	background-repeat: no-repeat;
}

#contentCenter #login  div{
	display: inline-block;
	background-image: url(../dots_input.jpg);
	background-repeat: no-repeat;
	margin:2px;
}
#contentCenter #login input{
	background:none;
	border:none;
	width:142px;
	height:19px;
	padding:3px;
}

#contentCenter #login #button{
	background-image: url(../dots_button.jpg);
	background-repeat: no-repeat;
	margin-left:25px;
	float:left;
}
#contentCenter #login #button input{
	background:none;
	border:none;
	width:100px;
	height:39px;
	cursor: pointer;
	font-size: 0px;	
	
}



#contentCenter #images{
	width:739px;
	height:121px;
	float:left;
	margin:10px;
	margin-top:48px;
	padding:8px;
	background-image: url(../dots_imagesBG.png);
	background-repeat: no-repeat;
}
#contentCenter #images img{
	margin-right:15px;
	margin-left:8px;
}
#contentCenter #icons{
	width:739px;
	height:101px;
	
	margin:10px 10px 10px 190px;
	text-align: center;
	
	
}
#contentCenter #icons img{
	padding: 5px;
}
