/* CSS Document */
body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0;
}
#main {
    margin: 10px auto;
	width: 690px;
	height: auto;
}
#left {
    float: left;
	width: 180px;
	margin: 0;
	padding: 0;
	height: auto;
}
#logo {
    width: 100%;
	height: 45px;
	margin-bottom: 10px;
}
#introduce {
    width: 160px;
	height: auto;
	border: #83CD00 dotted 1px;
	padding: 10px 8px 10px 10px;
	background-color: #f8f8f8;
}
#introduce h1 {
    margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	height: 21px;
	line-height: 21px;
}
#introduce p {
    margin: 0;
	line-height: 18px;
}
#introduce p a:link , #introduce p a:visited {
    text-decoration: none;
	color: #000;
}
#introduce p a:hover {
    color: #83CD00;
	text-decoration: underline;
}
#guestbook {
    width: 160px;
	height: 120px;
	margin-top: 10px;
	background-image: url(images/guestbook_bg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
}
#guestbook h1 {
    font-size: 12px;
	margin: 0;
	color: #FFF;
	border-bottom: #FFF solid 1px;
	height: 21px;
	line-height: 21px;
}
#guestbook p {
    line-height: 18px;
	margin-top: 4px;
}
#guestbook p a:link , #guestbook p a:visited {
    color: #333333;
	text-decoration: underline;
}
#guestbook p a:hover {
    color: #83CD00;
	text-decoration: none;
}
#right {
    float: right;
	width: 492px;
	height: auto;
}
#products {
    width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
#products_pictures {
    float: left;
	width: 360px;
	height: 150px;
	margin: 0;
}
#products_navbar {
    float: right;
	width: 114px;
	height: 132px;
	margin: 0;
	padding: 6px 0;
}
#products_navbar ul {
    margin: 0px;
	font-weight: bold;
	color: #83CD00;
}
#products_navbar li {
    line-height: 18px;
	font-weight: normal;
	color: #000;
	list-style-type: none;
}
#products_navbar li a:link , #products_navbar li a:visited {
    color: #000;
	text-decoration: underline;
}
#products_navbar li a:hover {
    color: #83CD00;
	text-decoration: none;
}
#main_text {
    clear: both;
	margin-top: 10px;
}
#main_text h1 {
    font-size: 12px;
	margin: 0;
	height: 36px;
	line-height: 36px;
}
#main_text p {
    margin: 0;
	line-height: 16px;
}
#bottom {
    width: 100%;
	height: auto;
	border-top: #83CD00 solid 1px;
	margin: 20px 0;
	text-align: center;
	padding: 10px 0;
}
#bottom a:link , #bottom a:visited , #main_text a:link , #main_text a:visited {
    color: #000;
	text-decoration: none;
}
#bottom a:hover , #main_text a:hover {
    color: #83CD00;
	text-decoration: none;
}

