
html {
	font-size : 10pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align : left;
	padding : 0;
	border : 0 none;
	margin : 0;	
}

body {
	background : #FFFFFF url(/media/layout/mountains.png) top left no-repeat;
	padding : 0;
	border : 0 none;
	margin : 0;
}
/*------header---------*/
#header {	
	font-size : 1em;
	background : transparent url(/media/layout/header.png) top left no-repeat;
	width : 100%;
	padding : 0;
	border : 0 none;
	margin : 0;
	height : 80px;
	display : table;
}

#header p {
	font-size : 1em;
	background-color : transparent;
	color : #000000;
	padding : 0;
	border : 0 none;
	margin : 0;
}

#header .iw {
	font-size : 1.8em;
	font-weight : bold;
	position : absolute;
	top : 18px;
	left : 24px;
}

#header .why {
	font-size : 1em;
	font-weight : bold;
	position : absolute;
	top : 10px;
	left : 214px;
}

#header .what {
	font-size : 1em;
	font-weight : bold;
	position : absolute;
	top : 10px;
	left : 285px;
}

#header .how {
	font-size : 1em;
	font-weight : bold;
	position : absolute;
	top : 10px;
	left : 364px;
}


#header .who {
	font-size : 1em;
	font-weight : bold;
	position : absolute;
	top : 10px;
	left : 434px;
}

#header img {
	border : 0;
}

#header a {
	color : #FFFFFF;
}

#menu {
	font-size : 1em;
	background : transparent;
	width : 170px;
	padding : 0;
	border : 0 none;
	margin : 0;
	float : left;
}

#menutop {	
	font-size : 1em;
	background : transparent url(/media/layout/menutop.png) top left no-repeat;
	width : 170px;
	padding : 0;
	border : 0 none;
	margin : 0;
	height : 244px;
}

#menumid {
	font-size : 1em;
	background : transparent url(/media/layout/menumid.png) top left repeat-y;
	width : 170px;
	padding : 1em 0;
	border : 0 none;
	margin : 0;
}

#menubase {	
	font-size : 1em;
	background : transparent url(/media/layout/menubase.png) top left no-repeat;
	width : 170px;
	padding : 0;
	border : 0 none;
	margin : 0;
	height : 27px;
}

#menu p {
	font-size : 0.8em;
	text-align : center;
	background : transparent;
	color : #FF6600;
	padding : 0;
	border : 0 none;
	margin : 1em 2.5em 1em 1em;
}

#menu a {
	color : #FF6600;
	font-weight : normal;
	text-decoration : none;
}
#menu a:link { 
	text-decoration : none;
} 
#menu a:hover { 
	color : #FF6600;
	text-decoration : underline;
}
/*------Content---------*/

#content {
	font-size : 1em;
	background : transparent url(/media/layout/content.png) top left no-repeat;
	padding :  1em 0 1em 1em;
	border : 0 none;
	margin : 0 190px 0 170px;
}

#content h1 {
	font-size : 1.7em;
	text-align : center;
	background : transparent;
	height : 80px;
	color : #CC0000;
	padding : 0;
	border : 0 none;
	margin : 1em;
}

#content h2 {
	font-size : 1.1em;
	background : transparent;
	color : #FF3300;
	padding : 0;
	border : 0 none;
	margin : 1.5em 0 1em 0;
}

#content h3 {
	font-size : 1em;
	background : transparent;
	color : #FF6600;
	padding : 0;
	border : 0 none;
	margin : 1em 0;
}

#content p {
	font-size : 1em;
	background : transparent;
	color : #000000;
	padding : 0;
	border : 0 none;
	margin : 1em;
}	

#content li {
	padding : 0.5em 0;
}

#content a {
	color : #FF6600;
	font-weight : normal;
	text-decoration : none;
}
#content a:link { 
	text-decoration : none;
} 
#content a:hover { 
	color : #FF6600;
	text-decoration : underline;
}


#content p.testimonialq {font-style:italic;}
#content p.testimonialp {font-weight:bold;}

.left {
	float : left;
	margin : 10px 20px 10px 10px;
}

.right {
	float : right;
	margin : 10px 10px 10px 20px;
}

.middle {
    display: block;
	    margin-left: auto;
    margin-right: auto;
}

.left-border {
	float : left;
	margin : 10px 20px 10px 10px;
	border : 1px solid black;
}

.right-border {
	float : right;
	margin : 10px 10px 10px 20px;
	border : 1px solid black;	
}

.middle-border {
    display: block;
	    margin-left: auto;
    margin-right: auto;
	border : 1px solid black;
}
#testimonials {
	font-size : 1em;
	background : url(/media/layout/testimonials_mid.png) repeat-y;
	width : 330px;
	padding : 0;
	margin : 0 auto;
}

#testimonialsbefore { 
	display: block;
	line-height: 0;
	height : 18px;
	background: white url(/media/layout/testimonials_top.png) top right no-repeat;
	content: url(/media/layout/testimonials_top-left.png)
}

#testimonialsafter {
	display: block;
	line-height: 0;
	height : 22px;
	background: white url(/media/layout/testimonials_bottom.png) bottom right no-repeat;
	content: url(/media/layout/testimonials_bottom-left.png)
}
#testimonials h1 {
	font-size : 1em;
	height : auto;
	padding : 0;
	margin : 0.5em 1em;
}
#testimonials p {
	font-size : 0.8em;
	font-style : italic;
	padding : 0;
	margin : 0.5em 1em;
}
#readingl h3 {
	font-weight : normal;
}
#readingl h3 a {
	font-weight : 600;
}
/*------Boxes---------*/
#boxes { 
	font-size : 1em;
	background : transparent;
	width : 190px;
	padding : 1em 0;
	border : 0 none;
	margin : 0;
	float : right;
}
#boxes div.box{ 
	font-size : 1em;
	background : transparent url(/media/layout/boxbackground.png) top left repeat-y;
	color : #000000;
	width : 184px;
	padding : 5px 0;
	border : 0 none;
	margin : 0;
}
#boxes div.top{ 
	font-size : 1em;
	background : transparent url(/media/layout/boxtop.png) top left no-repeat;
	color : #000000;
	padding : 0;
	border : 0 none;
	margin : 0;
	height : 10px;
}
#boxes div.base{
	font-size : 1em;
	background : transparent url(/media/layout/boxbase.png) top left no-repeat;
	color : #000000;
	padding : 0;
	border : 0 none;
	margin : 0;
	height : 16px;
}
#boxes h1 , #boxes p.title{
	font-size : 0.9em;
	background-color : transparent;
	color : #CC0000;
	padding : 0;
	border : 0 none;
	margin : 0 0.8em 0.5em 0.8em;
	font-weight:bold;
}
#boxes p , #boxes li{
	font-size : 0.8em;
	background-color : transparent;
	color : #FF6600;
	padding : 0;
	border : 0 none;
	margin : 0.5em 1em;
}

#boxes a, #boxes label {
	color : #FF6600;
	font-weight : bold;
	text-decoration : none;
}
#boxes a:link { 
	text-decoration : none;
} 
#boxes a:hover { 
	color : #FF6600;
	text-decoration : underline;
}

#boxes input[type="text"]{border:1px solid #FF6600;width:100px;}




#footer {
	font-size : 1em;
	text-align : center;
	background : transparent url(/media/layout/quote.png) bottom right no-repeat;
	width : 100%;
	height : 200px;
	padding : 0;
	border : 0 none;
	margin : 0;
	clear : both;
}
	
#footer p {
	font-size : 1em;
	background-color : transparent;
	color : #000000;
	padding : 0;
	border : 0 none;
	margin : 0.5em 0;
}

#footer .fish {
float : left;
display : table;
}

#footer img {
border : 0;
}
