body, p, h1, h2, h3, ul, li, img, form, table, tr, td {
	padding: 0px;
	margin: 0px;
}
a:focus {
	outline-style: none;
}
body {
	background: #fff url(../images/strip.jpg) repeat-x  0% 0%;
	text-align: center;
	padding-top: 35px;
	font-size: 16px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 750px;
	borderi: 1px solid #0f0;
}
#header {
	width: 100%;
	margin-bottom: 20px;
}
#content {
	float: left;
	width: 500px;
	margin-right: 49px;
	margin-bottom: 20px;
	borderi: 1px solid #00f;
}
#sidebar {
	float: left;
	width: 200px;
	borderi: 1px solid #f0f;
}
#footer {
	clear: both;
	width: 100%;
	background: #fff url(../images/footer.gif) no-repeat  50% 0%;
	padding-top: 55px;
	padding-bottom: 5px;
/*	border: 1px solid #0ff;*/
	text-align: center;
}
/* ==== #header ==== */
#header h1 {
}
#header h1 a {
	display: block;
	text-indent: -9999px;
	background: #fff url(../images/header1.jpg) no-repeat  0% 0%;
	width: 750px;
	height: 275px;
}
#header #tel {
	position:relative;
	left:500px;
	top:-172px;
	width:200px;
	font-family: Arial, Verdana, sans-serif;
	color: #18a;
	font-weight: bold;
}
/* ==== #sidebar ==== */
#sidebar #app {
	display: block;
	text-indent:-9999;
	background: url(../images/appButton_2.gif) no-repeat 0px 0px;
	width: 201px;
	height: 65px;
	margin-bottom: 40px;
}
#sidebar #app:hover {
	background: url(../images/appButton_2.gif) no-repeat 0px -65px;
}
#sidebar ul {
/*	border: 1px solid #000;*/
}
#sidebar li {
	list-style: none;
	text-align: center;
	padding-bottom: 4px;
	background: url(../images/tail.gif) no-repeat 0% 100%;
/*	border-bottom: 1px solid #ccc;*/
}
#sidebar li a {
	display: block;
	padding: 15px 0px;
	padding-left: 24px;
	background: #fff url(../images/foot.gif) no-repeat 5px 50%;
	text-decoration: none;
	font: 0.8em Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #543;
	letter-spacing: 2px;
}
#sidebar li a:hover {
	background: #ded url(../images/foot2.gif) no-repeat 5px 50%;
	color: #330;
}
#sidebar li.active a:hover {
	background: #fff url(../images/foot.gif) no-repeat 5px 50%;
}
#sidebar li.active ul li a {
	background: none;
	padding: 0px;
	font-weight: normal;
	font: 0.8em Arial, Verdana, sans-serif;
	letter-spacing: 0px;
}
#sidebar li.active ul li a:hover {
	background: #ffc;
	color: #110;
}
#sidebar ul li ul {
	display: none;
}
#sidebar ul li.active ul {
	display: block;
}
#sidebar ul li ul {
	padding-left: 24px;
}
#sidebar ul li ul li {
	list-style: none;
	text-align: left;
	background: url(../images/bullet.gif) no-repeat 0% 2px;
 	padding-left: 15px;
}
#sidebar #accr {
	margin-top: 50px;
}
#sidebar #accr img {
	display: block;
	margin: 0px auto;
	text-align: center;
}
/* ==== #content ==== */
#content h1 {
	font: 1.5em Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3px;
/*	color: #9ba;*/
	color: #147;
	border-bottom: 4px solid #147;
	margin-bottom: 15px;
}
#content h3 {
	font: 1.2em Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #654;
	margin-bottom: 5px;
	clear: both;
}
#content p, #content ul, #content table, #content form{
	font: 0.9em Arial, Verdana, sans-serif;
	color: #333;
	margin-bottom: 10px;
	line-height: 130%;
}
#content p {
	clear: left;
}
#content p.no-clear {
	clear: none;
}
#content li {
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0% 4px;
	padding-left: 15px;
}
#content ul ul {
	margin-left: 20px;
	font-size: 1em;
}
#content a {
	text-decoration: none;
/*	color: #776;*/
/*	border-bottom: 1px solid #776;*/
	color: #58e;
	border-bottom: 1px solid #58e;
}
#content a:hover {
	color: #765;
	border-bottom: 1px solid #765;
}
#content img {
	float: left;
	padding: 3px;
	margin: 0px 10px 10px 0px;
	background: #fff;
	border: 1px solid #ccc;
}
#content img.thumb {
	width: 100px;
}
#content div.gallery {
	background: #eee;
	padding: 2px 5px;
	margin-bottom: 5px;
}
#content div.clear {
	width: 50%;
	clear: both;
}
#content .felem {
	border-top: 1px solid #bbb;
	padding: 8px 5px;
	margin-bottom: 5px;
	background-color: #eec;
}
#content label {
	float: left;
	width: 100px;
	font-weight: bold;
}
#content input, #content textarea {
	width: 300px;
	border: 1px solid #aa9;
}
#content input.btn {
	width: 100px;
}
#content .felem div {
	width: 300px;
	margin-left: 100px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	color: #654;
}
/* ==== #footer ==== */
#footer p, #footer .vcard {
	font: 0.9em Georgia, "Times New Roman", serif;
	color: #666;
}
#footer a {
	color: #666;
}
#footer a:hover {
	#color: #333;
}