@charset "utf-8";
body {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: normal;
	font-style		: normal;
	background-color: #f9f3e6;
}

h1,h2,h3 {
	color			: #7a715f;
}

h1 {
	font-family		: Arial Black, Gadget, sans-serif;
	font-size		: 16px;
	font-weight		: bold;
	font-style		: normal;
}

h2 {
	font-family		: Arial Black, Gadget, sans-serif;
	font-size		: 14px;
	font-weight		: bold;
	font-style		: normal;
}

h3 {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	font-weight		: bold;
	font-style		: normal;
}

h4, h5, h6 {
	font-family		: Arial Black, Gadget, sans-serif;
}

a {
	color			: #958e81;
}

a:hover {
	color			: #7a715f;
}

/*         ______
__________/ main \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#inner_page {
	background-color	: #e9e0d0;
}

#content_wrapper {
	background-color	: #e9e0d0;
}


/*         ________
__________/ header \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#header #header_inner {
	background-color	: #534f48;
}

#header h1 {
	font-family			: Arial Black, Gadget, sans-serif;
	font-weight			: normal;
	font-style			: normal;
	font-size			: 26px;
	color				: #8ba474;
}

#header h2 {
	font-family			: Arial Black, Gadget, sans-serif;
	font-size			: 14px;
	font-weight			: bold;
	font-style			: normal;
	color				: #A2BC8A;
}

/*         ____________
__________/ navigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#cm_navigation {
	background-color	: #434c3a;
}

/* NAV NORMAL */
#cm_navigation ul li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #434c3a;
	color				: #ffffff;
}

/* NAV MOUSE */
#cm_navigation ul li a:hover {
	background-color	: #8ea776;
	color				: #ffffff;
}

/* NAV HIGH */
#cm_navigation ul li.cm_current a {
	background-color	: #8ea776;
	color				: #ffffff;
}

/*         _______________
__________/ Subnavigation \__________________________________________________________________
--------------------------------------------------------------------------------------- */

/* SUBNAV NORMAL */
ul.cm_subnavigation li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #434c3a;
	color				: #ffffff;
}

/* SUBNAV MOUSE */
ul.cm_subnavigation li a:hover {
	background-color	: #8ea776;
	color				: #ffffff;
}

/* SUBNAV HIGH */
ul.cm_subnavigation li.cm_current a {
	background-color	: #8ea776;
	color				: #ffffff;
}

/*         ___________________
__________/ SUB Subnavigation \__________________________________________________________
--------------------------------------------------------------------------------------- */

/* SUBNAV NORMAL */
ul.cm_subnavigation li ul.cm_subnavigation li a {
	font-family			: Arial, Helvetica, sans-serif;
	font-style			: normal;
	font-size			: 12px;
	font-weight			: normal;
	background-color	: #434c3a;
	color				: #ffffff;
}

/* SUBNAV MOUSE */
ul.cm_subnavigation li ul.cm_subnavigation li a:hover {
	background-color	: #8ea776;
	color				: #ffffff;
}

/* SUBNAV HIGH */
ul.cm_subnavigation li ul.cm_subnavigation li.cm_current a {
	background-color	: #8ea776;
	color				: #ffffff;
}

/*         _________
__________/ content \__________________________________________________________________
--------------------------------------------------------------------------------------- */

.content_main {
	background-color	: #e9e0d0;
	color				: #958e81;
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : normal;
	font-style		    : normal;
}

.content_main h1,
.content_main h2,
.content_main h3 {
	color			    : #7a715f;
}

.content_main h1 {
	font-family		    : Arial Black, Gadget, sans-serif;
	font-size		    : 16px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h2 {
	font-family		    : Arial Black, Gadget, sans-serif;
	font-size		    : 14px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main h3 {
	font-family		    : Arial, Helvetica, sans-serif;
	font-size		    : 12px;
	font-weight		    : bold;
	font-style		    : normal;
}
.content_main a {
	color				: #958e81;
}
.content_main a:hover {
	color				: #7a715f;
}

/*         _________
__________/ sidebar \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#content_right_wrapper,
.content_sidebar {
	background-color	: #f2e9d8;
	color				: #958e81;
}

.content_sidebar h1,
.content_sidebar h2,
.content_sidebar h3 {
	color				: #7a715f;
}

.content_sidebar a {
	color				: #958e81;
}

.content_sidebar a:hover {
	color				: #7a715f;
}

/*         ________
__________/ footer \__________________________________________________________________
--------------------------------------------------------------------------------------- */

#pre_footer {
	background-color	: #e9e0d0;
}
#pre_footer #col1 {
	background-color	: #958e81;
}
#pre_footer #col2 {
	background-color	: #434c3a;
}
#pre_footer #col3 {
	background-color	: #8ea776;
}
#pre_footer #col4 {
	background-color	: #e9e0d0;
}
#pre_footer #col5 {
	background-color	: #f2e9d8;
}

#footer {
	border-top-color	: #464646;
	color				: #958e81;
	background-color	: #e9e0d0;
}

#footer a,
#footer a:hover {
	color				: #958e81;
}
