*{
	/* Universal reset: */
	margin:0;
	padding:0;
}
body{
	/* Setting the default text color, size, page background and a font stack: */
	font-size:0.825em;
	color:#000000;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	font-family: Georgia, Times, serif;
	font-size: 5em;
	text-align:center;
}

div.siteinfo h2 a{
	color:#000000;
	text-decoration:none;
}

div.siteinfo h2 a:hover{
	text-decoration:underline;
}

h3{
	font-family: Georgia, Times, serif;
	font-size: 2.5em;
	text-align:center;
}

p{
	font-family:arial,sans-serif;
	font-size:1.25em;
}

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#page{
	width:960px;
	margin:0 auto;
	position:relative;
}

.line{
	/* The dividing line: */
	height:1px;
	/*background-color:#000000;*/
	border-bottom:1px solid #918787;
	margin:1em 0;
	overflow:hidden;
}

div.siteinfo{
	margin:30px auto;
	width:900px;
	color: black;
	background-color:#ffffff;
	padding:10px;
	border-top: 1px solid #918787;
	border-left: 1px solid #918787;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
}

div.siteinfo a{
	color:blue;
	text-decoration:none;
}

div.siteinfo a:hover{
	text-decoration:underline;
}

div.siteimage{
	border-top: 1px solid #918787;
	border-left: 1px solid #918787;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	float:left;
	height:175px;
	margin-right:15px;
	overflow:hidden;
	width:350x;
}
div.siteinfo{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}