/* GLOBAL STYLE TAGS-----------------------------------------*/
body {
	margin:0 auto;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 130%;
	background-color: #c9c9bb;
}

.clear {
    clear: both;
    overflow:hidden;
	height: 0px;
}

h1 {
	margin: 0;
	padding: 8px 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	background-color: red;
	text-align: center;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}
a, a * {
    outline: none;
}
a {
	color: #FFF;
	text-decoration: underline;
}

a:visited {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

.center{ 
	text-align: center;
}

/* GLOBAL STRUCTURE------------------------------------------*/
div#container {
	width: 970px;
	margin: 0 auto;
	text-align:left;
	background-color: #969678;
}
	div#main{
		margin: 15px 0;
	}
		div#left{
			float: left;
			width: 494px;
		}
			div#content{ 
				float: left;
				width: 282px;
				margin: 5px 0 0 20px;
				line-height: 150%;
				font-weight: bold;
				font-size: 13px;
			}
			div#dog{
				float: left;
				width: 192px;
			}
		div#right{
			float: right;
		}		
			div#video_area{
				 width: 415px;
				 height: 270px;
			}
			
			div#addthis{
				margin: 15px 0;
			}
div#footer{
	width: 100%;
	height: 89px;
	background:url(../images/footer_repeat.png) repeat-x;
	text-align: center;
}
