@charset "utf-8";
* {
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
	Page style
*/

body {
	background-image: url(../img/bg-body.png);
	margin-right: auto;
	margin-left: auto;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#container #header {
	width: 1000px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: center;
}

#container #maincontent {
	background-color: #FFF;
	background-image: none;
	width: 1000px;
}

#container #maincontent table {

}
#container #maincontent table tr td {

}
#container #maincontent table tr td #leftcolumn {
	width: 200px;
	margin: 0px;
}
#container #maincontent table tr td #centercolumn {
	width: 600px;
	margin: 0px;
}

#container #maincontent table tr td #centercolumn table tr th {
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	height: 30px;
}
#container #maincontent table tr td #centercolumn table tr td {
	text-align: justify;
	padding: 10px;
}
#container #maincontent table tr td #centercolumn table tr td p img {
	text-align: center;
}

#container #maincontent table tr td #rightcolumn {
	width: 200px;
	margin: 0px;
}
#container #maincontent table tr td #rightcolumn table tr td img {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;


}

#container #footer {
	margin-top: 5px;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#container #slides {
	width: 1000px;
	height: 320px;
	position: relative;
	background-color: #FFF;
	background-image: none;
}

.slides_container {
	width: 1000px;
	overflow: hidden;
	position: relative;
	display: none;
	background-image: url(../img/mel-skyline1.jpg);
}

.slides_container img {
	width: 1000px;
	height: 300px;
	display: block;
}


#slides .prev {
	margin-top: 5px;
  	margin-right: 10px;
  	float: left;
}

#slides .next {
	margin-top: 5px;
  	float: left;
}

/*
	Pagination
*/

.pagination {
	margin-top: 5px;
	margin-bottom: 0;
	float: right;
}

.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}

.pagination li a {
	display: block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image: url(../img/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.pagination li.current a, .pagination li.current a:hover {
	background-position: 0 -13px;
}

.pagination li a:hover { 
	background-position: 0 -26px
}


/*
	Anchors
*/

a:link,a:visited {
	color:#0000FF;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}
