﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:black;
}

#mast_container{
	width:900px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
}
#masthead {
	height:120px;
	background-image:url('../Images/medicinefinal.jpg');
	background-position:500px 130py;
	background-repeat:no-repeat;
	vertical-align:middle;
	/*border:thin blue dashed;*/
}

.top_container, .bot_container{
	overflow:auto;
	/*width:804px;
	border:1px fuchsia solid;*/
}

.bot_container{
	
}
#top_left_col {
	width: 200px;
	height:260px;
	float: left;
	/*border:1px green solid;*/
}

#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;
}

li > a:link{
	color:white;
	text-decoration:none;
}

li > a:hover{
	font-size:13px;
	font-weight:bold;
	color:white;
	cursor:hand;
}

li > a:visited{
	text-decoration:none;
	color:white;
	font-weight:bold;
}

a:link{
	color: #333333;
	text-decoration:none;
	font-weight:normal;
}

a:visited{
	text-decoration:none;
	color:#D66667;
	font-weight:bold;
}

#top_page_content {
	margin-left: 205px;
	height:260px;
	margin-right:5px;
	/*border:1px green solid;*/
}

#img1{
	float:left;
	margin-right:0px;
}

#img2{
	float:right;
	/*margin-right:7px;*/
}
#bot_left_col {
	width: 200px;
	float: left;
	max-height:100%;
	/*border:1px green solid;*/
}

#categories{
	background-color: #D66667;
	padding-top:10px;
	padding-bottom:10px;
	/*border:thin green solid;*/
}

#bot_page_content {
	margin-left: 205px;
	max-height:100%;
	margin-right:5px;
	margin-top:0px;
	/*border:1px green solid;*/
}

#desc{
	background-color: white;/*#C0E6EF;*/
	padding:10px 10px 10px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
	line-height:22px;
	color:#1E6CB8;
}

hr{
	height:10px;
	background-color:silver;
}

#redhr{
	height:10px;
	background-color: #9E070B;
}

#bluehr{
	height:10px;
	background-color:#1E6CB8;
}

#footer {
	clear: both;
	min-height:25px;
}

#footer_links{
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
}

#credit{
	text-align:right;
	padding-right:5px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color: #333333;	
}