/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	font-family:
	}

body {
	background: #7AA6F5 url('images/bgcolor.jpg');
	}

#page {
	border: none;
	text-align: left;
	width:1000px;
	margin:25px auto 0;
	}

#header {
	border: 3px solid black;
	background: white;
	}

#content {
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	background: #CEDEFC;
/*	height:500px;*/
	}

#footer {
	border: none;
	color: white;
	margin: 10px 0 10px 0;
	}

#footer {
	text-align:center
	}

/* End Typography & Colors */

#header a {
	color:black;
	text-decoration:none;
	}

#info {
	float: right;
	}

#info ul {
	list-style: none;
	margin: 5px;
	position:relative;
	left:460px;
	}

#info li {
	margin: 5px;
	}
#info ul li img {
	/*width:20px;*/
	}
	
#tabs {
	display: block;
	float:right;
	position:relative;
	top:112px;
	}

#tabs a {
	display:block;
	float:left;
	width:150px;
	height:35px;
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-bottom: 3px solid black;
	text-align:center;
	line-height:35px;
	font-size:large;
	}

#tabs a.selected {
	background-color: #7AA6F5;
	}

#tabs a.unselected {
	background-color:#CEDEFC;
	}

.clear {
	clear: both;
	}

.fb-like-box {
	background:white;
	float:right;
	margin:15px 42px 15px 15px;
	}

#imagebar {
	width:912px;
	margin:0 auto;
	}
	
#imagebar img {
	width:300px;
	height:178px;
	border-top:3px solid white;
	border-bottom:3px solid white;
	border-right:3px solid white;
	}
	
#imagebar img.first {
	border-left:3px solid white;
	}

#content p.one-column {
	text-align:justify;
	width:912px;
	margin:0 auto;
	padding:15px 0;
	font-size:1.6em;
}

#content p img {
	border: 3px solid white;
	}

img.left {
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
	}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.three-column {
	text-align:justify;
	width:274px;
	margin:0 auto;
	padding:15px 0;
	font-size:1.4em;
}