/* CSS Document */

body
{	
	background-color: #000;
	background-image: url('images/site_bkg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	font-family: verdana, tahoma, arial, sans-serif;
	padding-left: 10px;
}

a
{
	text-decoration: none;
	color: #aaa;
}

#container
{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #aaa;
}

#bio
{
	width: 220px;
	float: left;
	margin-bottom: 1em;
}

.biosmall {
	font-size: .6em;
}

.bullet {
	font-size: 1em;
	font-weight: bold;
}

#bio h2
{
	font-weight: normal;
	font-size: 26px;
	color: #fff;
	margin-top: .2em;
	margin-bottom: .4em;
}

#topnav
{
	width: 150px;
	margin-left: 630px;
	text-align: right;
	font-size: .7em;
	line-height: 2.6em;
	float: left;
}

#topnav ul
{
	list-style: none;
}

#topnav ul li
{
	width: 100%;
	margin-left: 0;
}

#topnav ul li a
{
	display: block;
	color: #aaa;
}

#topnav ul li a:hover
{
	background: #1D2C3F;
	color: #ddd;
}

#leftnav
{
	width: 300px;
	margin-right: 0px;
	font-size: .8em;
	line-height: 1.6em;
	float: left;
}

#col1 a, #col2 a
{
	display: block;
	color: #aaa;
	margin-top: 1.5em;
}

#col1 a:hover, #col2 a:hover
{
	color: #ddd;
	background: #1D2C3F;
}

#col1
{
	width: 130px;
	float: left;
	margin-right: 0px;
}

#minicol
{
	width: 20px;
	float: left;
	color: #fff;
	font-weight: bolder;
	font-size: 1.2em;
	margin-top: -.5em;
	text-align: center;
}

#minicol a {color: #fff; font-weight: bolder;}

#col2
{
	width: 140px;
	float: left;
	padding-left: 15px;
	margin-right: -15px;
}

.mainlink
{
	color: #fff;
	font-size: 14px;
}

#imageContainer
{
	display: block;
	position: relative;
	margin-left: auto;
	width: 671px;
	height: 360px;
}

#linkright
{
	display: block;
	width: 100%;
	font-size: .8em;
	text-align: right;
	margin-bottom: 1em;
	margin-top: -1em;
	font-weight: bold;
}

.copyright
{
	text-align: center;
	font-size: .6em;
	margin-top: 5em;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	font-weight: bold;
	background: #1D2C3F;
}

/* Concept Design styling */

#headline {
	width: 800px;
	float: left;
	margin-bottom: 1em;
}

#headline h1 {
	font-weight: normal;
	font-size: 30px;
}

#gallerynav {
	width: 150px;
	float: left;
	clear: right;
}

#gallerynav img {
	float: left;
	border: 0;
}