/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; }
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }


/*
	Page style
*/


*{
	margin:0; 
	padding:0;
}
 
li{
	margin-left: 0; 
	padding-left: 30px;	
}	

body{
	font-family:verdana; 
	font-size:12px; 
	line-height: 17px; 
	color:#4a4845;
	background-color:#b0bb8b;
}

.bio{
	font-family:verdana; 
	font-size:11px; 
	line-height: 17px; 
	color:#4a4845;
	background-color:;
}

.footer{
	font-family:verdana; 
	font-size:11px; 
	color:#4a4845;
	background-color:;
}


h1{
	font-family:verdana; 
	font-size:14px; 
	color:#4a4845;
}
		
h2{
	font-family:verdana; 
	font-style:oblique;
	font-size:14px;
	line-height: 22px;
	color:#4a4845;
}				
	
p{
	margin-bottom:15px; 
	
	}

ul {
	list-style: disc url(bullet.gif) inside;
}

#header{
	width: 900px;
	height: 100px;
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 50px; 
	background-color: #f1f5e3; 
	overflow: hidden;
}

#header #logo {}

#header #logo a{
	width: 230px;
	height: 400px;
	float:left;
	padding-left:20px;
	padding-top:15px;
	overflow: hidden;
	display: block;

}


#tabs ul {
	margin-left: 0;
	padding-left: 0px;
	margin-top: 17px;
	margin-right:10px;
	display: inline;
	/*width:745px;
	height:400px;*/
	float: right;
} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 5px 5px;
	border: none;
	list-style: none;
	display: inline;
}

#tabs ul li.here {
	border-bottom: 1px solid #ffc;
	list-style: none;
	display: inline;
}

#wrap{
	width: 900px;
	height:500px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #f1f5e3;
	
}

#wrap_contact{
	width: 850px;
	height:835px;
	padding: 25px;
	margin-left: auto; 
	margin-right: auto; 
	background-color: #f1f5e3;
	
}
	
#wrap #left_column {
	width:200px;
	background-color:#f1f5e3; 
	margin-left:auto;
	float:left;
	margin-top:0px;
}

#wrap #left_contact {
	width:250px;
	height: 863px;
	background-color:#f1f5e3; 
	/*margin-left:auto;
	float:left;*/
	margin-top:0px;
}
		
#wrap #left_column #left_top { 
	width:180px;
	height:25px;
	background-color:#f1f5e3; 
	margin-left:20px;
	margin-right:auto;
	float:left;
	margin-top:5px;
}
	
#wrap #left_column #left_bottom { 
	width:180px; 
	background-color:#f1f5e3; 
	margin-left:20px;
	margin-right:auto;
	float:left;
	margin-top:225px;
}

		
#wrap #right_column {
	width: 650px;
	float:right;
	background-color: #f1f5e3;
	margin-top:5px;

}
	
#wrap #right_column #top {
	width: 650px;
	height: 470px;
	float:right;
	background-color: #f1f5e3;
	margin-top:0px;

}

#wrap #right_column #bio {
	width: 680px;
	height: 470px;
	float:right;
	background-color: #f1f5e3;
	margin-top:15px;
	margin-right:20px;
	margin-bottom:-15px;

}

}

#wrap #right_column #contact {
	width: 680px;
	height: 700px;
	float:right;
	background-color: #f1f5e3;
	margin-top:15px;
	margin-right:20px;
	margin-bottom:-15px;

}

/*
	Slideshow
*/

#slides {
	position:absolute;
	
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
    width:635px;
    height:441px;
    overflow:hidden;
	position:relative;
    display:none;
}
    
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/


.slides_container div.slide {
    width:635px;
    height:441px;
    display:block;
   
}
    
#slides .pagination{
	display:none;
	
}

#wrap #right_column #footer {
	float:right;
	width: 650px;

}

/* 

	DON'T THINK THAT THIS IS DOING ANYTHING
	#footer {
	font-size:6px;
}
*/

a {
		text-decoration: none;
		color:#b0bb8b;
		border:none;
}

a:visited{
	color: #8098a3;
	text-decoration: none;
	background-color: transparent;
	}

a:hover {
	color: #b0bb8b;
	text-decoration: dottted;
}

a:active {
	color:#b0bb8b;	
}

img.floatright { 
    float: right; 
    margin: 35px;
    margin-top: 15px;
}
	
