/* Main CSS document for the Periodic Puzzle Competition.
   By Ashley Williams, December 2009 */

body {
	margin: 0;
	background-color: #ffffff;
	background-image: url('images/header_bg.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 16px;
}

p {
	font-size: 12px;
	max-width: 700px;
	text-align: justify;
}

.emph {
	font-size: 14px;
	
}

.form {
	border: solid;
	border-color: #006;
	
}

blockquote {
	text-indent: -0.8em;
 	font-size: 12px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #006;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #006;
	}

h2 {
	text-transform: uppercase;
	color: #006;
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #006;
}

h3 {
	font-style: italic;
	color: #006;
	padding-top: 4px;
	padding-bottom: 3px;
}

strong {
	color: #006;
}

hr {
	color: #107E3F;
}

/* Main Sections */

#header {
	background-image: url('images/header.jpg');
	height: 230px;
	width: 740px;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: left;
}

#content {
	padding: 10px;
	
}


