/* CSS Document */

body {
	text-align: center;
	min-width: 370px;
	background-color:#EAEAEA;
	background-image:url(../images/bg-grey.png);
    background-attachment: fixed; 
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	text-align: left;
	width: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

#wrapper2 {
	text-align: left;
	width: 505px;
	margin-left: auto;
	margin-right: auto;
}

#navBox {
	text-align:center;
	/* width: 250px; */
	width: 365px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	}
	
#portfolio {
	margin: 10px 0 0 20%;
	background-color:#FFF;
	}
	
#contentBox {
	/* width: 250px; */
	width: 365px;
	height: 150px;
	border-top:2px dotted #CCC;
	border-bottom: 2px dotted #EAEAEA;
	background-color:#FFF;
	overflow: auto;
	padding: 4px;
	text-align: justify;
	}
	
#descBox {
	margin: 10px 0 0 22%;
	}
	
#visitBox {
	width: 365px;
	height: 215px;
	border-top:2px dotted #CCC;
	border-bottom: 2px dotted #EAEAEA;
	background-color:#FFF;
	overflow: auto;
	padding: 8px;
	}

form {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 160px !important;
	}
	
/* Thumbnail Treatments */

div#thumbnails img {
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
} 

div#thumbnails a img {
	border: 1px solid #fff;
} 
	
div#thumbnails a:hover img {
	border: 1px solid #000;
} 

div#noborder img{
border: 0px solid #FFF;
}

/* Thumbnail Treatments 2*/

div#thumbnails2 {
	float: left;
	width: 20%;
	margin-top: 10px;
	margin-left: -2px;
	/* height: 320px;
	width: 105px;
	overflow:auto; */
} 


div#thumbnails2 img {
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
} 

div#thumbnails2 a img {
	border: 1px solid #fff;
} 
	
div#thumbnails2 a:hover img {
	border: 1px solid #000;
} 

div#noborder img{
border: 0px solid #FFF;
}


/* Text Stuff */

a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
	}
	
a:hover {
	text-decoration: line-through;
	color: #000000;
	}

h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	}
	
p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFF;
	}
	
.Txt11 {font-size: 11px};
.Txt10 {font-size: 10px};

.dropcap {
float:left;
color:#333300;
font-size:85px;
line-height:65px;
padding:10px 5px 0 0;
font-family: Times, serif, Georgia;
	} 