/***********************************************/
/* baybizcr.css                                */
/* Author: Vasily Koroslev                     */
/* Bay Business Credit						   				   */
/***********************************************/

body{
	font-family: georgia, sans-serif;
	color: #336666;
	line-height: 1.166 em;
	margin: 10px;
	padding: 10px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead {
	color: white;
	/*background-color: #375D5E;
	font-size: 5em; */
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#masthead img {
	text-decoration: none;
}

#navBar {
	margin: 0 76% 0 0;
	padding: 10px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#navBar a {
	color:#336666;
}

#content{
  float:right;
	width: 75%;
	font-family: georgia,sans-serif;
	color: #555753;
	padding-right: 5px
}

#footer{
	border: 1px solid #cccccc;
	font-size: 75%;
	background-color: #eeeeee;
	color: black;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	float: left;
}

#address{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 70%;
}

.links {
	margin-left: 0px;
	padding: 10px;
	font-size: 90%;
	float: left;
	list-style: 10px;
	background-color: #FFFFFF;
}
#content form {
	font-weight: bold;
	padding-bottom: 10px;
}
