body {
	background-image: url(images/grad-bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 78%;
	background-color: #272C7D;
}

h1, h2 {margin:0px;}

a:link {
	color: #003;
}
a:visited {
	color: #003;
}
a:hover {
	color: #0000F2;
}
a:active {
	color: #0000F2;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#main-content {
	background-color: #FFF;
	width: 800px;
	float: left;
}

#page-content-wide {
	display: inline;
	float: left;
	width: 760px;
	color: #003;
	margin-left: 20px;
}



#hp-content h1, #page-content h1,
#page-content-wide h1 {
	color: #003;
	line-height: 2.5em;
	font-weight: normal;
	font-size: 20px;
}

#hp-content p, #page-content p,
#page-content-wide p {
	text-align: justify;
}

#page-content h2, #page-content-wide h2 {
	font-size: 1.5em;
	font-weight: normal;
}






/* result */

#main-pic {
	width: 500px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	float: left;
	display: inline;
}

#result-thumbs {
	display: inline;
	float: left;
	width: 250px;
	margin-left: 10px;
}

#description {
	clear: both;
	margin-top: 20px;
}

#description h2 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#footer {
	width: 800px;
	color: #FF0;
	line-height: 3em;
	text-align: center;
}

a.footer-link:link {
	color: #FF0;
	text-decoration: none;
}
a.footer-link:visited {
	color: #FF0;
	text-decoration: none;
}
a.footer-link:hover {
	color: #FFF;
	text-decoration: none;
}
a.footer-link:active {
	color: #FFF;
	text-decoration: none;
}
