@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, li, ol, p, form, hr {
	padding: 00px;
	margin: 00px;
}
p {
	padding: 00px 00px 15px 00px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 00px 00px 15px 00px;
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
A:link, A:active, A:visited, A:hover {
	color: #702f2d;
	text-decoration: underline;
}
A:hover {
	color: #000000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left_align {
	text-align: left;
}
.right_align {
	text-align: right;
}
.center_align {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
.clear {
	clear: both;
}
img {
	border: 00px;
}
.padding_none {
	padding: 00px;
}
.margin_none {
	margin: 00px;
}
body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}
#magazine {
	width: 850px;
	position: relative;
	margin: auto;
}
/********************************* Header ***********************************/
#header {
	width: 850px;
	text-align:center;
}
/********************************* Content ***********************************/
#content_bg{
	background: url(images_magazine/bonsai.jpg) right top scroll no-repeat;
	float: left;
	width: 850px;
	padding-top:15px;
}

#content_left {
	width: 350px;
	float: left;
}

#content_left span {
	float: left;
	padding-left: 10px;
}
.forminput{
width:210px;
}
.padding_left {
	padding: 00px 00px 00px 20px;
}
.width_submit {
	width: 220px;
}
/********************************* Menu ***********************************/
#menu {
	width: 250px;
	float: right;
	padding: 00px 00px 360px 00px;
}
#menu ul {
	padding: 00px 00px 00px 00px;
}
#menu li {
	width: 230px;
	line-height: 37px;
	color: #FFFFFF;
	list-style: none;
	font-weight: bold;
	text-decoration: none;
	background: url(images_magazine/menu.gif) left top scroll repeat-y;
	margin: 00px 00px 00px 00px;
	border-bottom: 1px solid #697f5f;
	border-top: 1px solid #bac8b3;
}
#menu A:link, #menu A:active, #menu A:visited, #menu A:hover {
	width: 210px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images_magazine/menu.gif) left top scroll repeat-y;
	padding: 00px 00px 00px 20px;
	display: block;
}
#menu A:hover {
	background: url(images_magazine/menu_rh.gif) left top scroll repeat-y;
}
#menu .menurh, #menu .menurh A:link, #menu .menurh A:active, #menu .menurh A:visited, #menu .menurh A:hover {
	background: url(images_magazine/menu_rh.gif) left top scroll repeat-y;
}
/********************************* Menu ***********************************/
#bottomlink {
	width: 850px;
	float: left;
	text-align: center;
	line-height: 45px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
#bottomlink A:link, #bottomlink A:active, #bottomlink A:visited, #bottomlink A:hover {
	color: #0000FF;	
	text-decoration: underline;
	
}
#bottomlink A:hover {
	color: #FF0000;	
	text-decoration: underline;
	
}