body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: Arial, 'Lucida Sans', Serif;
	color: #000;
	text-align: center;
	width: 75%;
	display: block;
	background: url('./pictures/background1.jpg');
	margin: auto;
}

#header {
	position: relative;
	background-color: silver;
	height: 15px;
	text-align: right;
	margin: auto;
}

#logo {
	position: relative;
	text-align: left;
	background-color: #FFF;
	margin: auto;
}

#menu {
	position: relative;
	margin: auto;
	text-align: center;
	background-color: orange;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}

#menu LI {
	position: relative;
	float: left;
	margin: auto;
	text-align: center;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-right: 2px solid white;
}

IMG {
	display: block;
	border: 0;
}

UL {
	margin: 0;
	text-align: center;
	list-style: none;
}

.UL1 {
	margin: 0;
	text-align: left;
	list-style: none;
}

.UL2 {
	margin: 0;
	text-align: left;
	list-style: square;
}

.UL3 {
	margin: 0;
	text-align: left;
	list-style: circle;
}

.brand1 {
	color:orange; 
	font-size:10px;
}

.brand2 {
	color: #f47a17;
	font-size:10px;
}

.brand3 {
	color: #f47a17;
	font-size:17px;
	font-weight: bold;
}

.compName {
	font-weight: bold;
	font-size:14px;
	font-variant: small-caps;
}

.copyright {
	text-align: right;
	float: right;
}

#small {
	font-size: 10px;
}

#content {
	position: relative;
	padding: 0px;
	margin: auto;
	text-align: center;
	background-color: #FFF;
}


#main {
	position: relative;
	width: 85%;
	padding: 15px;
	margin: auto;
	text-align: left;
	background-color: #FFF;
}

#picture {
	position: relative;
	background-color: #FFF;
}

#picture IMG {
	float: right;
	text-align: right;
	padding-left: 15px;
}

#tmp IMG {
	float: right;
	text-align: right;
}

#footer{
	position: relative;
	margin: auto;
	background: url(./pictures/footer3.jpg);
	height: 125px;
	font-size: 10px;
	text-align: left;
	color: #000;
	padding: 25px;
	border-top: 10px solid orange;
}

#footer UL {
	text-align: inherit;
}

#tmp {
	font-weight:bold;
	font-size: 12px;
	color: #000;
}

.newWindow  {
	target: blank;
}

a, a:visited, a:active, a:focus {
	text-decoration: none; color:#000; font-size: 11px; font-weight: bold; 
}

a:hover {
	text-decoration: underline; color:#000; font-size: 11px; font-weight: bold; 
}

#link2 a, #link2 a:visited, #link2 a:active, #link2 a:focus {
	text-decoration: none; color:orange; font-size: 13px; font-weight: bold; 
}

#link2  a:hover {
	text-decoration: underline; color:orange; font-size: 14px; font-weight: bold; 
}

#menu LI a, #menu LI a:visited, #menu LI a:active, #menu LI a:focus {
	text-decoration: none; color:white; font-size: 13px; font-weight: bold; font-variant: small-caps;
}

#menu LI a:hover {
	text-decoration: none; color:white; font-size: 13px; font-weight: bold; font-variant: small-caps; /* border-top: 2px solid #f47a17; */
}

#menu LI:hover {
	background-color: silver;
}

a:focus, #menu LI a:focus {
	outline: none;
}