/* CSS Document */

body {
	background-image:url("brothersbg.png");
	font: 9px georgia, arial, times; 
	color: #000000;
	line-height: 11pt;
	font-weight: normal;
	}

#container {
	margin: 0 auto;
	width: 757px;
	height: 400px;
	background-color: #FFE96D;
	border: 1px solid #000000;
}

#left {
	float: left;
	width: 357px;
	height: 400px;
	background-image:url("190506.jpg")
}

#right {
	float: right;
	width: 396px;
	height: 400px;
	padding: 0px 2px 0px 2px;
}

a:link    {color: #000000; text-decoration: underline}
a:active  {color: #000000; text-decoration:bold;}
a:visited {color: #000000; text-decoration:bold;}
a:hover   {color: #000000; background: #FFE96D; text-decoration:none;}

input, textarea, option, select {
	background-color: #FFE96D;
	font: 7pt trebuchet ms;
	color: #000000;
	letter-spacing: 1px;
	border: 1px solid #000000;
	padding:2px; }

h2 {
	font: 18px georgia;
    font-weight: bold;
    font-style: italic;
	color: #000000;
	letter-spacing: 2px;
    text-align: center;
    text-decoration: strong;
	border-bottom: 0px solid #F7F8F5;
	padding:2px; }
	
#top-menu {
	letter-spacing: 2px;
	font-size: 10pt;
	font-weight: bold}
	
h1 {
	letter-spacing: 2px;
	font-size: 18pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px dashed #000000}