/* Left Column */
body {
background-color: #666666;

}
h1 {
		font-family: verdana, arial, sans-serif;
		font-size: 40px;
		color: #cccccc
}
h2 {
		font-family: verdana, arial, sans-serif;
		font-size: 30px;
		color: #ccddcc
}

#left_col {
	position: absolute;
	left: 5px;
	width: 250px;
	top: 400px;
}
/* Site Left Column */

#site_left_col {
	position: absolute;
	left: 5px;
	width: 250px;
	top: 200px;
}

/* Center Column */
#mid_col {
	margin-left: 260px;
	margin-right:260px;
	margin-top:350;
	background-color: #6666666;
	font-family: verdana, arial, sans-serif;
	font-size: 20px;
	color: #cccccc;
	padding: 10px;
	
	}
	

/* Right Column */
#right_col{
	position: absolute;
	right: 0px;
	width: 250px;
	top: 320px;
	height: 300px;
	background: #666666;

}
#site_right_col{
	position: absolute;
	right: 10px;
	width: 250px;
	top: 340px;
	background: #666666;
	border-width: medium;
	border-color:#aaaaaa;
	border-style:groove;
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	color: #ccdddd;
	padding: 10px;


}
p.NormalTitle {
	font-family: verdana, arial, sans-serif;
		font-size: 20px;
		color: #ccccdd

}
/* Extra Image */
#extra_image{
	position: absolute;
	right: 20px;
	width: 200px;
	top: 20 px;
	height: 200px;
	background: #666666;
	
}

/* Menu on right side */
#right_menu{
	position: absolute;
	right: 20px;
	width: 250px;
	top: 250 px;
	background: #666666;
	padding-left: 30px;
	
}



/* Site Right Column */
#site_right{
	position: absolute;
	right: 0px;
	width: 175px;
	top: 201px;
	height: 300px;
	background: #666666;
	
}

/* site Center Column */
#site_mid_col {
	margin-left: 250px;
	margin-right:300px;
	margin-top:120px;
	background-color: #666666;
	font-family:	verdana,arial;
	color: #cccccc;
	padding: 15px;
	}
	
#Google {
	border:				1px solid blue;
	padding:			4px;
	font-family:		Verdana, Arial, sans-serif;
	font-size:			12pt;
	color:				#cccccc;

}


/* Header */
#page_header{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 314px;
	background-color: #666666;
	/* Uncomment the next line if you want to use an image for your background */
	
	/* background-image: url(images/DoggieHeads.jpg); */
}

#site_header{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 120px;
	background-color: #666666;
	/* Uncomment the next line if you want to use an image for your background */
	
	/* background-image: url(images/DoggieHeads.jpg); */
}

/* Header Text 1 */
#header_text_1{
	position: absolute;
	left: 10px;
	top:10px;
 	font-family:Book Antiqua; 
 	font-size:36pt; 
 	color:#FFFFFF;


}
/* Header Text 2 */
#header_text_2{
	position: absolute;
	left: 358px;
	top:70 px;
 	font-family:English111 Vivace BT, Brush Script MT; 
 	font-size:42pt;
 	width: 90px;
 	 
 	color:#FFFFFF
 	}
 	
 	
/* Header Text 3 */
#header_text_3{
	position: absolute;
	left: 455px;
	top:55 px;
 	font-family:English111 Vivace BT, Brush Script MT; 
 	font-size:60pt; 
 	color:#FFFFFF;
	

}
/*Header image */
#header_image {
	position: absolute;
	right: 0px;
	top: 0px
}

#menu ul{
		list-style-type:			none;
		padding:					0em;
		margin:						0em;
	}
	#menu li{
		width:						250px;
	}
	#menu a {
		display:					block;
		font-weight:				bold;
		color:						#ccccFF;
		cursor:						pointer;
		text-decoration: 			none;
		font-family:				verdana, arial, san-serif;
	}
	
	
	#menu a:hover{
		color:					#ccFFcc;
	}
	#menu a:active{
		color:					#ccFFcc;
	}
	
a {

		font-family:				verdana, arial, san-serif;
		color:						#ccccFF;
		cursor:						pointer;

}
a:hover{
		color:					#ccFFcc;
	}