/* Container Styles Begin */
html,body {
	margin: 0;
	padding: 0
}

body {
	font-size: 12px;
	font: 76% Verdana;
	color: #553322;
}

div#container {
	text-align: left;
	width: 726px;
	margin: 0 auto;
	background-image: url(../images/hdr.jpg);
	background-repeat: no-repeat;
}
/* Container Styles End */


/* General Styles Begin */
h1 {
	font-size: 1.2em;
}
h2 {
	background-image: url(../images/dot.bmp);
	background-repeat: repeat-x;
	font-size: 1.1em;
	margin-right: 10px;
	padding-top: 10px;
	margin-top: 0px;
	display: block;
}
h3 {
	font-size: 1.0em;
}
b {
	color: #AD532B;
}
p {

}
a {
	color: #B56135;
}
img {
	border: none;
}

img.left {
	float: left;
	padding: 6px 6px 6px 0px;
}
img.right {
	float: right;
	padding: 6px 0px 6px 6px;
}
/* General Styles End */




/* Header Styles Begin */
div#hdr {
	background-image: url(../images/hdr.jpg);
	width: 726px;
	height: 192px;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
}

div#hdr div#hdr_logo {
	position: absolute;
	margin-top: 50px;
	margin-left: 70px;
	width: 230px;
}

div#hdr div#hdr_logo a {
	font-size: 18px;
}

div#hdr div#hdr_keypoints {
	position: absolute;
	margin-top: 50px;
	margin-left: 315px;
}

div#hdr div#hdr_keypoints ul {
	margin-top: 0px;
	list-style: none;
}

div#hdr div#hdr_keypoints li {
	list-style: none;
	background-image: url(../images/keypoint.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 2px;
}

/* Header Styles End */



/* Menu Styles Begin */
div#menu {
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	background-color: #EDC783;
	height: 55px;
	width: 100%;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}
div#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 70px;
}
div#menu li {
	float: left;
	margin: 0;
	padding-left: 10px;
	padding-right: 8px;
	padding-top: 7px;
	background-image: url(../images/menu_spacer.png);
	background-repeat: no-repeat;
}
div#menu a {
	text-decoration: none;
}
div#menu a.active{
	color: #722994;
}
div#menu a:hover {
	color: #722994;
}
/* Menu Styles End */



/* Left Column Styles Begin */
div#left_column {
	float: left;
	width: 243px;
	background-color: #C978EE;
	margin-left: 16px;
	padding-left: 10px;
}
div#left_column b
{
	color: #722994;
}

div#left_column ul
{
	margin: 0px;
	padding-left: 25px;
	list-style-image: url(../images/arrow_red.gif);
}

div#left_column li
{
	padding-bottom: 5px;
}

div#botbox {
	width: 259px;
	height: 114px;
	margin-left: -10px;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana;
	background-image: url(../images/box_dogcute.png);
}

div#botbox p {
	padding-left: 95px;
	padding-top: 40px;
	width: 145px;
}

div#botbox b {
	color: #FFFFFF;
}

/* Left Column Styles End */



/* Main Content Styles Begin */
div#main {
	padding-left: 10px;
}

div#main_content {
	background-repeat: repeat-y;
	padding-left: 10px;
	float: right;
	width: 438px;
}

/* Main Content Styles End */


/* Content Styles Begin */
div.content {
	
}
/* Content Styles End */



/* Footer Styles Begin */
div#footer {
	clear: both;
	width: 100%;
	text-align: center;
	background-image: url(../images/footer2.jpg);
	background-repeat: no-repeat;
}

div#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 30px;
	clear: both;
	padding-bottom: 50px;
}

div#footer li {
	float: left;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

div#footer li a {
	color: #FFFFFF;
	font-size: 11px;
}

div#footer a:hover {
	color: #722994;
}
div#footer hr {
	background-color: #cf905a;
	color: #cf905a;
	border: 1px solid #cf905a;
	margin-top: 5px;
}
/* Footer Styles End */
