/* File name: curio.css
   Date: 28 Nov 2008
   Validated CSS: 28 Nov 2008
*/

/* Defaults for all elements. */

body {
	background-repeat: repeat;
	background-image: url('/images/backgrounds/curio.jpg');
	color: #113354;
	font-family: 'Arial,Arial Narrow,Tahoma,Helvetica,Verdana,sans-serif';
	font-size: 12px;
	font-variant: normal;
	margin: 10px 20px 20px 20px;
	text-decoration: none;
}

img {
    border: none;
}

blockquote {
	font-style: italic;
}

table {
	text-align: center;
}

/* Headers */

h1, h2, h3 {
	color: #113354;
	text-align: center;
	font-size: 2.0em;
}

h3 {
	font-size: 0.9em;
	font-weight: normal;
}

/* Links. */

a:link {
	color: #012344;
}

a:hover {
	font-weight: bold;
}

a:visited {
	color: #011334;
}

a.active {
	color: #011334;
}

/* Text and image alignment. */

.left {
	width: 100%;
	text-align: left;
}

.right {
	text-align: right;
	float: right;
}

.center {
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.small {
	font-size: 0.85em;
	font-weight: normal;
}
