/* HTML Styles */
html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background-image:url(/images/body-bg.jpg);
	background-repeat:repeat-y;
	background-color:#a18346;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

img {
	border:0;
}

a {
	outline:none;
}

img, div, span, a { 
	behavior:url(/scripts/iepngfix.htc);
}

h1 {
	background-color:#000000;
	color:#ffffff;
	font-size:1.3em;
	padding:5px 21px 0 11px;
	margin:0 0 1.05em 0;
	float:left;
}

h1.no-bottom-margin {
	margin:0;
}

h2 {
	color:#6293cd;
	font-size:0.88em;
	padding:0;
	margin:0 0 1em 0;
}

h2 a {
	color:#6293cd !important;
}

h3 {
	color:#898989;
	font-size:1em;
	padding:1px 0 1px 0;
	margin:0 0 1em 0;
}

h4 {
	color:#6293cd;
	font-size:1em;
	padding:1px 0 1px 0;
	margin:0 0 1em 0;
}

p {
	color:#010101;
	font-size:0.75em;
	margin:0 0 1em 0;
	line-height:1.6;
}

p a {
	color:#32a9d9 !important;
}

a {
	text-decoration:none !important;
}

a:hover {
	text-decoration:underline !important;
}

ul {
	list-style:url(/images/bullet.png);
	font-size:0.75em;
	line-height:1.6;
	margin:0 0 1em 34px;
	padding:0;
}


/* ID Styles */
#outer-container {
	width:1024px;
	margin:0 auto;
	position:relative;
}

#coffee-cup {
	background-image:url(/images/coffee-cup.png);
	background-repeat:no-repeat;
	width:310px;
	height:245px;
	position:absolute;
	right:-62px;
	z-index:99;
}

#pencil-small {
	background-image:url(/images/pencil-small.png);
	background-repeat:no-repeat;
	width:40px;
	height:155px;
	position:absolute;
	left:4px;
	top:40px;
	z-index:99;
}

#pencil-large {
	background-image:url(/images/pencil-large.png);
	background-repeat:no-repeat;
	width:67px;
	height:335px;
	position:absolute;
	left:31px;
	top:90px;
	z-index:98;
}

#colouring-pencils {
	background-image:url(/images/colouring-pencils.png);
	background-repeat:no-repeat;
	width:94px;
	height:448px;
	position:absolute;
	left:-22px;
	top:560px;
	z-index:99;
}

#business-card {
	display:block;
	background-image:url(/images/business-card.png);
	background-repeat:no-repeat;
	width:285px;
	height:231px;
	position:absolute;
	right:8px;
	top:220px;
	z-index:98;
}

#post-it-one {
	width:200px;
	height:187px;
	position:absolute;
	right:73px;
	top:473px;
	z-index:99;
}

#post-it-two {
	width:200px;
	height:187px;
	position:absolute;
	right:73px;
	top:665px;
	z-index:99;
}

#badge {
	background-image:url(/images/badge.png);
	background-repeat:no-repeat;
	width:85px;
	height:85px;
	position:absolute;
	right:95px;
	top:922px;
	z-index:99;
}

#not-found {
	background-image:url(/images/not-found.png);
	background-repeat:no-repeat;
	width:181px;
	height:63px;
	padding-right:15px;
	padding-top:120px;
	position:absolute;
	right:448px;
	top:133px;
	z-index:99;
	text-align:right;
}

#inner-container {
	width:901px;
	margin:0 auto;
	padding:54px 0 54px 49px;
}

#content {
	width:664px;
	min-height:907px;
	height:auto;
	background-color:#ffffff;
	background-image:url(/images/content-bg.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#content-private {
	width:664px;
	height:941px;
	background-image:url(/images/private.png);
	background-repeat:no-repeat;
	position:relative;
}

#content-private #authorization-required {
	background-image:url(/images/authorization-required.png);
	background-repeat:no-repeat;
	width:474px;
	height:150px;
	position:absolute;
	top:282px; 
	left:75px;	
}

#content-private #forbidden {
	background-image:url(/images/forbidden.png);
	background-repeat:no-repeat;
	width:398px;
	height:90px;
	position:absolute;
	top:282px; 
	left:75px;	
}

#content-private #home {
	position:absolute; 
	top:469px; 
	left:350px; 
	width:113px; 
	height:18px;	
}

#content-private #contact {
	position:absolute; 
	top:470px; 
	left:494px; 
	width:79px; 
	height:12px;
}

#logo, #city {
	text-indent:-9999px;
}

#logo a {
	background-image:url(/images/logo.png);
	background-repeat:no-repeat;
	display:block;
	width:224px;
	height:48px;
	top:75px;
	left:45px;
	position:absolute;
}

#city a {
	background-image:url(/images/city.png);
	background-repeat:no-repeat;
	display:block;
	width:318px;
	height:167px;
	top:30px;
	left:334px;
	position:absolute;
}

#top-nav {
	position:absolute;
	top:16px;
	left:3px;
	margin:0;
	padding:0;
	list-style-type:none;
	color:#898989;
	font-size:0.75em;
	word-spacing:1px;
	letter-spacing:1px;
}

#top-nav li {
	margin-left:14px;
	float:left;
	display:inline; /* Fix IE6 double margin bug */
	font-weight:bold;
}

#top-nav li:hover {
	background-position:0% 100%; /* Fix Firefox/sIFR transparency bug */
}

#top-nav li a {
	color:#898989;
	text-decoration:none;
}

#top-nav li a:hover {
	color:#32a9d9;
}

#inner-content {
	padding:216px 0 23px 0;
	/*overflow:hidden;*/
}

#bottom-nav-divider {
	width:664px;
	height:1px;
	background-color:#ffffff;
	background-image:url(/images/bottom-nav-divider.png);
	background-repeat:no-repeat;
	background-position:21px 0;
}

#bottom-nav {
	width:646px;
	min-height:22px;
	padding:11px 9px 0 9px;
	height:auto;
	background-color:#ffffff;
	text-align:right;
	color:#8c8c8c;
	font-size:0.55em;
}

#bottom-nav a {
	color:#8c8c8c;
}

#footer {
	width:654px;
	padding:5px;
	text-align:right;
	color:#d1bd8c;
	font-size:0.55em;
}


/* CLASS Styles */
.clear-both {
	clear:both;
}

.no-height {
	height:0;
}