/* Whats Cooking Landing Main Styles */

/* Brooks Design Associates www.brooks-design.com */

body {
	font: 12px "Courier New", Courier, mono;
}

/* Type Styles */

p {
	font: 12px "Courier New", Courier, mono;
}

h1 {
	font: 16px "Courier New", Courier, mono;
}

/* Table Wrapper Styles */

#header {
	width: 800px;
	height: 210px;
	margin: 0 auto;
	background-image: url(landing_images/main_top_banner.jpg);
}

#header_link {
	width: 315px;
	top: 185px;
	position: relative;
	left: 480px;
}
#header_link a:link {
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#header_link a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#header_link a:visited {
}

#container {
	width: 825px;
	height: 1700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(landing_images/page_bg.jpg);
	background-repeat: no-repeat;
}

#left_colum {
	width: 192px;
	float: left;
}

#left_col_1 {
	width: 192px;
	height: 340px;
	background: url(landing_images/left_paper.png) no-repeat;
	margin-top: 0px;
}
#left_col_1_TOP {
	width: 192px;
	height: 23px;
	padding-top: 50px;
	padding-left: 15px;
}
#left_col_1_BASE {
	width: 172px;
	padding-left: 7px;
	height: 30px;
	top: 5px;
	position: relative;
}
#left_col_2 {
	width: 150px;
	margin-top: 10px;
	margin-left: 35px;
}

#mid_column {
	width: 350px;
	float: left;
	height: 231px;
}

#mid_col_1 {
	width: 350px;
}
#mid_col_1 p {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}

#mid_col_2 {
	width: 350px;
	height: 230px;
}

#right_column {
	width: 282px;
	float: right;
	height: 1300px;
}

#right_col_1 {
	width: 282px;
	height: 170px;
}

#right_col_2 {
	width: 282px;
	height: 660px;
	background: url(landing_images/right_paper.png) no-repeat;
}

#right_col_2_content {
	height: 450px;
	padding-left: 20px;
	width: 250px;
	padding-top: 5px;
}

/* RELATIVE Styles */

#mainmenu {
	position: relative;
	width: 800px;
	z-index: 50;
	height: 25px;
	background: #000 url(landing_images/menu_bg.png) repeat-x;
}
#awmAnchor-menu{
	margin: 0 auto;
	display: block;
	float: left;
}
a:link {
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #000;
}

/* Page Base Links */

#basemenu {
	width: 800px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #0079C1;
	padding-top: 13px;
	height: 21px;
	padding-bottom: 13px;
}

#basemenu a {
	margin-right: 3px;
	padding: 5px 3px 7px 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #0079C1;
}

#basemenu a:hover, #basemenu .current_page_item a {
}

#basemenu a:hover {
	background: #f9a24b;
	text-decoration: none;
}

#brooksdesign {
	width: 800px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#brooksdesign a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0079C1;
}
#brooksdesign a:hover {
	text-decoration: none;
	color: #f9a24b;
}
