html,body { 
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Nyala, Book Antiqua, Times, serif;
	color: #ECEBF9;
	background-color: #292023;
}

body,div { 
	cursor: default;
}

span,p {
	cursor: auto;
}

a {
	color: #ECEBF9;	
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

a:active {
	color: #FFFFFF;
}

div#title {
	text-align: center;
	vertical-align: middle;
	height: 100px;
	padding: 15px;
}


div#inner {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url('gradient_bkg.png');
	background-repeat: repeat-x;
	background-position: center;
	width: 900px;
	height: 510px;
	vertical-align: middle;
}

div#menu {
	height: 70px;
}

.menuLink,.menuActive { 
	float: left;
	font-size: x-large;
	text-align: center;
	width: 184px;
	padding: 20px;
	color: #ECEBF9;	
	cursor: default;
}

.menuActive { 
	text-decoration: underline;
}

div#content {
	vertical-align: middle;
	height: 440px;
}

div#indexDiv {
	padding: 20px 206px;
	width: 488px;
	height: 400px;
}

img#indexImg,img#aboutImg,img#portfolioImg {
/* 	border: 1px solid white; */
	border: 1px solid #807070; 
/*	border: 1px solid #100202; 
	background-color: #F0E0E0; */
	padding: 3px;
}

span#indexSpan {
	text-align: left;
	width: 450px;
	padding-left: 3px;
	color: #807070;
}

div#aboutDiv {
	padding: 20px 20px;
	height: 400px;
}

div#pricesDiv {
	padding: 0px 20px;
	height: 400px;
	font-size: smaller;
}

div#pricesLeftDiv {
	width: 580px;
	padding-right: 60px;
	float: left;
	font-style: italic;
}

div#pricesRightDiv {
	width: 220px;
	float: left;
}

p.pricesP {
	margin: 0px;
}

.title1 { 
	text-transform: uppercase;
	font-weight: bolder;
	
}

.title2 { 
	text-transform: uppercase;
	text-align: right;
	font-weight: bolder;
}

p.pricesOptional { 
}

p.pricesOptionalCaps {
	text-transform: uppercase;
}

ul { 
list-style-type: square;
}

div#aboutText {
	width: 544px;
	float: left;
	margin: 20px;
}

p.aboutP {
}

p.contactP {
  margin: 0px 50px;
}

img#aboutImg {
	float: right;
}

div#portfolioDiv {
	padding: 20px 20px;
	height: 400px;
}

div#shownImgDiv {
	float: left;
	width: 570px;
	height: 346px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

div#thumbnails {
	float: right;
	width: 268px;
	text-align: center;
	margin: -5px;
/* border: 1px solid black; */
}

img.thumbImg {
	border: 1px solid #807070; 
/*	border: 1px solid #100202; 
	background-color: #F0E0E0; */
	padding: 1px;
	margin: 5px;
	cursor: pointer;
}

.navig { 
	float: left;
	text-align: center;
	width: 120px;
	padding: 2px;
	margin: 5px;
/*	color: #ECEBF9;	*/
	color: #807070; 
	cursor: default;
}

input.input {
	margin: 5px;
	width: 100%;
	font-family: Nyala, Book Antiqua, Times, serif;
}

input.submit {
	margin: 5px;
	width: 200px;
	font-family: Nyala, Book Antiqua, Times, serif;
}

textarea {
	margin: 5px;
	width: 100%;
	height: 50px;
	font-family: Nyala, Book Antiqua, Times, serif;
}


