body {
	background: url(common/bg_tile.jpg);
	margin-top: 0px;
	background-color:#000;
}
.yog #container {
	width: 950px;
	margin: 0 auto;
	background: #FFFFFF;
}
.yog #header {
	background: #DDDDDD;
}
.yog #mainContent {
	background: #FFFFFF;
	padding: 40px 40px;
}
.yog #footer {
	height: 30px;
	width: 950px;
	background:#000000;
}
.yog #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align:center;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#777777;
	line-height: 28px;
}
.name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	line-height: 28px;
}
.address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#777777;
	line-height: 20px;
}
h1 {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #8dc63f;
}
.highlight {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}
.testimonial {
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:14px;
	color:#777777;
	line-height: 20px;
}
.testimonialname {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8dc63f;
	line-height: 20px;
}
.top {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FAC51B;
}
.yog #nav {
	background: #8dc63f;
	text-align: right;
	height: 25px;
	padding-right: 5px;
	padding-top:7px;
}
div#nav a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-right: 25px;
}
div#nav a:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: bold;
	margin-right: 25px;
}
a:link {
	text-decoration: none;
	color: #8ec63f;
}
a:visited {
	text-decoration: none;
	color: #8ec63f;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
div#nav b {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-left: 5px;
	text-decoration:underline;
}
div#nav b:hover {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	margin-left: 5px;
	text-decoration:underline;
}
b:link {
	text-decoration:underline;
	color: #666666;
}
b:visited {
	text-decoration: none;
	color: #000000;
}
b:hover {
	text-decoration: none;
}
b:active {
	text-decoration: none;
}
li{
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #777777;
	line-height: 28px;
}
ul, ol {
    margin-left:30px;
    padding-left:10px;
    padding-right:30px;
}
ol li{
            list-style-type: decimal;
            list-style-position: outside;
}
ul li{
            list-style-type: disc;
            list-style-position: outside;
}
.yog #container {
	width:950px;
	margin:0 auto;
	position:center;
	z-index:0;
}

.yog #example {
	width:640px;
	height:427px;
	position:relative;
}

.yog #ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

.yog #frame {
	position:absolute;
	z-index:0;
	width:673px;
	height:447px;
	top:-2px;
	left:-76px;
}

/*
	Slideshow
*/

.yog #slides {
	position:absolute;
	top:24px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:640px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:640px;
	height:427px;
	display:block;
}

.slides_container a img {
	display:block;
}

.pagination {
	margin:20px auto;
	width:150px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
