/* CSS Document */
/*body	{ 
	background: #CECEB2 url(images/background-salmon.jpg) repeat-x; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	 color: #333333;
}*/

body { 
background-color: #F3F1EC;
background-image:url(../images/tile.jpg);
background-position:bottom right;
background-attachment:fixed;
	background-repeat:no-repeat;
	/*background: #FBFBF6 url(../images/tile-bottom.jpg) bottom center repeat-x fixed;*/
margin: 0px 0px 0px 0px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
	line-height: 15px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	
}


.textBold {
	font-weight: bold;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic; 
	color: #9E4548;

}
.textBold13 {
	font-weight: bold;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic; 
	color: #666666;
}
h1 {
	font-size: 18px;
	line-height: 26px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic; 
	color: #000000;

}
h2 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:1px dashed #666666;
border-bottom:1px dashed #666666;
background-color:#000000;
}
#content img{
padding-left:2px;
padding-bottom:2px;
}
/*.proj-img{
float:right;
}*/
#proj-img{
float:left;
}
#proj-thumbs{
float:left;
padding-left:5px;
}
.thumbborder{
border:1px solid #FBFBF6;
}
A:hover .thumbborder, A:active .thumbborder {
border:1px solid #985727;

}

#proj-nav{
float:left;
padding-right:5px;
	font-size: 14px;
	line-height: 22px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic; 
	height:300px;
	
}
#proj-nav a {
color: #333333;
text-decoration: none;
}

#proj-nav a:hover {
color: #985727;
}

.proj-nav-on {
color: #985727;
vertical-align:middle;
}

#proj-nav a:active {
color: #000000;
}

/* containers
----------------------------------------------- */
#contentInside {
	position:absolute; 
	width:400px; 
	height:400px;	
	top:60px; 
	left:50%; 
	margin:0px auto auto -200px;
	z-index:3;
}
#content {
	position:absolute; 
	width:550px; 
	top:5px; 
	left:20px;
	z-index:3;
	text-align:left;
}
#header1 {
	position:absolute; 
	width:550px; 
	top:0px; 
	left:0px;
	z-index:1;
}




/* links nav
----------------------------------------------- */


a			{ color: #9E4548; text-decoration: underline; } 
a:active	{ text-decoration: underline; } 
a:hover		{ color: #9E4548; text-decoration: none; }



