/* ---------------------- GLOBAL STUFF ---------------- */
body
{
	margin: 50px auto;
	text-align: center;
	background: #200b01  url('images/bg.gif') top repeat-x;
	color: white;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
}

h1 {
	color: #eee;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 13px;
	margin-bottom: 10px;
	font-weight: bold;
}

p {
	color: #fff;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
}

 a:link , a:visited {
	text-decoration: none;
	color: #C4E0EF;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	
	
}

a:hover {
	color: #eee;
}



#container {
	margin: 50px auto;
	width: 716px;
	position: relative;
}

/* ---------------------- NAVIGATION ---------------- */

#nav {
	width: 121px;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	left: 0;
}

/* ---------------------- CONTENT ---------------- */

#content {
	width: 560px;
	margin-left: 156px;
	text-align: left;
}

#content img {
	border: 1px #eee solid;
}

#content  p {
	color: #eee;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding-top: 20px;
	text-align: justify;
}

#content  p.date {
	color: #eee;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px #eee dotted;
}

#content  p.price {
	color: #eee;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	border-bottom: 1px #eee dotted;
}

#content  p.fine {
	color: #eee;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 9px;
	line-height: 17px;
	font-weight: normal;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px #eee dotted;
}



#content  h2 {
	color: #C4E0EF;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding-top: 20px;
}



#content h2 a:link , #content h2 a:visited {
	text-decoration: none;
	color: #C4E0EF;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	
}

#content h2 a:hover {
	color: #eee;

}

#content  h3 {
	color: #C4E0EF;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
}


/* ---------------------- CANVAS ( PORTFOLIO ) ---------------- */

#canvas {
	width: 560px;
	height: 560px;
	background-color: #fff;
	text-align: center;
}

#canvas img {
	margin: 40px auto;
	border: 1px #eee solid;
}

.canvas_txt {
	text-align: left;
	color: #eee;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding-top: 10px;
}

.canvas_txt a:link , .canvas_txt a:visited {
	text-decoration: none;
	color: #C4E0EF;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	padding: 2px;
	
	
}

.canvas_txt a:hover {
	color: #200b01;
	padding: 2px;
	background-color: #C4E0EF;
}

/* ---------------------- FORM ( CONTACT ) ---------------- */

.label {
	color: #C4E0EF;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 15px;
	text-align: left;
	width: 200px;
	float: left;
}


input, select, textarea {
	margin-top: 15px;
	margin-left: 20px;
	text-align: left;
	line-height: 20px;
	color: #200b01;
	background-color: #C4E0EF;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 11px;
	line-height: 20px;
	font-weight: normal;
}

.button {
	margin-top: 15px;
	margin-left: 220px;
	text-align: left;
	line-height: 20px;
}


.clear {
	clear: both;
}

/* ---------------------- FOOTER ---------------- */

#footer {
	color: #bad2df;
	font-family: "Lucida Grande", Geneva, Arial;
	font-size: 9px;
	line-height: 20px;
	font-weight: normal;
	margin: 0;
	padding-top: 30px;
	text-align: left;
}