/* Jim Carter III - 9meter.com */
/* please don't copy, come up with your own ideas */



/* /////// <globals> ////////// */

* {
	margin:0;
	padding:0
}
body {
	font:20px/36px Georgia, "Times New Roman", Times, serif;
	color:#111;
	text-align:left;
	background: #fff;
	background-image: url(../images/main_bg.png);
	background-repeat: no-repeat;
	background-position:0 0;
	behavior: url(../scripts/iepngfix.htc);
	padding:0
}


a {
	text-decoration:underline;
	color:#555;
}

a:hover {
	color: #888;
}


/* /////// <div's> ////////// */

#wrapper {
	padding:77px 60px 0 60px;
	width: 855px;
}

#content{
	margin:22px 0 0 50px;
	width:800px;
}

#subhead {
	padding-top:20px;
	margin:22px 0 0 50px;
}

#works{
	height: 187px;
	width: 765px;
	margin:18px 19px 0 50px;
}

#footer{
	clear:both;
	padding:225px 76px 0 60px;
	height: 200px;
}


/* /////// <clears> ////////// */

.clear {
	clear:both
}

img {
	border:none
}


/* /////// <headlines> ////////// */

h1 {
	font-size:3.75em;
	font-weight:normal;
	padding:38px 140px 0 0;
	letter-spacing:-3px;
	word-spacing:0.1em;
	text-align: right;
}


h3 {
	font-weight:normal;
	font-size:1.3em;
	text-align:left;
	border-bottom: 4px double #CCC;
	width: 745px;
	background-position: 300px 0px;
}


/* /////// <copy> ////////// */


p {
	font-size:.85em;
	text-align:left;
	line-height:1.5em
}

#footer p {
	color:#CCC;
	font:0.5em/1.6em "Lucida Grande", Tahoma;
	text-align:center
}


/* /////// <classes> ////////// */

.innerContent{
	padding-right:68px;
	text-align: justify;
	margin-bottom: 10px;
	text-indent: 25px;
	padding-left: 2px;
	line-height: 24px;
}

.lucida {
/*	font-family:"Lucida Grande", Tahoma;*/
	color:#888
}

.block{
	float:left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
}


.highslide-caption {
	line-height: 15px;
}

