/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background-color:#5b5b5b;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.bctitle {
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	color:#900;
	text-shadow: 0.1em 0.1em 0.2em #000000;
}

.thumbs {
	border:solid 1px #FFF;
}

.picleft {
	float:left;
	width:100px;
	padding-top:5px;
	padding-bottom:5px;
}

.picright {
	float:right;
	width:100px;
	padding-top:5px;
	padding-bottom:5px;
}

.picrows {
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}

#body {
	background-image:url(../images/Site_02.jpg);
	background-repeat:repeat-y;
	width:960px;
}

#patterncontent {
	background-image:url(../tile.jpg);
	background-repeat:repeat;
	width:786px;
	margin-left:77px;
	padding: 10px 10px 10px 10px;
	border-top:solid 2px #000000;
	height:200px;
}

#insidebox {
	width:321px;
	height:182px;
	background-image:url(../insidebox.jpg);
	background-repeat:no-repeat;
}

a, a:visited {
	color:#000000;
}