
body {
	font-family: Gill Sans, sans-serif;
	font-weight: 100;
	color: #ffffff;
	background-image: url(images/medex_bg.png);
	margin: 0;
	background-repeat:repeat;
} 

#logo  {
	padding-top : 8px;
}

p  {
	margin-top: 0px;
}

img  {
	border-width: 0px;
}

td   {
	vertical-align: top;
	padding: 1em;
}

#top {
	background-image : url(images/medex_top.png);
	height : 100px;
} 

#navi {
	background-image: url(images/medex_navi.png);
	background-repeat:repeat;
	height : 20px;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 12px;
} 

#mid {
	height:auto;
	background-color : #ffffff;
	margin-top : 0px;
	padding-top: 40px;
	padding-bottom: 60px;
	min-height: 400px;
} 

#bottom {
	background-image : url(images/medex_bottom.png);
	height : 120px;
	background-repeat : repeat-x;
	position: relative;
} 

a:link {
	text-decoration : none;
	color : #289BC2;
} 

a:visited {
	text-decoration : none;
	color : #289BC2;
}

a:hover {
	color : #000000;
}  

a.navi:link {
	color : #ffffff;
}

a.navi:visited {
	color : #ffffff;
}  

a.navi:hover {
	color : #000000;
}

.content {
	width : 900px;
	margin : auto;
	height: 100%;
	color: #000000;
} 

#left  {
	width: 22%;

}

.float_left  {
	float:left;
	margin: 0px 0px 0px 0px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	clear:both;
	}



#right  {
	width: 75%;
	color: #555555;
}

.contact {
	color: #ffffff;
	margin: auto;
	width: 900px;
	text-align: center;
	font-size: 11px;
	padding-top: 0.5em;
} 