
#wrapper {
	width:  100%;
	height:  100%;
}

#header {
	width:  790px;
	height:  300px;
	background-image: url('images/bg.jpg');
}

#header1 {
	width:  790px;
	height:  120px;
	background-image: url('images/bg1.jpg');
}

#nav {
	width:  1000px;
	height:  62px;
	padding:  2px;
	background-image: url('images/navbg.jpg');
	text-align:  left;
}

#content {
	width:  1000px;
	height: 800px;
	padding:  2px;
	background: #ffffff;
	display:  block;

	
}

#footer {
	width:  985px;
	height:  75px;
	background: #6c422b;
	padding:  10px;
	text-align:  right;


}

#left-content {
	width:  635px;
	height: 500px;
	padding:  10px;
	background: #ffffff;
	float:  left;
	text-align:  left;
}

#right-content {
	width:  320px;
	padding:  10px;
	background: #fbf8ef;
	float:  right;
	text-align:  left;
	margin: 2px;
}
#youtubevideo {
	display: block;
	width: 425px;
	height: 344px;
	background:#ffffff url('images/teach.jpg') no-repeat;
	float:left;
	text-align:  left;
}

#description {
	display: block;
	width: 425px;
	height: 300px;
	overflow-y: scroll;
	float:left;
	text-align:  left;
	padding: 2px;
}

#dogs {
	width:  550px;
	height:  675px;
	padding:  10px;
	background: #ffffff;
	float:  left;
	text-align:  left;
	overflow-y: scroll;
}

body, td, .h24 {
	color : #222222;
	font-size : 16px;
	font-family : Verdana,Arial;
	font-weight: normal;
}

.h24 a {
	color : #000080;
	text-decoration: none;
}

.nav {
	color : #555555;
	font-size : 20px;
	font-family : Verdana,Arial;
	font-weight: normal;
}

.footer {
	color : #ffffff;
	font-size : 20px;
	font-family : Verdana,Arial;
	font-weight: normal;
}

.nav a {
	color : #555555;
	text-decoration: none;
}
.footer a {
	color : #ffffff;
	text-decoration: none;
}

.link, #SignUp .signupframe {
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
}

.link {
	text-decoration: none;
}

#SignUp .signupframe {
	border: 1px solid #000000;
	background: #ffffff;
}