html,body { margin:0; padding:0 }

body {
	font: 80% Arial, helvetica, sans-serif;
	line-height: 1.5;
	color: #000000;
	text-align:center;
	background: #000000 url("../img/back.jpg") repeat;
}

h1, h2 {
	margin: 0;
}

h2 {
	font-size: 160%;
	color: #000000;
}

p {
	line-height: 1.5;
}

a, a:link, a:visited {
	
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
}

address {
	padding-top: 5px;
	font-style: normal;
}

/* content area */
div#container {
	width:760px;
	margin: 0 auto;
/*	background-color: #404040; */
	background: #404040 ;
	text-align: left;
	border: 0px solid #000000;
}

div#header {
	background-color: #e7e7e7;
}
div#header h1 {
	color: #000000;
	font-size: 300%;
	font-weight: 900;
}

div#content {
	clear:left;
	width:730px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px; 
	background: #ffffff url("../img/background.jpg") repeat-y;
}
div#content h2 {
	margin-bottom: 15px;
}

div#footer {
	padding-top:5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 80%;
	color: #ffffff;
/*	background: #ffffff url("../img/background.jpg") repeat-y; */
}








div#box { float:right; display:inline; width:150px; margin: 5px 15px 0 5px; background:#000000; text-align:center }
div#box p { padding:0 5px }

div#minipics {float:left;width:100%;padding-bottom:10px }
div#minipics ul {list-style-type: none;margin:0 15px;padding:0 }
div#minipics li {float:left;width:100px;margin: 10px 10px 10px 0;background-color: #FFF }
div#minipics li img {display: block;width: 80px;height: 80px;margin:5px 10px;border: 0px }

