@import "nonie_nlarge.css" navcontainer, navcontainer ul;

body {
	font-family: verdana, arial, sans;
	background-color: white;
	margin: 0px;
}


#holder {
	width: 780px;
	text-align: left;
	height: 890px;
	background-image: url(images/bkgd.jpg);
}


#homeholder {
	width: 780px;
	height: 890px;
	text-align: left;
	background-image: url(images/home_bkgd.jpg);
}

#blankholder {
	width: 780px;
	height: 890px;
	text-align: left;
	background-image: url(images/workshop_bkgd.jpg);
}


#maincontent {
	width: 760px;
	margin-right :auto;
	margin-left: auto;
}


#text {
	width: 400px;
	margin: 60px 20px 20px 60px;
	padding-left: 20px;
	float: left;
}

#longtext {
	width: 400px;
	height: 630px;
	margin: 60px 20px 20px 60px;
	padding-left: 20px;
	overflow: auto;
	float: left;
}

#textright {
	width:240px;
	padding-left: 160px;
	float: left;
}

#rightphotos {
	width: 200px;
	margin: 60px 0px 20px 0px;
	float: right;
	float: left;
}


#photos {
	width: 600px;
	margin-left: 60px;
	clear: both;
}


#footer {
	width: 640px;
	margin-left: 80px;
	clear- both;
}

.commissions{
	height: 60px;
}

/*--------------- Nav -----------------*/

#navcontainer, navcontainer ul{
	display: inline;
	width: 550px;
	height: 100px;
	margin-top: 0px;
	margin-left: 30px;
	float: left;
	text-decoration: none;
	border: 0px;
}



#navcontainer a, #navcontainer li {
	display: inline;
	width: 75px;
	float: left;
	text-decoration: none;
	border: 0px;
}


/*--------------- Text -----------------*/
		
p {
	font-size: 0.7em;
	line-height: 1.5em;
	color: black;
	text-decoration: none;	
}


.cyan {
	color: #0099ff;
}


h1{
	font-size: 12px;
	line-height: 1.5em;
	text-decoration: none;	
}

a:link{
	text-decoration: none;
	color: #666666;
	border: 0px;
}

a:visited{
	text-decoration: none;
	color: #333333;
}


/*--------------- Images -----------------*/

a img { 
	border: 0px;
	padding: 0px; 
	margin: 0px;
}

/* -------------- Forms -------------- */

#forms {
	border: 0px;
	width: 70%;
	clear: both;
}

input{
	width: 150px;
}

.btn {  
	background-color: transparent; 
	cursor: pointer;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	color: #ffffff;
	border: 0px;
}

