@charset "utf-8";
/* CSS Document */

@media (min-width: 1000px) {
  .container {
	width: 1000px;
  }
}

/*body {
	background-color: #CCC;
}*/

/*img {
	border: 2px solid;
	border-radius: 25px;
}*/

/*#container {
	background-color: #999;
	background-image: url(images/silver-repeat.jpg);
	background-repeat: repeat;
	border: 2px solid;
    border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}*/

#header {
	float: left;
	clear: both;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	/*letter-spacing: 0.3em;*/
	color: #006;

}

#header img {
	margin-right: 80px;
}

#header #left-header {
	float: left;
	text-align: center;
	/*width: 400px;*/
}

#header #right-header {
	float: left;
	text-align: center;
	/*width: 800px;*/
}

#nav {
	clear: both;
	margin-top: -30px;
}

#main {
	clear: both;
}

#main p {
	font-size: large;
}

#box {
	width: 390px;
	float: left;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #006;
}

#box h1 {
	text-align: center;
}

#footer {
	clear: none;
	padding-top: 10px;
	background-color: #E0E0E0;
	margin-top: 10px;
	border: thin inset #666;
}
.clear {
	clear: both;
}
.blue-background {
	color: #FFF;
	background-color: #00F;
}
.center {
	width: 390px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.left {
	text-align: left;
}
