* {
	padding:0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}

body {
	background: #d3cec9 url("../images/bg.gif") left top repeat;
	text-align: center;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

body img{
	border: none;
}

#wrapper {
	text-align: left;
	margin: 20px auto 0px auto;
	width: 756px;
	height: auto;
	background: #fff;
	padding: 0;
	overflow: hidden;
}

#shadow-sides {
	background: transparent url("../images/side_shadow.gif") left bottom repeat-y;
	padding: 0;
	margin: 0;
}

#shadow-bottom {
	background: transparent url("../images/bottom_shadow.gif") left bottom repeat-x;
}

#shadow-top {
	background: transparent url("../images/top_shadow.gif") left top repeat-x;
}

#header {
	background: transparent;
	height: 245px;  
	width: 750px;
	padding: 0;
	margin: 0;
	background: transparent url("../images/jg_flash_small.jpg") right bottom no-repeat;
}

#second-header {
	background: transparent;
	height: 110px;  
	width: 750px;
	padding: 0;
	margin: 0;
}

#logo {
	float: left;
	margin: 0 3px 0 0;
	width: 149px;
	height: 33px;
	padding: 45px 0 0 100px;
}

.logo {
	float: left;
	padding: 0;
	margin: 0;
	width: 149px;
	height: 33px;
	padding: 30px 0 0 100px;
}

.spacing {
	padding: 45px 0 0 100px;
	margin: 0;
}

#logo a #logo span {
	padding: 0;
	height: 63px;
}

#logo a:hover {
	padding: 0;
	margin: 0;
	height: 67px;
	background: transparent url("/") left top no-repeat; 
}

#content {
	margin: 38px 0 0 0;
}

#col1 {
	float: left;
	margin: 0;
	width: 215px;
	background: transparent;
	padding: 0 0 0 38px;
}

/* Hack for ie/win 5 */
* html #col1 {
	width: 251px; 
	w\idth: 213px;
}

#col2 {
	float: left;
	width: 425px;
	padding: 0 0 0 38px;
}

/* Portfolio */
#col3 {
	width: 200px;
	float: left;
	border-top: 5px solid #363333;
	padding: 5px 0 0 0;
}

#col4 {
	width: 200px;
	float: left;
	border-top: 5px solid #363333;
	padding: 5px 0 0 0;
	margin: 0 0 0 15px;
}

/* Footer */
#footer {
  	float: left;
	width: 740px;
	height: 23px;
	font-size: 11px;
	padding: 3px 0 0 10px;
	margin: 20px 0 0 3px;
	background: #cfcccc url("../images/footer.gif") left bottom repeat-x;
	display: inline;
}

/* Hack for ie/win 5 */
* html #footer {
	width: 750px; 
	w\idth: 740px;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #363333;
	background-color: transparent;
}

#footer a {
	color: #fff;
	background-color: transparent;
}

#footer a:hover {
	color: #007eb4;
}

.copyright {
	float: left;
}

.disclaimer {
	float: right;
	text-align: right;
}

.disclaimer a {
	color: #fff;
    text-decoration: none;
    padding: 0 10px 0 0;

}


/* PIE easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */