
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto;
	padding: 0px;
	text-align:center;
	background-image: url(/images/back.gif);
	background-position: top center;
}

#top {
	margin : 0px auto;
	width: 770px;
	padding : 20px 0px 0px 0px;
	height: 164px;
	background-image: url(/images/head.jpg);
}

#top_nav {
	margin : 0px auto;
	width: 770px;
	padding : 0px;
}

#pagebottom {
	text-align: center;
	margin : 0px auto;
	padding : 32px 0px 0px 0px;
	width: 770px;
	height: 107px;
	background-image: url(/images/foot.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 770px;
	text-align:left;
	margin : 0px auto;
	background-image: url(/images/wrap_back.gif);
}

#popular_drugs {
	text-align:left;
	margin: 0px;
	padding: 42px 13px 0px 13px;
	width: 221px;
	background-image: url(/images/side_populardrugs_top.gif);
	background-repeat: no-repeat;
	background-color : #d3dee9;
}

#rightnav {
	float : right;
	width: 250px;
	padding: 0px 17px 0px 0px;
	margin : 0px;
}

#content {
	width: 468px;
	margin-left : 17px;
	padding : 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color : #ffffff;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	color: #2e2968;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #2e2968;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
.disclaimer {
	font-size: 7px;
}
/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a:link, a:active, a:visited {
	color : #315289;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #a8bad8;
	font-weight:bold;
	text-decoration:none;
}


