﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	
}

#mast_container{
	/*min-width:600px;*/
	max-width:800px;
	margin:auto;
	margin:auto;
	background-color:white;
	/*border:1px yellow solid;*/
}

#masthead {
	height:130px;
	background-image:url('../Images/medicine.jpg');
	background-position:left;
	background-repeat:no-repeat;
	/*border:thin blue dashed;*/
}

hr{
	height:10px;
	background-color:silver;
}

#redhr{
	height:10px;
	background-color: #9E070B;
}

#bluehr{
	height:10px;
	background-color:#1E6CB8;
}
.top_container, .bot_container{
	max-width:900px;
	/*border:thin fuchsia solid;*/
}

#top_left_col {
	width: 200px;
	min-height:90px;
	max-height:260px;
	float: left;
	margin-bottom:2px;
	vertical-align:middle;
}

#links{
	background-color:#319DBA;
	padding-top:10px;
	padding-bottom:10px;
	/*border:thin green solid;*/
}

ul li{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-weight:bolder;*/
	line-height:25px;
}

a:link{
	color:white;
	text-decoration:none;
}

a:hover{
	font-size:13px;
	font-weight:bold;
	color:white;
	cursor:hand;
}

a:visited{
	text-decoration:none;
	color:#9E070B;	
}

#top_page_content{
	margin-left: 205px;
	min-height:90px;
	max-height:240px;
	margin-bottom:2px;
}

#bot_left_col {
	width: 200px;
	float: left;
}

#categories{
	background-color:#D66667;
	padding-top:10px;
	padding-bottom:10px;
	/*border:thin green solid;*/
}

#bot_page_content {
	margin-left: 205px;
	margin-bottom:2px;
}

#desc{
	background-color:#C0E6EF;
	padding:10px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	line-height:22px;
	color:#1E6CB8;
}

#footer {
	clear: both;
	min-height:20px;
	background-color:silver;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	margin-top:5px;
}
