/*---------MedMemoWeb Styles---------*/

body {
	margin: 0;
	padding: 0;
	font:12px Arial, Tahoma, Verdana;
	line-height: 1.4;
}

a {
	color: #ff0000;
}

a:hover {
	background-color: #ff0000;
	color: white;
}

img {
	border: 0px;
}

/*---------Structure---------*/

#container {
	width: 870px;
	margin: 0 auto 0 auto;
}


/*--Head-------*/

#header {
	width: 870px;
	float: left;
	border-bottom: 1px solid #5ebf44;
	padding-top: 40px;
}

	#header #logo {
		float: left;
		width: 324px;
		height: 42px;
		background: url(img/logo.gif) no-repeat left top;
	}

	#header #logo span {
		display: block;
		width: 324px;
		height: 42px;
	}

	#header #logo a:hover {
		background: none;
	}
	
		#header #navigation {
			float: left;
			margin: 0;
			padding-top: 22px;
			list-style: none;
			margin: 0 0 0 80px;
		}
	
		#header #navigation li {
			float: left;
			margin: 0 5px 0 5px;
		}
	
		#header #navigation li a:hover {
			border-bottom: 2px solid red;
			background-color: white;
		}

	#header #search {
		float: right;
		padding-top: 15px;
	}

	#header #search input.input_text {
		vertical-align: bottom;
		background-color: #5ebf44;
		color: white;
	}


/*--Content-------*/

#content {
	width: 870px;
	float: left;
	padding: 15px 0 0 0;
}

/*--Left Column-------*/

#leftCol {
	width: 500px;
	float: left;
}

	#leftCol p {
		margin: 0px 20px 0px 0;
	}

	#leftCol p.options {
		margin: 10px 20px 15px 0;
		color: #585858;
	}

	h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 20px 0px 0;
	line-height: 1.2;
	}

	h1 a, h1 span {
		color: #ff0000;
		font-size: 11px;
	}

	h6 {
	margin: 10px 0px 0px 0px;
	padding: 0;
	}

/*--Middle Column-------*/

#middleCol {
	width: 230px;
	float: left;
}

 #middleCol p {
 	margin: 0px 20px 20px 0;
 }

/*--Right Column-------*/ 

#rightCol {
	float: left;
	width: 140px;	
	padding-top: 20px;
}

	#rightCol #cat {
		float: left;
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 13px;
	}

	#rightCol #cat li {
		display: block;
		padding: 1px 2px 1px 2px;
		margin: 0;
	}

	#rightCol #cat li a {
		font-weight: bold;
		text-decoration: none;
		padding: 0;
	}

	#rightCol #cat li a:hover, #rightCol #cat li a.selected {
		background-color: #ff0000;
		color: white;
	}
	

/*--Footer-------*/

#footer {
	width: 870px;
	clear: both;
	border-top: 1px solid #5ebf44;
	}

/*--2 Column-------*/

#alpha {
	float: left;
	width: 729px;
}

	#alpha p {
		margin: 0 20px 10px 0;
	}

#gamma {
	width: 550px;
	float: left;
}

	#gamma p {
		margin: 10px 20px 10px 0;
		font-size: 13px;
		line-height: 1.4em;
	}

#betta {
	width: 300px;
	float: left;
}

	#betta p {
		margin: 0 0 10px 0;
	}

	#betta p span {
		color: #E91700;
	
	}