body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
} 

/**end of browser reset**/

html {
	height: 100%;
}

body {
	margin:0;
	background-image:url(images/larger-blue-dots.jpg);
	color: black;
	background-color:#B8EDF7; 
	font-size:1em;
}

#wrapper {
	margin: 0 auto 0 auto;
	background-color: white;
	width:766px;
	color: black;
	min-height: 700px;
	height: auto;
	border-style:solid;
	border-color:#15a1ba;
	border-width:.15em;
}

#content {
	margin:20px;
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	background-color: white;
	padding:10px;
	color: black;
}
/*------------------------------------NAVIGATION---------------------------*/
#navigation {
	margin:15px 20px 0 0;
	float:left;
	width:20%;
}

#navigation p {
	/*margin-top:20px;*/
	padding-top:20px;
	font-size:1.5em;
	color:#15a1ba;
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
}

/*#navigation*/ a:link, /*#navigation*/ a:visited, /*#navigation*/ a:active {
	text-decoration: none;
}

/*#navigation */a:link {
	color:#15a1ba;
	background-color:white;
}

/*#navigation: */a:visited {
	color:#15a1ba;
	font-weight:bold;
	background-color:white;
}

/*#navigation */a:hover {
	color:#ff7f50;
	text-decoration: underline;
	background-color:white;
}

/*#navigation */a:active {
	color:#15a1ba;
	background-color:white;
}
#column2 {
	float: right;
	/*margin:20px 40px 0 0;*/
	font-size: 1.5em;
	width:75%;
}

#column2 p {
	margin: 10px 0 0;
}

#column2 img {
	margin-right: auto;
	margin-left: auto;
}

h1 {
	color: #15a1ba;
	font-weight:bolder;
	font-size:1.65em;
	padding:25px 0 10px 0;
	background-color:white;
}

h2 {
	color: #15a1ba;	
	font-weight:bold;
	font-size:1.125em;
	background-color:white;
	padding: 15px 0 5px 0;
	clear:both;
}

#board1 {
	float:left;
	width: 40%;
	padding-right: 20px;
}

#board2 {
	float:left;
	width:40%;
	padding-bottom:15px;
}

#footer {
	font-size:1.25em;
	font-weight:lighter;
	padding-top: 30px;
	clear:both;
	text-align: center;
	position:relative;
	bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
}

hr {
	color: #15a1ba;
	background-color:white;
	height: 1px;
}

#column img {
	/*float:left;*/
	margin-left: auto;
	margin-right: auto;

}