/*-----------------------------------------
  Website:
  Creator:
  Last Modified:
  
  1. General
  2. Text, headers
  3. Links
  4. Areas, Divs
  5. Tables
  6. Forms
  7. Images
  8. Menus
  9. Lists
-----------------------------------------*/



/*-----------------------------------------
  1. General, main
-----------------------------------------*/

html { 
	min-height: 100%;
	margin-bottom: 1px;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #222;
	font-family: arial;
	font-size: 9pt;
	background: #210e0a url("../images/standard/bg_01.jpg") top left repeat-x;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1 {
	color: #8f0c01;
	font-size: 16pt;
	font-weight: normal;
}

h2 {
	color: #937718;
	font-size: 14pt;
	font-weight: normal;
}

h1, h2, p {
	padding: 0px;
	margin: 8px 0px;
}

span.red_01 {
	color: #8f0c01;
	font-weight: bold;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #8f0c01;
	text-decoration: none;
}

a:hover {
	color: #8f0c01;
	text-decoration: underline;
}

div.footer_01 a:link, div.footer_01 a:active, div.footer_01 a:visited {
	color: #fff;
	text-decoration: none;
}

div.footer_01 a:hover {
	color: #fff;
	text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div.header_wrapper_01 {
	width: 900px;
	height: 210px;
	margin: 0px auto;
	text-align: left;
}

div.header_top_01 {
	height: 30px;
	margin-right: 20px;
	text-align: right;
	color: #fff;
	line-height: 30px;
}

div.banner_01 {
	width: 900px;
	height: 150px;
	background: #fff url("../images/standard/cmc_banner_01.jpg") top left no-repeat;
}

div.menu_01 {
	height: 30px;
	margin-left: 20px;
}

div.content_wrapper_01 {
	width: 100%;
	text-align: center;
	background: #fff url("../images/standard/shadow_01.jpg") top center no-repeat;
}

div.content_01 {
	width: 900px;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: left;
	background: transparent url("../images/standard/shadow_02.jpg") bottom center no-repeat;
}

div.left_column_01 {
	float: left;
	margin-left: 20px;
	width: 480px;
}

div.right_column_01 {
	float: right;
	margin-right: 20px;
	width: 296px;
}

div.killthefloats {
	clear: both;
}

div.footer_wrapper_01 {
	width: 100%;
	height: 60px;
	background: transparent url("../images/standard/footer_bg_01.jpg") top left repeat-x;
}

div.footer_01 {
	padding-top: 15px;
	width: 860px;
	margin: 0px auto;
	color: #fff;
	text-align: left;
}

div.contact_section_01 {
	float: left;
	margin-left: 20px;
	width: 230px;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/



/*-----------------------------------------
  6. Forms
-----------------------------------------*/



/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: 0px;
}

div.menu_01 img {
	margin-right: 20px;
}

/*-----------------------------------------
  8. Menus
-----------------------------------------*/



/*-----------------------------------------
  9. Lists
-----------------------------------------*/


