@charset "utf-8";
/* Bromar E CSS */
<!--
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/red.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	background-attachment:fixed;	
}
body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#header {
	margin:0;
	padding:0;
	background:#ffffff;
	height: 100px;
	width:778px;
	margin-left:auto;
	margin-right:auto;
	border-width: 1px;
	border-style: solid;
	border-color: #222222;
	background-image:url(images/head.jpg);

}
#content {
	margin:0;
	padding:0px;
	background:#990000;
	height: auto;
	width:778px;
	margin-left:auto;
	margin-right:auto;
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #222222;
}
#foot {
	margin:0;
	padding:2px;
	background:#ffffff;
	height: 20px;
	width:774px;
	margin-left:auto;
	margin-right:auto;
	border-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #222222;
	text-align:right;
}
#rightimage {
	margin:0;
	padding:2px;
	background:#ffffff;
	height: 20px;
	float:right;
	
}
.nav1 a:link {
	text-decoration:none;
	color:#333333;
	text-align:left;
	font-weight:bold;
}
.nav1 a:visited {
	text-decoration:none;
	color:#333333;
	text-align:left;
	font-weight:bold;
}
.nav1 a:hover {
	text-decoration:none;
	color:#993300;
	text-align:left;
	font-weight:bold;
}
.nav2 a:link {
	text-decoration:none;
	color:#333333;
	text-align:left;
	
}
.nav2 a:visited {
	text-decoration:none;
	color:#333333;
	text-align:left;
	
}
.nav2 a:hover {
	text-decoration:none;
	color:#993300;
	text-align:left;

}
-->

