body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 100px 0 15px 0;
	background-image: url(/images/ryba_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-top: 2px solid #000000;	
	border-bottom: 2px solid #000000;
}
#content {
margin-left: 180px;
	padding: 20px 10px 0 0;
min-height:550px;
}
/* Hides from IE5-mac \*/
* html #content {height:550px;}
/* End hide from IE5-mac */

.red {
	color: #ff0000;
}
.strong {
	font-weight:bold;
}
#content h1 {
	font: normal 180% Arial, Helvetica, sans-serif;
	color: #ff0000;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #0000cc;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
background-image:url(/images/Baseballh2.gif);
background-position:left;
background-repeat:no-repeat;
padding:20px 0px 0 50px;
}
#content h3 {
	font-size: 110%;
	color: #0000cc;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}
#content .highlight {
 float:right;
}
#navigation {
	position: absolute;
	top: 100px;
	left: 0;
	width: 150px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 150px;
	border-bottom: 1px solid #ffffff;
	margin: 0;
	padding: 0;
	font-size: 85%;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #ff0000;
	border-right: 1px solid #000000;
	background-color: #000066;
	color: #FFFFFF;
	text-decoration:underline;
}
#navigation a:hover {
	background-color: #0000cc;
	color: #FF0000;
}
#navigation a:link .highlight, #navigation a:visited .highlight{
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 6px solid #ff0000;
	border-right: 6px solid #ff0000;
	background-color:#ff0000;
	color: #FFFFFF;
	text-decoration:underline;
}


#contacts {
	font: normal 90% Arial, Helvetica, sans-serif;
}

#noindent {
margin-left:-20px;
margin-top:0;
margin-bottom:0;
}

#footer {
	padding: 3px 0 0 0;
margin-top:5px;
	font-size: 70%;
	color: #333333;
	background-color: transparent;
text-align:center;

}
