body {
	background: #fff;
	color: #000;
	font-family: tahoma, arial, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:10px;
	margin-bottom:10px;
	padding-top:0;
	padding-bottom:0;
}

h2 {
	font-size: 28px;
	color: #666;
	font-weight: bold;
	font-family:tahoma,arial,sans-serif;
}
h1 {font-size:34px;line-height:1.2;margin:0.3em 0 10px;}
h2{font-size:28px;line-height:1.3;margin:0em 0 .2em;}
h3{font-size:20px;line-height:1.3;margin:0em 0 0em;}
h4{font-size:19px;margin:1.33em 0 .2em;}
h5{font-size:1.3em;margin:1.67em 0;font-weight:bold;}
h6{font-size:1.15em;margin:1.67em 0;font-weight:bold;}

#wrapper {
	width: 100%;
}

#container {
	padding: 2px 22px 8px 8px;
}

#navigation {
	display: block;
	height: 22px;
	font-family: Arial, Verdana, sans-serif;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px dashed #ccc;
  height: 21px;
}
 
#navigation li {
  float: left;
  border-right: 1px dashed #ccc;
  padding: 4px 6px 4px 6px;
  font-size: 11px;
}

#navigation a:visited {
	color: #333;
}

.nav {
	color: #666;
}

.highlight {
	background-color: #eee;
	color: #000;
}

#title_line {
	clear: both;
	padding-top: 14px;
	margin-bottom: 14px;
}

#title_logo {
	float: left;
	width: 120px;
	margin-top: -2px;
}

#title {
	padding-top: 1px;
}

#header_image {
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	height: 150px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	width:100%;
}
.opacityleft {
	position:relative;
	z-index:2;
	top:0;
	left:0;
	background-color:#fff;
	height:150px;
	width:200px;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40
}
.opacityright {
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	background-color:#fff;
	height:150px;
	width:200px;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40
}

.logo {
	float: left;
	padding-right: 10px;
}
.main_title {
	color: #27c;
	font-family: tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	line-height: 1em;
	font-size: 240%;
	font-weight: bold;
}
.tagline {
	color: #666;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	letter-spacing: .2em;
}

.bar {
	clear: both;
	height: 5px;
	border-top: 1px dashed #ccc;
}

a {
	color: #ff0000;
	text-decoration:none;
}
a:hover {
	color: #333;
}
a:visited {
	color: #ff0000;
}

img { 
	border: none;
}

#inner_wrapper {
	padding-left:40px;
}

.tight_space {
	letter-spacing: -4px;
}
.main {
	position: relative; 
	background-color: #fff;
	border-bottom: 1px dashed #ccc;
}

.main-content {
	margin-left: 199px; 
	margin-right: 200px; 
	background-color: #fff;
	border-top: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	padding-left: 1px;
}

.left-content {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 199px; 
	background-color: #fff;
	border-top: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}
.left-content h3 {
	letter-spacing: -1px;
}

/* IE6 needs shifting because column 1 is longest*/
* html .left-content { /*\*/ lef\t: -200px; /* */}

.right-content {
	position: absolute; 
	right: 0px; 
	top: 0px; 
	width: 200px; 
	background-color: #fff;
	border-top: 1px dashed #ccc;
}
.main-content-padding {
	padding: 10px 10px 2px 14px;
}

.left-content-padding {
	padding: 10px 2px 2px 10px;
}

.right-content-padding {
	padding: 10px 2px 2px 20px;
}

#footer {
	color: #333;
	font-size: 95%;
	padding: 10px;
	text-align: center;
	width: auto;
}

#footer .logo {
	float: right;
	padding-right: 200px;
	padding-top: 10px;
}

.fringe_social {
	color: #f88f02;
}

.fringe_photograffy {
	color: #3aa23f;
}

ul.thumb {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	list-style: none;
}

ul.thumb li {
	padding: 0;
	margin: -130px 0 0 -130px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 6px 6px 6px 6px;
	background: #fff;
	border: 1px solid #000;
	-moz-box-shadow:1px 1px 6px #222;
	-webkit-box-shadow:1px 1px 6px #222;
	-webkit-transition: all 2s ease-in-out;
	z-index: 0;
	-moz-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
}
ul.thumb li img {
    width: 100%;
    height: 100%;
}

ul.thumb li:hover{
    z-index: 10;
    margin: 0px 0px 0px -200px;
    -moz-box-shadow:8px 8px 24px #111;
	-webkit-box-shadow:8px 8px 24px #111;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

fieldset {
	border: none;
}

fieldset .error {
	color: #f00;
}

fieldset .emphasis {
	font-weight: bold;
}

input.text,input.textbox,input.password,input.file,input.TextField,textarea {
	padding:3px;
	color:#000000;
	border-top:solid 1px #333333;
	border-left:solid 1px #333333;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #cccccc;
	background:url(../../images/inputbackgr.gif) top left no-repeat;
}
dt {
	padding-top: 10px;
}

.contact_icon {
	float: left;
	padding-right: 5px;
}

.float_text {
	float: left;
	padding-right: 5px;
}