html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	text-align: center;
	background-image: url(images/blue/bg.jpg);
	background-position:top center;
	background-attachment: fixed;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {
	font-size: 22pt;
	font-weight: bold;
}


/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}


/* General style */

#wrapper {
	margin: 0 auto;
	width: 960px;
	background: #F4f4f4;
}

#header {
	background: url(images/blue/header.png) no-repeat;
	width: 998px;
	height: 194px;
	margin: 0 0 0 -38px;
}

#body {
	background: url(images/blue/content_top.png) no-repeat top right;
	background-color: #F4F4F4;
	overflow: hidden;
	text-align: left;
}

#left {
	background: url(images/blue/sidebar.png) no-repeat;
	float: left;
	width: 161px;
	text-align: center;
}

#left ul {
	overflow: hidden;
	width: 161px;
	border-bottom: 1px solid #FFF;
	text-align: left;
}

#left li {
	background: url(images/blue/navigation.png) no-repeat;
	list-style: none;
	width: 161px;
	font: 600 12px "Arial Narrow";
	text-transform: uppercase;

}

#left li:hover, #left li.current_page_item  {
	background: url(images/blue/navigation.png) no-repeat 0 -31px;
}

#left li a {
	text-decoration: none;
	color: #424242;
	display: block;
	width: 131px;
	height: 30px;
	padding: 0 0 0 30px;
	line-height: 30px;
}

#left li a:hover, li.current_page_item a {
	color: #000;
}

#left hr {
	width: 132px;
}

#main {
	float: left;
	width: 490px;
	height: 350px;
	padding: 15px 64px 0 30px;
	font: 11px arial;
	line-height: 16px;
	min-height: 680px;
	overflow: auto;

}

#right {
	float: left;
	width: 215px;
	height: 350px;
	padding: 225px 0 0 0;
	font: 10px arial;
	color: #FFF;
}


#right a {
	font: 10px arial;
	text-decoration: none;
	color: #FFF;
}

#right a:hover {
	text-decoration: underline;
}

#intro {
	background: url(images/blue/r-side_A.png) no-repeat;
	width: 155px;
	padding: 0 40px 20px 20px;
}

#testimonials {
	background: url(images/blue/r-side_B.png) no-repeat;
	width: 155px;
	min-height: 350px;
	padding: 0 40px 20px 20px;
}

img.clickable {
	margin: 0 0 0 -20px;
}

#footer {
	background: url(images/blue/footer.png) repeat-x;
	margin: 0 auto;
	width: 960px;
	height: 57px;
	font: 10px arial;
}

#footer ul {
	height: 40px;
	text-align:center;
}

#footer li {
	list-style: none;
	display:inline;
	margin: 0 8px;
	line-height: 40px;
}

#footer li a {
	font: 10px arial;
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#main p {margin:0 0 1em}