﻿@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #336699 url(images/dev/main_bg.gif) repeat;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	height: 100%;
	}

#wrapper {
	width: 800px;
	background: url(images/dev/content_bg.gif) repeat-y;
	height: 120%;
	margin: auto;
	}

#header {
width: 800px;
position: absolute;
top: 0px;
text-align: right;
margin: auto;
height: 150px;
}

#nav {
width: 800px;
position:relative;
top:150px;
background: url(images/dev/nav_bg.gif) no-repeat;
margin: auto;
height: 60px;
padding: 30px 30px 10px 205px;
}
	
#nav ul {
list-style-type: none;
text-decoration: none;
display:inline;
}
	
#nav ul li {
float: left;
font-size: 1em;
color: #003366;
padding: 0 5px;
}

#nav a {
font-size: 0.9em;
color: #003366;
}
	
#nav a:hover {
color: #003366;
text-decoration:underline;
	}
	
#content {
width: 800px;
position:absolute; 
top: 210px;
margin:auto;
	}

#content_left {
width:140px;
position:absolute;
top: 0px;
left:0px;
margin: 20px 30px 30px 10px;
}

#content_left ul {
list-style-type: none;
text-decoration: none;
}
	
#content_left ul li {
font: 1em/2em Helvetica, Arial, Verdana, sans-serif;
color: #003366;
text-align:right;
		}

#content_left a {
color: #003366;
}
	
#content_left a:hover {
color:#003366;
text-decoration:underline;
}

#content_center {
width:380px;
position:relative;
left:180px;
margin: 30px 30px 30px 30px;
}

#content_right {
float:right;
width:150px;
margin: 30px 30px 30px 0;
}

#bottom {
	width: 800px;
	background: url(images/dev/bottom_stripe.gif) no-repeat;
	margin: auto;
	padding: 30px 30px 10px 205px;
	}

#clearone {
	clear:both;
	width:780px;
	padding-bottom:20px;
	}
	
table.drugs {
width: 360px;
border:1px solid #FFFFFF;
background:#CCC;
padding:5px;
}

table.drugs tbody tr {
font: 0.7em/1.4em Helvetica, Arial, Verdana, sans-serif;
color:#000000;
text-align: left;
text-decoration: none;
}