@charset "utf-8";
/* 

Main styleshhet for JD Laske Photography Website 
  Created by CharlieGrove.com

*/

html {
}

body {

	background:#afbdc0 url(../images/bg_main.jpg);
	padding-left:15px;
	height:1050px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#dee6e5;
}

a, a:visited, a:active, a:hover {
	text-decoration:none;
	color:#dee6e5;
	font-weight:bold;
}

a:hover {

}

h1 {

	font-size:18px;
	font-weight:bold;
	
}

#logo {

	background:url(../images/logo.jpg) no-repeat;
	height:146px;
	width:245px;
	float:left;
	
}

#tabs {
	
	position:absolute;
	top:118px;
	left:725px;
	
}

.tab {

	padding-right:10px;
	
}

#content {

	padding:15px;
	background: url(../images/bg_content.gif) repeat-x;
	width:1000px;
	height:800px;
}

#slider {
	float:left;
	position:absolute;
	top:196px;
	left: 27px;
	
}

#nav {
	position:absolute;
	top:158px;
	left:27px;
	
}

#contact {

	float:left;
}


.clear {

	clear:both;
	
}

.holder {

	float:right;

}


.scroll-pane {
	width: 150px;
	height: 590px;
	overflow: auto;
}

.medtext {

	font-size:16px;

}