/* CSS Document */
body {
	background:#ccc;/*variable*/
}

h1{
	color:#000;/*variable*/
}

h2{
	color:#660000;/*variable*/
}

h3{
	color:#660000;/*variable*/
	font-size: 12px;
}

#Wrapper {
	background:#BFBFF2;/*variable*/
	padding-right:182px;
	width:578px;
}


/* HEADER
----------------------------------------------------------------*/
#Header {
	background:#0000CC;/*variable*/
	padding-bottom:16px;
	border-right:5px #fff solid;
}

/* CONTENT
----------------------------------------------------------------*/
#Content{
	padding:30px 70px 30px 20px;
	min-height:400px;
	_height:400px;
}	


/* SIDEBAR
----------------------------------------------------------------*/
#Sidebar {
	position:absolute;
	top:60px;
	right:3px;
	z-index:100;
	/*content: "<img src='images/circle-pets.png' width='224' height='480' alt='Pets' />";*/ 
}


/* NAV
----------------------------------------------------------------*/
#Nav{
	background:#fff;/*variable*/
	width:573px;
	padding:2px 0;
	border-bottom:#BFBFF2 8px solid;
}

#Nav ol{
	margin:0 10px;
}

#Nav a, #Nav a:link, #Nav a:visited, #Nav a:active { 
	text-decoration:none;
	color:#000;/*variable*/
	padding:2px 10px;
	text-transform:uppercase;
}

#Nav a:hover{
	color:#0000CC;/*variable*/
}


/* FOOTER
----------------------------------------------------------------*/
#Footer{
	border-top:#BFBFF2 2px solid;/*variable*/
}	

#Footer a:hover{
	color:#0000CC;/*variable*/
}