@charset "UTF-8";
/* CSS Document */

/***************************************/
/* HTML ELEMENTS IN ALPHABETICAL ORDER */
/***************************************/

a {
	color: #A38D48;
}

a:visited {
	color: #8A9C45;
}

body {
	margin-top: 0px;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg_tile.gif) repeat;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {/*Note: removed margin and padding so h-tags would not break the layout */
	color: #CC3300;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

/******************************************/
/* PAGE LAYOUT     						  */
/******************************************/

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#main {
	margin: 0px;
	padding: 0;
	width: 758px;
	vertical-align: top;
	background: url(../images/bg_page.gif) repeat-y;
}

#content_left {/*inner pages*/
	width: 250px;
	float: left;
	text-align: left;
	padding-left: 6px;
	padding-right: 10px;
	vertical-align: top;
}

#content_right {/*right side, inner pages */
	width: 485px;
	float: left;
	text-align: left;
}

/******************************************/
/* HEADER LAYOUT 						  */
/******************************************/

#header {
	padding: 0px;
	width: 758px;
	height: 145px;
	text-align: left;
	background: url(../images/bg_header.gif) repeat-y;
	vertical-align: top;
}

#logo_holder {
	padding-left: 6px;
}

.logo_image {
	border: none;
	padding-right: 30px;
}

#navigation {
	height: 30px;
	width: auto;
	/*text-align: center;*/
	padding-left: 150px;
	clear: both;
}

/******************************************/
/* FOOTER LAYOUT 						  */
/******************************************/

#footling {
	clear: both;
	margin: 0px;
	width: 758px;
	height: 45px;
	font-size: 10px;
	background: url(../images/bg_header.gif) no-repeat;
}

.foot_txt {
	padding-top: 6px;
}

/*****************************************/
/* SPECIFIC ITEMS                        */
/*****************************************/

.images {
	padding: 6px;
}

.large_type {
	font-size: 18px;
	font-weight: bold;
}

.normal_type {
	font-size: 14px;
}

.tiny {
	font-size: 10px;
}
