/* general formatting */
body, html{
	margin: 0;
	padding: 0;
}

.center{
	margin-left: auto;
	margin-right: auto;
}

.left{
	float: left;
}

.right{
	float: right;
}

img.left{
	margin: 5px 20px 5px 0;
}

img.right{
	margin: 5px 0 20px 5px;
}

/* site structure */

div#wrapper, div#index-wrapper{
	width: 900px;
	margin-top: 25px;
}

div#header{
	height: 200px;
}

address{
	height: 370px;
}

/* site styling */

body{
	background-color: #000;
}

div#wrapper{
	background-color: #fff;
}

div#index-wrapper{
	background-color: #000;
}

div#header{
	background-image: url('resources/site_elements/header.jpg');
	margin: 0;
	padding: 0;
}

div#footer{
	background: url('resources/site_elements/footer.jpg') no-repeat bottom;
	text-align: center;
	color: #666;
	padding: 0 0 1px 0;
	margin: 0 0 25px 0;
}

div#index-footer{
	background: url('resources/site_elements/index-footer.jpg') no-repeat bottom;
	text-align: center;
	color: #666;
	padding: 0 0 1px 0;
	margin: 0 0 25px 0;
}

div#content{
	padding: 0 25px 0 25px;
}

div.caption{
	border: solid 1px #000;
	background-color: #d8d8d8;
	padding: 10px;
	margin: 5px 10px 5px 10px;
	text-align: center;
	font-size: 12px;
}

div.caption strong{
	font-size: 14px;
}

div.caption img{
	border: solid 1px #000;
}

div.hint{
	width: 800px;
	border: solid 1px #000;
	background-color: #d8d8d8;
	padding: 10px;
	margin: 10px 0 10px 0;
	height: 110px;
}

div.hint img{
	border:solid 1px #000;
}

/* text and font format */

p{
	font-family: times, "times new roman", serif;
	font-size: 14px;
}

a{
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#index-wrapper div#content p{
	color: #fff;
}

table#index-table{
	color: #fff;
	font-size: 20px;
}

div#footer p{
	padding-top: 45px;
	font-size: 12px;
}

div#service-list p{
	text-align: center;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6{
	font-family: times, "times new roman", serif;
	font-weight: normal;
	color: #515151;
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
}

h1{
	font-size: 36px;
}

h2{
	font-size: 30px;
}

h3{
	font-size: 20px;
}

div.hint h3{
	text-align: left;
	margin-top: 2px;
}

h3 a{
	color: #515151;
}

h4 a{
	color: #515151;
}

/* navigation */

div#nav{
	position: absolute;
	top: 182px;
}

div#nav li{
	display: inline;
	font-style: italic;
	font-size: 18px;
	margin: 0 40px 0 0;
}

div#nav li a{
	color: #fff;
	text-decoration: none
}