body {
	margin-top: 10px;
}

#top_menu_block {
	width: 900px;
	height: 140px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	text-align: left;
	background: black;
	background-image: url('fruits.jpg');
	background-position: top center; 
	background-repeat: no-repeat;
	color: white;
}

#top_menu_link_block{
	position: relative;
	top: 118px;
	left: 10px;
}

#top_menu_link_block a{
	color: white;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}

#top_menu_link_block a:hover{
	color: red;
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

#content_block {
	width: 900px;
	border: 1px solid black;
	text-align: left;
	background: #E9FCCC;
	padding-top: 10px;
	padding-bottom: 90px;
	font-family: arial;
	font-size: 12px;
}

#content_block_position {
	position: relative;
	top: 10px;
	left: 10px;
}

#letter_list {
	background: #79B300;
	padding: 5px;
}

#remedy_table {
	width: 700px;
	border: 0px solid black;
	border-spacing: 1px;
	background: white;
	text-align: center;
}

#remedy_table_heading {
	background: #79B300;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.recent_table {
	width: 350px;
	border: 0px solid #79B300;
	border-spacing: 1px;
	text-align: left;
	font-size: 12px;
}

.recent_table_caption {
	background: #79B300;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.cond_list_table {
	width: 720px;
	border: 0px solid #79B300;
	border-spacing: 1px;
	text-align: center;
	font-size: 12px;
}

.cond_list_table_caption {
	background: #79B300;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.testimony_item {
	width: 800px;
	border: 1px solid black;
	background: white;
	padding: 5px;
}

.testimony_item_2 {
	width: 800px;
	border: 0px solid black;
	background: #EBFFBF;
	padding: 5px;
}

select {
	color: black;
	font-size: 13px;
	background: white;
	border: 1px solid black;
}

#footer {
	width: 900px;
	height: 18px;
	color: white;
	font-size: 13px;
	background: black;
	text-align: center;
	line-height: 1em;
	border: 1px solid black;
}

.green {
	color: #79B300;
}

p {
	width: 800px;
}

caption {
	font-size: 14px;
	font-weight: bold;
}

a, a:visited, a:active {
	font-size: 12px;
	font-weight: normal;
	color: black;
}
a:hover {
	font-size: 12px;
	font-weight: normal;
	color: red;
}

a.bold, a.bold:visited, a.bold:active {
	font-size: 12px;
	color: black;
	font-weight: bold;	
}
a.bold:hover {
	font-size: 12px;
	color: red;
	font-weight: bold;	
}

a.bold2, a.bold2:visited, a.bold2:active {
	font-size: 12px;
	color: black;
	font-weight: bold;	
	background: #79B300;
	padding: 3px;
	border: 1px solid black;
	text-decoration: none;
}
a.bold2:hover {
	font-size: 12px;
	color: #79B300;
	font-weight: bold;	
	background: black;
	padding: 3px;
	border: 1px solid black;
	text-decoration: none;
}

a.footer, a.footer:visited, a.footer:active {
	font-size: 12px;
	font-weight: normal;
	color: white;	
}
a.footer:hover {
	font-size: 12px;
	font-weight: normal;
	color: red;	
}


a.small, a.small:visited, a.small:active {
	font-size: 10px;
	font-weight: normal;
	color: black;	
}
a.small:hover {
	font-size: 10px;
	font-weight: normal;
	color: red;	
}

a.big, a.big:visited, a.big:active {
	font-size: 14px;
	font-weight: bold;
	color: black;	
}
a.big:hover {
	font-size: 14px;
	font-weight: bold;
	color: red;	
}

.small {
	font-size: 10px;
	color: #79B300;
}

.big {
	font-size: 14px;
	color: black;
}

.huge {
	font-size: 20px;
	color: black;
	font-weight: bold;
}

.bold {
	font-size: 12px;
	color: black;
	font-weight: bold;	
}

#register_layer {
	width: 350px;
	border: 1px solid #79B300;
	padding: 10px;

}

#login_layer {
	width: 350px;
	border: 1px solid #79B300;
	padding: 10px;
}

.big_label {
	font-size: 22px;
	color: black;
	border-top: 1px solid #79B300;
	border-bottom: 1px solid #79B300;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 2em;
}

.mid_label {
	font-size: 21px;
	color: black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 2em;
}


.submit_button {
	background: black;
	color: white;
	font-family: verdana;
	font-size: 12px;
	border: 1px solid black;
	padding-left: 3px;
	padding-right: 3px;
}

.warning {
	font-size: 10px;
	color: red;
	border: 0px solid black;
}

.item {
	border: 0px solid black;
	margin: 10px;
	float: left;
}

.box {
	float: left;
	border: 0px solid black;
}

br {
	clear: left;
}
