@charset "UTF-8";
/* CSS Document */



body {
	background:#0e0e0e url(../_images/bg.png) top center no-repeat;
	text-align:center;
	font-family:"MyCustomFont", Helvetica, Arial, sans-serif;
	letter-spacing:1px;
}

#wrap {
	width:980px;
	margin:0 auto;
	text-align:left;
	font-size:80%;
}

#header {
	width:980px;
	height:130px;
	float:left;
}

#logo {
	float:left;
	width:480px;
	position:relative;
}

#logo h1 {
	font-family:Helvetica, Geneva, sans-serif;
	font-size:280%;
	font-weight:lighter;
	color:#FFF;
	position:absolute; left:0; top:38px;
}

#nav {
	float:right;
	font-weight:bold;
	margin:58px 300px 0 0;
	font-size:26px;
}

#nav ul {
}

#nav ul li {
	display:inline;
	padding:0 0 0 15px;
}

#nav ul li a {
	color:#E4E4E4;
}

#innerWrap {
	width:980px;
	float:left;
}

#content {
	width:630px;
	float:left;
	padding:25px 25px;
	margin:0 0 15px 0;
	background:#FAFAFA;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#sidebar {
	width:248px;
	float:left;
	margin:0 0 0 20px;
	color:#FFF;
	font-size:100%;
	line-height:130%;
}

.widget {
	width:240px;
	padding: 20px 19px 10px;
	background: /* #46ba74 */ #333 /* url(../_images/sidebar-bg.png) */ no-repeat;
	border:1px solid /* #beffa1 */ #555;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.widget p {
	margin:0 0 20px 0;
	line-height:130%;
	text-align:center;
	font-size:135%;
	letter-spacing:1px;
	
}


a, a:hover, a:active {
	color:#46ba74;
}

a, a:hover, a:active {
	color:#f6f6f6;
}

li {
	list-style:disc;
	margin:0 0 0 25px;
}


.exhibit {
	margin:0 0 10px 0;
	float:left;
}
.exhibit h5.client {
	margin:0 0 5px;
	padding:0 0 0;
	float:left;
}
.exhibit p.clientText {
	margin:0 0 5px;
	padding:0 0 0;
	float:right;
}
.exhibit img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.oneColShort {
	width:630px;
	height:160px;
	background:#CFE;
	float:left;
}
.oneColTall {
	width:630px;
	background:0;
	float:left;
}




/*
.twoCol {
	width:630px;
	height:160px;
	background:#000;
	float:left;
}
.threeCol {
	width:630px;
	height:160px;
	background:#CFE;
	float:left;
}
.twoColElement {
	width:315px;
	height:160px;
	background:#000 url(../_images/sidebar-bg.png) no-repeat;
	float:left;
}
.threeColElement {
	width:210px;
	height:160px;
	background:#000 url(../_images/sidebar-bg.png);
	float:left;
}
*/




	
