	/*----------------------------------------

----------------------------------------*/

* {padding: 0em;
	margin: 0em;}
	
body {color: #333;
	font: normal 0.90em/1.7 'lucida sans', arial, sans-serif;
	text-align: center;}
	
h2 {font-size: 1.2em;
	font-weight: normal;}
	
h2 span {float: left;
	width: 300px;
	font-family: courier, monospace;}
	
ul {list-style: none;}

	
	
/*----------------------------------------

----------------------------------------*/
	
ul.nav {height: 70px;
	line-height: 70px;
	list-style: none;
	background: url(icon_reflect.png) no-repeat right center;}

ul.nav li {display: inline;}

ul.nav li a {color: #999;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0em 1.4em 0em 0em;}
	
ul.nav li a:hover {color: #333;}

ul.nav li a.current {color: #333;}

	
	
/*----------------------------------------

----------------------------------------*/

img {padding: 3px;
	border: outset 1px #999;}
	
blockquote {margin: 0em 0em 0em 2em;}

	
	
/*----------------------------------------

----------------------------------------*/

#skin {width: 810px;
	margin: 0em auto 0em auto;
	text-align: left;}

	
	
/*----------------------------------------

----------------------------------------*/
	
#nav {margin: 1em 0em 1em 0em;
	border-bottom: solid 1px #999;}

	
	
/*----------------------------------------

----------------------------------------*/

#content {}

#content p, #content form, #content ul, #content ol, #content h3 {margin: 0em 0em 1em 300px;}
	
#content p.meta {color: #666;
	font-size: 0.90em;}

	
	
/*----------------------------------------

----------------------------------------*/

#footer {clear: left;
	padding: 0.50em 0em 0em 0em;
	margin: 3em 0em 1em 0em;
	border-top: solid 1px #999;}

#footer p {color: #999;
	font-size: 0.90em;
	text-align: center;}

	
	
/*----------------------------------------

----------------------------------------*/

.thumb {position: relative;
	float: left;
	width: 250px; height: 200px;}

.thumb img {background: #fff;
	padding: 25px;
	border: solid 0px #000;}

.thumb span {position: absolute;
	display: block;
	top: 0em; left: 0em;
	width: 100%; height: 100%;
	background: url(custom_corner.png) no-repeat center center;}

.thumb a {text-decoration: none;}