/*************************************MAIN*************************************/
body {
	background: url('images/background.jpg') fixed repeat-x;
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #474747;
}
.content {
	background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
	margin: 0px auto;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	width: 675px;
	padding: 0px;
}
.main_text {
	text-align: left;
	left: 23px;
	width: 207px;
	clear: left;
}
/*************************************TEXT*************************************/
.heading {
	font-size: 12px;
	color: #435A7C;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
h1 {
	font-size: 24px;
	color: #435A7C;
	letter-spacing: .5px;
	margin-top: 5px;
	margin-bottom: 0px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #435A7C;
	letter-spacing: .5px;
	margin-bottom: 0px;
	font-weight: normal;
}
.subtext {
	font-size: 10px;
	margin-top: 0px;
}
.smalltext {
	font-size: 9pt;
	font-style: italic;
	color: #474747;
}
.smallinfo {
	margin: 0px;
	color: #999999;
	font-size: 9pt;
	letter-spacing: 1px;
}
.copyright {
    font-size: 9px;
    color: #999999;
	margin: 0px;
}
.contact {
	font-size: 10px;
    color: #747474;
	margin: 0px;
}
.di_light, .d {
	color: #EC7A00;
}
.di_dark, .i {
	color: #838383;
}
.i {

	font-weight: bold;
}
.d {
	font-weight: bold;
}
/**********************************ALIGNMENT***********************************/
.left {
	float: left;
}
.right {
	float: right;
}
.middle {
	vertical-align: middle;
}
.center {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}
/************************************WORKS*************************************/
.works_menu_gap {
	margin-bottom: 20px;
}
.works_header {
	padding-top: 5px;
	margin-top: 5px;
	white-space: nowrap;
}
.works_text {
	margin-left: 23px;
	text-align: left;
}
.works_image {
	float: right;
	vertical-align: top;
	width: 323px;
	height: 353px;
}
/***********************************GALLERY************************************/
.gallery {
	text-align: left;
	margin: 5px;
	margin-bottom: 10px;
}
.gallery_img {
	float: right;
    margin: 3px;
    border: 1px solid #000000;
}
.gallery_text {
	margin-left: 10px;
	width: 210px;
}
/************************************OTHER*************************************/
img {
	border: none;
}
ul {
	margin-top: 0px;
}
hr {
	height: 1px;
    color: #E8E8E5;
}
.input_text {
	margin-left: 20px;
	margin-top: 20px;
	height: 200px;
}
.flash_ani {
	padding-right: 40px;
}
.peg_graphic {
	position: relative;
	bottom: 22px;
}
.half {
	width: 40%;
}
/***********************************DETAILS************************************/
a.detail_link {
	color: #435A7C;
	text-decoration: none;
}
a.detail_link:hover, a.detail_link:active {
	border-bottom: 3px solid #435A7C;
}
.detail_cont {
	margin-left: 20px;
	margin-top: 100px;
	height: 150px;
}
a.detail:link, a.detail:visited {
	color: #000000;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-decoration: none;
    width: 16em;
	display: block;
	padding: 3px;
	margin: 5px;
	border: 1px solid #BDC5D1;
	background-color: #CFD8E5;
}
a.detail:hover {
	border: 1px solid #9DA9BB;
	background-color: #B8C5D8;
}