/*-----------------------------------------
  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
-----------------------------------------*/

body {
  padding: 0px;
  margin: 0px;
  text-align: center;
  background: #98d2ea;
  color: #222;
  font-size: 9pt;
  font-family: arial;
}

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

h1 {
	color: #1a9cbd;
	font-size: 18pt;
	font-weight: normal;
}

h2 {
	color: #1a9cbd;
	font-size: 11pt;
	font-weight: normal;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}

h3 {
	color: #1a9cbd;
	font-size: 14pt;
	font-weight: normal;
}

.red_01 {
	color: red;
}

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

a:link, a:active, a:visited {
	color: #1a9cbd;	
	text-decoration: none;
}

a:hover {
	color: #1a9cbd;	
	text-decoration: underline;
}

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

div.header_wrapper_01 {
	width: 100%;
	height: 160px;
	background: #379ec9 url("../images/standard/header_bg_01.jpg") top left repeat-x;
}

div.header_01 {
	width: 900px;
	margin: 0px auto;
}

div.menu_01 {
	width: 900px;
	height: 35px;
	text-align: left;
	background: #63b3d4 url("../images/standard/menu_bg_01.jpg") top left no-repeat;	
}

div.logo_01 {
	float: left;
	width: 403px;
	height: 78px;
	margin-left: 20px;	
	margin-top: 23px;
}

div.banner_01 {
	float: right;
	width: 400px;
	height: 125px;
	margin-right: 20px;	
	background: transparent url("../images/standard/banner_01.jpg") top left no-repeat;
}

div.content_wrapper_01 {
	width: 100%;
	background: #fff;
}

div.content_01 {
	width: 900px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-align: left;
}

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

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

div.feature_01 {
	width: 306px;
	min-height: 88px;
	margin: 10px 0px;
	background: #fff url("../images/standard/feature_bg_01.jpg") top left no-repeat;
}

div.thumb_01 {
	float: left;
	margin: 4px;
	width: 120px;
	height: 80px;
}

div.description_01 {
	float: left;
	width: 160px;
	margin-top: 5px;
	margin-left: 7px;
}

div.killthefloats {
	clear: both;
}

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

div.footer_01 {
	width: 900px;
	margin: 0px auto;
	font-size: 9pt;
	color: #fff;
	line-height: 50px;
}


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

table.table_01 {
	border-collapse: collapse;
}

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

input.input_01, textarea.textarea_01 {
	width: 200px;
}

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

img {
	border: 0px;
}

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



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



