body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#807F7F;
	background-color:#e7ebee;
	min-width:1135px
}

A:link  	{ 	text-decoration: none; color: #999;}
A:visited  	{  	text-decoration: none; color: #999;}
A:hover  	{ 	text-decoration: none; color: #666;}

a img:link {
	border: 0px  solid #999 ! important;
}
a img:hover {
	border: 1px  solid #999 ! important;
}

.p { text-indent: 20px; }

font{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}


#logo {
	background-color:#e7ebee;
	cursor:pointer;
	margin-bottom:25px;
	padding-top:25px;
	margin-left:25px;
	position:fixed;
	z-index:5;
}

#menu{
	width:170px;
	float:left;
	margin-left:25px;
	margin-right:30px;
	margin-top: 100px;
}

#content{
	width:900px;
	float:left;
	margin-top: 100px;
	padding-right:10px;
}

.menuLink{
		font-size:12px;
		padding-left:5px;
		line-height:20px;
}

.menuTitle{		line-height:20px;}
.menuGrp{ 		padding-bottom:20px;}
.imgborder	{   border: 1px solid white;}
.blackborder{	border:1px solid white;	}


p{
	text-indent:25px;
	margin-bottom:10px;
	padding-right:10px;
	line-height:20px;
	font-size:12px;
	
}

.contactText{
	margin-bottom:10px;
	padding-right:10px;
	line-height:15px;
	font-size:12px;
}
.pageHeader{
		margin-top:20px;
}
.bioSig{
		 margin-top: 30px;
		 text-align: right;
}

.test {background-color:#00F;}

.slideShow	{ }
	

#slideshow-area, #slideshow-scroller {
  width: 900px;
  height: 450px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#slideshow-area {}
#slideshow-holder {}

#slideshow-previous, #slideshow-next {
  width: 50%;
  height: 450px;
  position: absolute;
  top: 0px;
  display: none;
  cursor: pointer;
  cursor: hand;
}

#slideshow-previous{
  background: 
    transparent 
    url("http://www.alexcalle.com/alexcalle/i/arrow_left.png") 
    no-repeat;
 background-position: 0% 50%;

}

#slideshow-next {
  display: block;
  background: 
	transparent 
    url("http://www.alexcalle.com/alexcalle/i/arrow_right.png") 
    no-repeat;
  	background-position: 100% 50%;
   right: 0;
}

.slideshow-content {
  float: left;
  width: 900px;
  height: 450px;
  vertical-align:middle;
  text-align:center;  
}
.slideshow-content img {

}


.aboutText{
	margin-top:30px;
	font-size:13px;
}
.credit{
	font-size:13px;
}
