#logopic {
	width: 120px;
	height: 120px;
	margin: 2px;
}

#pairpic {
	width: 300px;
	height: 207px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: rgb(253,213,64);
}

/* consolidate all the text-decorations for the whole page */
a {
	text-decoration:none;
	color:rgb(31,109,183);
}

#container {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(31,109,183);
	background-color: white;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header, #content, #footer {
	width: 780px;
	margin: 10px;
}

#header, #footer{
	border-style: solid;
	border-width: 2px;
	border-color: rgb(31,109,183);
	background-color: rgb(253,213,64);
}

#header {
	height: 130px;
}

#title {
	width:650px;
	float:left;
	margin-top:3px;
	text-align:center;
	font-size: 26px;
	color: rgb(31,109,183);
}

#logo {
	float:right;
}

#content{
	clear:both;
	line-height:160%;
	height: 480px;
}

#nav{
	float:left;
	width:160px;
}

#nav ul{
	/* remove bullets */
	list-style-type: none;
	/* remove space at the left */
	padding:5px;
}

#main{
	float:right;
	width:610px;
}

#pairpic{
	float:left;
	padding: 30px;
}

#footer{
	clear:both;
	height:32px;
	color: rgb(31,109,183);
}

#copyright{
	text-align:right;
	margin-top:5px;
	padding:5px;
}
