﻿body
{
	margin:50px auto;
	line-height:16px; 
	text-align:center; 
	font-size:12px;
}
.homeholder
{
	margin:0px auto;
	height:400px;
	width:820px;
	background-image:url('images/dog.jpg');
	background-position:right;
	background-repeat:no-repeat;
}
.homeholder_p
{
	margin:0px auto;
	height:600px;
	width:820px;
	background-image:url('images/p_dog.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;
}

.homeholder_s
{
	margin:0px auto;
	height:600px;
	width:820px;
	background-image:url('images/s_dog.jpg');
	background-position:right bottom;
	background-repeat:no-repeat;
}

.header
{
	padding:140px 0px 0px;
	float:left;
	line-height:16px;
	width:180px;
}
.mainbodydiv
{
	margin:140px 0px 0px;
	float:left;
	width:30%;
	color:#999999;
	text-align:left;
}
.mainbodydiv_p
{
	margin:90px 0px 0px;
	float:left;
	width:600px;
	color:#999999;
	text-align:left;
}
.topnav
{
	line-height:16px;
	float:right;
	width:100px;
	text-align:left;
}
.showreel
{
	float:right;
	width:475px;
	padding:30px 0px 0px;
	line-height:16px;
	font-weight:700;
	font-size:85%;
	color:#eea44a;
	text-align:left;
}
.news
{
	float:left;
	vertical-align:top;
	line-height:16px;
}
.newsheadline
{
	padding:0px 0px 0px 20px;
	text-align:left;
}
#marqueecontainer
{
	width:250px;
	position:relative;
	overflow:hidden;
	line-height:16px;
	height:100px;
}
#vmarquee
{
	position:absolute;
	width:98%;
	word-break:break-all;
	font-size:12px;
}
.copyright
{
	color:#999;
	margin-top:60px;
	text-align:center;	
}
.copyright a:link
{
	color:#EEA44A;
	text-decoration:none;
}
.copyright a:visited
{
	text-decoration:none;
	color:#EEA44A;
}
.copyright a:hover
{
	text-decoration:none;
	color:#EEA44A;
}

a
{
	margin-bottom:3px;
	color:#999999;
}
a:hover
{
	color:#CCCCCC;
	text-decoration:none;
}
