/* CSS Copyright 2006 Purple Giraffes: Web & Multimedia Design. Visit http://www.purplegiraffes.co.uk */

/* page */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: #FFF url(_img/_bg/bg.gif);
}
#page {
	margin: 0 auto;
	width: 700px;
}

/* headers */

.heading_1 {
	font-size: 13px;
	color: #873A1D;
}
.heading_2 {
	font-size: 16px;
	color: #873A1D;
	font-weight: bold;
}
.heading_3 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

/* links */

a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menu:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #333;
}

/* logo */

#logo {
	width: 700px;
	height: 250px;
}

/* top */

#navbar {
	width: 660px;
	height: 32px;
	background: url(_img/_navbar/navbar.gif) no-repeat;
	padding-top: 18px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#container {
	width: 700px;
	background: url(_img/_container/bg.gif) repeat-y;
}

/* left */

#left {
	width: 250px;
	margin: 0px;
	float: left;
}
#left_top {
	width: 250px;
	height: 20px;
	background: url(_img/_left/top.gif) no-repeat;
}
#left_content {
	width: 210px;
	padding-left: 20px;
	padding-right: 20px;
}

/* right */

#right {
	width: 450px;
	margin: 0px;
	float: right;

}
#right_top {
	width: 450px;
	height: 20px;
	background: url(_img/_right/top.gif) no-repeat;
}
#right_content {
	width: 450px;
	padding-left: 0px;
	padding-right: 0px;
}

/* footer */

#clear {
	margin: 0;
	clear: both;
	width: 700px;
	height: 20px;
	background: url(_img/_clear/bg.gif) no-repeat;
}
#footer {
	width: 680px;
	height: 21px;
	background: #FFF url(_img/_bg/footer.gif) no-repeat right;
	padding-top: 9px;
	padding-left: 20px;
	font-size: 9px;
}

