body {
    margin:0px;
	background-color: #000066;
	background-image: url(images/bg-stars.jpg);
	background-repeat: no-repeat;
}

/* layout */

#wrapper {
    background-image: url(images/bg-repeat-y.jpg);
    background-repeat:repeat-y;
	height:1000px;
	min-height:1000px;
}

#sidebar {
	position:absolute;
	left:47px;
	top:490px;
	width:112px;
	height:75px;
	z-index:3;
}

#address {
	position:absolute;
	left:49px;
	top:650px;
	width:108px;
	height:121px;
	z-index:4;
}

#leftbar-top {
	position:absolute;
	left:18px;
	top:266px;
	width:131px;
	height:305px;
	z-index:5;
}

#slides {
	position:absolute;
	left:215px;
	top:191px;
	width:463px;
	height:385px;
	z-index:1;
}

#footer {
	position:absolute;
	left:215px;
	top:586px;
	width:462px;
	height:56px;
	z-index:6;
	text-align: center;
}

#content {
	position:absolute;
	left:169px;
	top:171px;
	width:580px;
	height:auto;
	z-index:6;
}

/* typography */

body,td,th {
	color: #666666;
}

.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

#sidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.smallwhite-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}

.smallwhite-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

#address a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.bodytext-center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4C4C94;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4C4C94;
}
.pagetitles {
	font-family: Tahoma;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #010066;
	letter-spacing: 8px;
	word-spacing: 12px;
}
