@import url("index/styles/index.css");
/*html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	*/

/*body{
background-color:#000000;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align: center;
}*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000033;
	margin: 0px;
}

/*table {
	width: 100%;
}*/

th {
	vertical-align: top;
}
td {
	vertical-align: top;
}
img {
	padding: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited {
	color: #330099;
	text-decoration: underline;
}
a:hover {
	font-size: medium;
	font-weight: bold;
	color: #FF0066;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.color {
	color: #33CCFF;
	background-color: #0000CC;
}
.right {
	float: right;
}
.left {
	float: left;
}
.copyrte {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
*/
#wrapper{ /* container for all elements used in page */
width: 1440px; /*determines where the design is positioned in the body element*/
background-color:#000000;
margin:0px auto;
text-align:left;
}

#logo{
    margin: 0px auto;  /*align logo left*/
	height: 167px;
	background-image: url(index/images/tmp1sliced_01.jpg);
	background-repeat: no-repeat;
	position: absolute; /* align logo per width,top,left */
	width: 262px;
	top: 0px;
	left: 0px;
}

#banner{
	height: 167px;
	background-image: url(index/images/tmp1sliced_02.jpg);
	background-repeat: no-repeat;
	position: absolute;/*align banner per width,top,left*/
	width: 1178px;
	top: 0px;
	left: 262px;
	background-color: #000000;

}

#menu{
	height: 801px;
	background-image: url(index/images/tmp1sliced_03.jpg);
	background-repeat: no-repeat;
	position: absolute; /* align under menu left per width,top,left */
	width: 162px;
	top: 167px;
	left: 0px;
}

#navbar{
	height: 43px;
	background-image: url(index/images/tmp1sliced_04.jpg);
	background-repeat: no-repeat;
	position: absolute; /* align navbar per width,top,left */
	width: 1278px;
	top: 167px;
	left: 162px;
	
}

#content{
	height: 790px;
	background-image: url(index/images/tmp1sliced_05.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 1278px;
	top: 210px;
	left: 162;
}

#footer{
	height: 32px;
	background-image: url(index/images/tmp1sliced_06.jpg);
	background-repeat: no-repeat;
	position: absolute; 
	width: 1440px;
	top: 968px;
	left: 0;
}
