#logo {
	width: 740px;
	height: 138px;

}
#picture-right {
	float: left;
}
#logo h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	color: #FF3333;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#content {
	margin-left: 140px;
	width: 80%;
}
#navbar {
	float: left;
	width: 135px;
}
#navbar h2 {
	font-size: 1.2em;
	color: #FF3333;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	margin-bottom: 3px;

}
#navbar a {
	display: block;
}
#navbar a:link {
	font-size: .9em;
	color: #FF9999;
	text-decoration: none;
}
#navbar a:visited {
	color: #ff9999;
	text-decoration: none;
}
#navbar a:hover {
	color: #000000;
	background-color: #ff9999;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#navbar a:active {
	color: #ff9999;
	text-decoration: none;
}
a:link {
	font-size: .9em;
	color: #FF9999;
	text-decoration: none;
}
a:visited {
	color: #ff9999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #ff9999;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
a:active {
	color: #ff9999;
	text-decoration: none;
}
#content h1 {
	font-size: 1.8em;
	color: #333333;
	margin-left: 12px;
	padding-left: 5px;
	font-variant: small-caps;


}
#content p {
	font-size: 1em;
	color: #666666;
	margin-right: 15px;
	margin-left: 15px;
}
#content a {
	border-bottom: 2px dotted #00c2c4;
	border-bottom: #00c4c2;
	border-bottom: 2px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-left: 2px;

}
#content a:link {
	color: #336699;
	text-decoration: none;
}
#content a:visited {
	color: #336699;
	text-decoration: none;
}
#content a:hover {
	color: #c200c4;
	text-decoration: none;
	background-color: #00c2c4;

}
#content a:active {
	color: #336699;
	text-decoration: none;
}
