body {
	background: #9AD1F7 url(../img/backgroundimagetwo.jpg) center repeat-y;
	margin: 0px;
	padding: 0px;
}

body {
	font: 70% verdana;
	color: #000
}

#canvas {
	width: 100%;
	background: url(../img/topcanvas.jpg) no-repeat top center;
}

#page {
	width: 795px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 120px;
	display: block;
	
}

#logo img{
	margin-top: 18px;
}

#wrapper {
	width:100%;
	background: #E6E6E6;
	margin-left: auto;
}

#leftcolumn {
	display: block;
	float:left;
	width: 348px;
	padding: 25px;
	background: #ffffff;
	min-height:300px;
	height:auto !important;
	height:300px;
}

* html div#leftcolumn {
 /* value only for IE browsers */
 width: 398px;
 /* value only for MacIE browsers */
 w\idth: 348px;
}


#rightcolumn {
	display: block;
	float: left;
	padding: 25px;
	background-color: #e6e6e6;
	width: 347px;
	min-height:300px;
	height:auto !important;
	height:300px;
}

* html div#leftcolumn {
 /* value only for IE browsers */
 width: 397px;
 /* value only for MacIE browsers */
 w\idth: 347px;
}


h1 {
	font: 170% arial;
	color: #0693FD;
}

h2 {
	font: 120% verdana;
	color: #0693fd;
}

p {
	font: 100% verdana;
	line-height: 140%;
}

#naviagation
{
	float: right;
	display: block;
}

#navigation ul { 
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
	float: left;
}

#navigation ul li a {
	display: block;
	background: #FFFFFF;
	padding: 4px;
	font-size: 0.85em;
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	border-left: #ccc 1px solid;
}

#navigation a {
	color: #0FADF6;
}

#navigation ul li a:hover {
	background: #C7E8FB;
	color: #0FADF6;
}