body {
	cursor: default;
	margin: 5px 0;
	font: small/1.8em Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	color: #000;
	text-align: center;
}

h1 {
	color: #000;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
	border: 1px dotted;
	line-height: 2em;
	margin: 3em 0;
}

h2 {
	color: #fff;
	background: #269900;
	text-indent: 0.5em;
	font-size: 1.1em;
	font-variant: small-caps;
	margin-top: 2em;
}

h3 {
	font-size: 1.1em;
}

a {
	color: #00661A;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover {
	color: #009926;
	border-bottom: 1px solid;
}

a:visited {
	color: #009926;
}

img {
	border: 0;
}

#page {
	width: 740px;
	margin: 0 auto;
	color: #000;
	background: #E3F8CE;
	text-align: left;
}

	#header {
		width: 100%;
		height: 150px;
		background: url("pharma.jpg") top right no-repeat;
	}
		#header h1 {
			margin: 0;
			border: none;
		}

	#menu {
		padding: 0 10px;
		letter-spacing: 0.1em;
		line-height: 3em;
		font-weight: bold;
		border-bottom: 1px solid #009E28;
		border-top: 1px solid #009E28;
		background: #C9F2A1;
	}
		/* for #menu, #sidebar and #footer !!! */
		#menu ul, #sidebar ul, #footer ul {	
			margin: 0;
			padding: 0;
			list-style: none;
		}

		#menu li {
			display: inline;
			padding: 0 2.5em;
		}
		
			#menu li a{
				color: #00661A;
				text-decoration: none;
				border: none;
			}
			#menu li a:hover {
				color: #009926;
			}

	#content {
		float: left;
		width: 490px;
		padding: 0px 20px 30px 20px;
		border-right: 1px solid #B0EC74;
		background: #FBFFF0;
	}

	#sidebar {
		margin: 10px 0 0 -1px;
		padding: 0 0 0 15px;
		float: left;
		width: 180px;
		font-size: 0.8em;
		border-left: 1px solid #B0EC74;
	}

	#footer {
		clear: both;
		margin: 0;
		padding: 1px 0;
		background: #009E28;
		text-align: center;
		font-size: 0.8em;
	}
	
		#footer li {
			display: inline;
			padding: 0 1em 0 0;
		}

		#footer a {
			color: #fff;
		}