html { 
	height: 100%; 
	background-color: #E5E5E5; 	
	background-image: url(../gfx/body_bg.gif);
	background-repeat: repeat-x;
	font: 62.5%/1.4 Verdana, Arial, Helvetica, sans-serif; color: #333333; }
body {
	margin: 0;
	padding: 0;
	background-image: url(../gfx/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #E5E5E5;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
/* LINKS */
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
/* HEADERS */
h2 {
	font-size: 1.6em;
	}
h3 {
	font-size: 1.5em;
	}
h4 {
	font-size: 1.4em;
	}
h5 {
	font-size: 1.3em;
	}
h6 {
	font-size: 1.2em;
	}
/* LAYOUT */
#wrapper {
	margin: 0px auto;
	width: 900px;
	}
#head {
	background: #fff url(../gfx/header_top_bg.gif) top left repeat-y;
	height: 20px;
	}
#headb {
	background: url(../gfx/header_bottom_bg.gif) top left repeat-y;
	height: 20px;
	}
h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background-color: #fff;
	width: 900px;
}
h1 a {
	display: block;
	overflow: hidden;
	height: 100px;
	font-size: 0.0; 
	line-height: 0.0;
	text-decoration: none; 
	text-indent: -9999px;
	background: url(../gfx/gerigene_medical_corporation.jpg) center top no-repeat;
	}
#content {
	background: url(../gfx/content_bg.gif) top left no-repeat;
}
#navContainer {
	float: left;
	width: 200px;
}
#contentContainer {
	margin-left: 200px;
	margin-right: 50px;
	background: #fff;
	min-height: 500px;
	border-bottom: 5px solid #666666;
	font-size: 1.2em;
}
#contentContainer p {
	margin: 0;
	padding: 0 0 5px 0;
	}
#contentContainer h1,
#contentContainer h2,
#contentContainer h3,
#contentContainer h4,
#contentContainer h5,
#contentContainer h6 {
	margin: 0;
	padding: 0 0 5px 0;
	}
/* GROUPLOOPER IN THE CONTENT AREA */
dl#groupLooper {
	margin: 0;
	padding: 0;
}
#groupLooper dt {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
}
#groupLooper dt img.figure {
	padding: .5em;
	border: 1px solid #eee;
	width: 133px;
	max-height: 150px;
	}
#groupLooper dd {
	margin-left: 160px;
	min-height: 160px;
	padding: .5em;
	text-align: left;
}
/* INVESTOR SECTION */
#newsListContainer {
	width: 100%;
	}
#newsListContainer ul#newsList{
	margin: 0;
	padding: 0;
	list-style: none;
	}
/* THE FEEDBACK FORM */
form#defaultform {
	margin: 0;
	padding: 0;
	margin-left: 155px;
	}
form#defaultform fieldset {
	}
#defaultform p {
	width: 350px;
	/*clear: left;*/
	margin: 2px 0 0 0;
	padding: 2px 0 2px 0;
	padding-left: 0px; /*width of left column containing the label elements*/
	border-top: 0px dashed gray;
}
#defaultform .heading {
	margin-left: -155px;
	}
#defaultform label {
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#defaultform input[type="text"],
#defaultform input[type="password"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
}

#defaultform textarea {
	width: 250px;
	height: 150px;
}
.clear {
	clear: both;
	text-align: center;
	}
/* MAIN NAVIGATION */
ul#navlist
{
width: 198px;
\width: 200px;
w\idth: 198px;
padding: 0px;
border: 1px solid #fff;
border-top: 0px;
margin: 30px 0;
font: bold 12px verdana,helvetica,arial,sans-serif;
background: #fff;
}

ul#navlist li
{
list-style: none;
margin: 0px;
border: 0px;
border-top: 1px solid #fff;
}

ul#navlist li a
{
display: block;
width: 167px;
\width: 198px;
w\idth: 167px;
padding: 4px 8px 4px 0px;
border: 0px;
border-right: 23px solid #ccc;
/*background: #ccc;*/
text-decoration: none;
text-align: right;
background: url(../gfx/nav-li.gif) top left repeat-y;
}

ul#navlist li a:link { color: #000; }
div#navcontainer li a:visited { color: #000; }

ul#navlist li a:hover
{
border-color: #ff0000;
color: #ffffff;
background: #666;
}
/* PADDINGS */
#inner {
	padding: 40px;
}
/* STYLES */
address {
	color: #fff;
	font-style:normal;
	padding: 0 20px;
	}
.breadCrumbs {
	margin: 0 0 10px 0;
	}
.fig {
	margin: 0 0 200px 40px;
	}
h5 {
	margin: 0;
	padding: 0;
	}
.attachments {
	margin-left: 1.5em;
	}