html.body{
	margin-top: 0px;
}

/*  Global Formatting */
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a {
	color: #0FF;
}
a:hover {
	color: #0CF;
}
a:visited {
	color: #0FF;
}
a.image, a.image:hover  {border:0;}
li{ list-style: square;}
ul { list-style: square;}

/* #######################  END GENERAL SETTINGS ############################ */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align:center; /*center hack*/
	background-color: #dddddf;
	margin: 0px;
	padding: 0px;
}
div#container {
	min-width:1000px;
	max-width:1000px;
	width: auto !important; /*IE6 hack*/
	width:1000px; /*IE6 hack*/
	margin:auto; /*center hack*/
	text-align:left; /*center hack*/
	background-image: url(images/bott_bg.png);
	background-repeat: repeat-y;
	height: 100%;
}
#container .main {
	background-image: url(images/mainbg.png);
	background-repeat: repeat-y;
	position: relative;
	bottom: 1px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 50px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#container .top1 {
	position: relative;
	bottom: 1px;
}

.bigmir {

}

#banner {
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: 60px;
	width: 185px;
	top: 5px;
	right: 200px;
}
