* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #F5F5F5; /*url(images/img1.gif) repeat-x;*/
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3B3B3B;
}

h1, h2, h3 {
	color: #666666;
}

h1 {
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 1px solid #3B3B3B;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.news_left {
	float: left;
	margin: 5px;
}

img.news_right{
	float: right;
	margin: 0 0 0 20px;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

img.noborder {
	border:none;
}

span.micromedica {
	color: #4F789F;
}

span.o_red {
	color: #FF0000;
}

/* Boxed Style */

.boxed {
	
}

.boxed .title {
	padding: 10px 15px;
	background: #666666;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

.boxed li {
	display: inline;
}
.boxed a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
	font-size:13px;
}

.boxed a:hover {
	background: #FFCC33;
	color: #FFFFFF;
}

.boxed .active a {
	background: #BABABA;
	color: #000000;
}
/*
.boxed a {
	display: block;
	padding: 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
	font-size:13px;
}

.boxed a:hover {
	background: #FFCC33;
	color: #FFFFFF;
}

.boxed .active a {
	background: #BABABA;
	color: #000000;
}*/

/* Post */

.post {
	clear: both;
	padding: 20px;
/*	border-bottom: 1px solid #3B3B3B;*/
}

.post_underline {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #3B3B3B;
}

.news {
	float: left;
	width: 265px;
}

.news .content {
	margin: 5px 5px 5px 10px;
	padding: 5px;
	height: 62px;
	border: 1px solid #3B3B3B;
	background-color: #ECF6F9; 
}

.post .title {
}

.post .content {
	line-height: 1.6em;
	/*max-height: 300px;*/
	overflow: auto;
	text-align:justify;
}

.post_underline .title {
}

.post_underline .content {
	line-height: 1.6em;
	/*max-height: 300px;*/
	overflow: auto;
	text-align:justify;
}

.post .content_sentence {
	line-height: 1.6em;
	text-align:right;
	font-size: 14px;
	color: #666666;
}

.post .content_sentence_left {
	line-height: 1.6em;
	text-align: left;
	font-size: 14px;
	color: #666666;
}

.post .content_sentence_center {
	line-height: 1.6em;
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.post .content_small {
	line-height: 1.6em;
	text-align:right;
	font-size: 9px;
}

.post .content_author {
	line-height: 1.6em;
	text-align:right;
	font-size: 12px;
	color: #4F789F;	
}

.post .content_center {
	text-align: center;
	line-height: 1.6em;
	overflow: auto;
}

.post .content_center ul {
	width: 100%;
	list-style: none;
	margin:0px;
	padding:0px;
}

.post .content_center ul li {
	float: left;
	width: 33%;
 	
}

.post .mail {
	line-height: 1.6em;
}

.post .mail fieldset {
	border: none;
}

.post .mail legend {
	display: none;
}

.post .mail label {
	float: left;
}

.post .mail input, .post .mail textarea {
	float: right;
	margin-right: 70px;
	margin-bottom: 3px;
}

.post .mail #input_submit {
	margin-right: 0px;
	float: right;
}

.post .mail #input_reset {
	margin-right: 70px;
	float: right;
}

.post .mail #input_user, .post .mail #input_email, .post .mail #input_text {
	width: 300px;
}

.post .title {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}

/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background: #ECF6F9;
}

#header img {
	border: none;
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 10px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(images/img_back.jpg) repeat-y;
	border-top: 20px solid #3B3B3B;
}

#content {
	float: right;
	width: 537px; /*497*/
	padding-right: 1px;
}

#sidebar {
	float: left;
	width: 160px; /*200px*/
	padding-left: 1px;
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #3B3B3B;
	font-size:14px;
}

#menu a:hover {
	background: #FFCC33;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	width: 125px;
	margin-bottom: 5px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Description */

#description {
}

#description ul {
}

#description li {
	margin-bottom: 20px;
}

#description h3 {
	font-size: .77em;
}

#description a {
	font-size: .77em;
	float:right;
}

/* Footer */

#footer {
	width: 670px;
	height: 30px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #3B3B3B;
	font-size: .77em;
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
	padding: 30px 0 0 7px;
}

#example {
	/*text-align: center;
	height: 150px;
	overflow: auto;*/
}
