/* Global settings */
body, html {
	font-family:		Verdana, Arial, sans-serif; 
	font-size: 			11px;
	color: 				#333;
	background-color: 	#ffffff;
	font-weight: 		normal;
	margin:				0px;
	padding:			0px;
	width:				100%;
	background:			url(/_global/images/flower_bg.jpg) no-repeat left top;
}

#container {
	width:				1030px;
	margin:				230px 0px 0px 135px;
	position:			relative;
}

#left {
	width:				200px;
	padding:			140px 0px 0px 0px;
	background:			url(/_global/images/stroke.gif) no-repeat right -50px;
	height:				614px;
	float:				left;
}
#left #slogan {
	width:				150px;
	font-size:			12px;
	font-family:		Times New Roman, sans-serif;
	font-style: 		italic;
}
#left #contact {
	font-size:			13px;
	font-family:		Times New Roman, sans-serif;
	color: 				#e60003;
	background-color: 	inherit;	
	font-weight: 		bold;
}
#left #contact a, #left #contact a:visited {
	color: 				#e60003;
	font-weight: 		bold;
	text-decoration: 	none;
	background-color: 	inherit;
}
#left #contact a:hover, #left #contact a:active {
	color: 				#e60003;
	text-decoration: 	underline;
	background-color: 	inherit;
}
#right {
	width:				200px;
	padding:			20px 0px 0px 20px;
	background:			url(/_global/images/stroke.gif) no-repeat left -50px;
	height:				614px;
	float:				right;
}
a, a:visited {
	color: 				#e60003;
	font-weight: 		normal;
	text-decoration: 	none;
	background-color: 	inherit;
}
a:hover, a:active {
	color: 				#e60003;
	text-decoration: 	underline;
	background-color: 	inherit;
}

#content {
	margin:				140px 210px 0px 210px;
	color:				#483c2c;
	background-color:	inherit;
	line-height:		20px;
	font-family:		Times New Roman, sans-serif;
	font-size:			14px;
}
#content h1 {
	font-family:		Times New Roman, sans-serif;
	font-size:			24px;
	font-weight: 		normal;
}
#vertical_menu {
	position:			absolute;
	left:				180px;
}	
h1 {
	font-family:		Times New Roman, sans-serif;
	font-size:			24px;
	font-weight: 		normal;
}
