/* --------------------
GENERAL FORMATTING
-------------------- */

a:link, a:visited {text-decoration: none; color: #9D2C4D; background-color: transparent; font-weight: normal;}
a:hover, a:active {text-decoration: none; color: #701B34; background-color: transparent; font-weight: normal;}

html, body {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	color: #FAF5E8;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #FFFECE;
	}

img {
	border: 0;
	margin: 1px;
	}

ul, li {
	margin: 0;
	padding: 0;
	}

/* --------------------
LAYOUT STYLING PORTION
-------------------- */		

/* top level div for overall layout */
#container {
  	position: relative;
	width: 650px;
	margin: 0 0 0 80px;
	padding: 0;
	background: #FA7CA1 url(owarinailinks_bg.jpg) repeat-y;
	text-align: justify;
	min-height: 100%;  /* For Modern Browsers */
	height: auto !important;  /* For Modern Browsers */
	height: 100%;  /* For IE */
	}

/* --------------------
HEADER SECTIONS PRIOR TO MAIN CONTENT AREA
-------------------- */

/* topmost header image */
#pageheader {
	position: relative;
	padding: 0;
	margin: 0;
	}
#pageheader h1 {
	width: 650px;
	height: 345px;
	margin: 0;
	padding: 0;
	background: #FFFECE url(owarinailinks_top01.jpg) no-repeat;
	}
#pageheader h1 span {
  	display: none;
	}
	
/* --------------------
FOOTER SECTION AFTER MAIN CONTENT AREA
-------------------- */

#pagefooter {
  	position: relative;
	width: 650px;
	height: 30px;
	margin: -30px 0 0 80px;
	padding: 0;
	color: #FDD5DA;
  	background: #FA7CA1 url(owarinailinks_footer.jpg) no-repeat;
	}	
#pagefooter2 {
	padding-left: 450px;
	padding-top: 10px;
	font-size: 10px;
	}
#pagefooter2 a:link, #pagefooter2 a:visited { 
	text-decoration: underline;
	color: #FDD5DA;
	background-color: transparent;
	font-weight: normal;
	}
#pagefooter2 a:active, #pagefooter2 a:hover {
	text-decoration: underline;
	color: #C2D5DA;
	background-color: transparent;
	font-weight: normal;
	}

/* --------------------
MAIN CONTENT AREA
-------------------- */

/* main content area text and objects */
#contentwrap {
	position: relative;
	width: 650px;
	overflow: visible; /* For IE's buggy italics problem */
	min-height: 255px;  /* For Modern Browsers */
	margin: 0;
	padding: 0;
	padding-bottom: 30px; /* For Footer Space */
  	background: transparent url(owarinailinks_top02.jpg) no-repeat;
	}

/* main content wrap
-----------------------------------*/
.contentbody {
	padding: 2px 30px 10px 80px;
  	}
  	
.contentbody h2 {
	font-size: 12px;
	margin: 0;
	padding-left: 8px;
	line-height: 14px;
	font-weight: bold;
	color: #1C4D59;
  	}
  	
.contentbody h1 {
	font-size: 12px;
	margin: 0;
	line-height: 14px;
	font-weight: bold;
	color: #FDD5DA;
	letter-spacing: 0.2em;
  	}


/* --------------------
MISCELLANEOUS
-------------------- */	

.small {
	font-family: Arial, Tahoma, Arial, Verdana, san-serif;
	font-size: 9px;
	color: #544026;
	font-weight: normal;
	text-transform: uppercase;
	}
	
.contentbody ul {
	margin-top: 2px;
	margin-left: 22px;
	list-style-type: disc;
	}
.contentbody li {
	display: inline;
	list-style-type: none;
	padding: 0 2px 20px 12px;
	border: none;
	background: url(list_heart.gif) no-repeat;
	}
.contentbody ul li a {
	font-weight: none;
	color: #2A5F6C;
	}

.linkage {
	line-height: 14px;
	}
.linkage a {
	font-weight: none;
	color: #2A5F6C;
	text-decoration: none;
	background-color: none;
	}
.linkage a:hover {
	font-weight: normal;
	color: #2A5F6C;
	text-decoration: none;
	background: none;
	border-bottom: 2px #FDD5DA solid;
	}
	
.list-head {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #1C4D59;
	padding: 0 2px 20px 14px;
	border: none;
	background: url(list_heart2.gif) no-repeat;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	}
	
img.affiliates {
	vertical-align: bottom;
	padding: 1px 3px 1px 0;
	border: 0px;
	background: none;
	margin: 0px;
}