@charset "utf-8";
/* CSS Document */

body {padding: 0; margin-top:0px; right:0px; bottom:0px; left:0px; font-family: Arial, sans-serif; font-size: 12px;}


/* Text */

p {font-family: Arial, sans-serif; font-size: 12px}
h1 {font-family: Arial, sans-serif; font-size: 16px; font-weight: bold}
h2 {font-family: Arial, sans-serif; font-size: 14px; font-weight: bold}
h3 {font-family: Arial, sans-serif; font-size: 12px; font-weight: bold}
h4 {font-family: Arial, sans-serif; font-size: 11px; font-weight: bold}
h5 {font-family: Arial, sans-serif; font-size: 10px; font-weight: bold}

.ordform {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #603913;
}

.footer_text {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #603913;
}

/* Links */

a:link {font-family: Arial, sans-serif; font-size: 12px; color: #000000;}
a:visited {color: #000000;}
a:hover {color: #603913;}
a:active {color: #000000;}

a.nav_link {font-family:Arial, sans-serif; font-size:12px; font-weight:bold; text-decoration:none; color:#000000;}
a.nav_link:visited {color:#000000;}
a.nav_link:hover {color:#603913;}
a.nav_link:active {color:#000000;}

a.footer_link {font-family: Arial, sans-serif; font-size: 10px; text-decoration: none; color: #603913;}
a.footer_link:visited {color: ##603913;}
a.footer_link:hover {color: #000000;}
a.footer_link:active {color: ##603913;}

/* Block Elements */

div#navigation {
	padding: 0;
	width: 610px;
	border: 2px solid #603913;
}

div#footer{
	width: 610px;
	border: 2px solid #603913;
}

div#product{
	margin-left: auto;
	margin-right: auto;
	width: 195px;
	border: 2px solid #603913;
}






