/*
Website: http://www.tlcgrooming.ca/
Author: Dustin Brett
*/

/* <Static> */
html, body, div, h1, h2, h3, h4, h5, h6, p, il, ul {
	margin: 0px;
	padding: 0px;
}

html {
     overflow: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

body {
	background-color: #FFFFFF;	
	font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;	
	margin-top: 16px;
	margin-bottom: 16px;
}
/* </Static> */

/* <Layout> */
#container {
	background-color: #FFF;
	width: 768px;
	position: relative;
	margin: 0 auto;
}

#header {
	height: 128px;	
	padding: 15px;	
	background-color: #EEDEDC;	
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#navigation {
	height: 32px;
	font-weight: bold;
	border: 1px solid #000000;
}

#content {
	width: 512px;
	/*height: 384px;*/
	padding: 10px;	
	float: left;
}

#sidebar {
	width: 200px;
	height: 384px;	
	padding: 15px;	
	float: right;
}

#footer {
	padding: 5px;	
	background-color: #313D69;
	text-align: right;	
	clear: both;
	border: 1px solid #000000;
}
/* </Layout> */

/* <Style> */
.link-color-1 a {
	color: #313D69;
}

.link-color-2 a {
	color: #F7F1EC;
}

.link-hover-1 a:hover {
	color: #9799A1;
}

.link-decor-1 a {
	text-decoration: none;
}

.footer-text {
	font-size: 10px;
	color: #F7F1EC;
}
/* </Style> */

/* <Menu> */
#menu {
	left: 50%;	
	position: relative;
	float: left;
}

#menu li {
	right: 50%;	
	position: relative;
	float: left;	
	line-height: 32px;
	padding: 0 12px;
	list-style: none inside url(../images/paw.gif);
}
/* </Menu> */