/********************************************
* 			-	Colors -
* 
* 
********************************************/
*{
	margin: 0;
	padding: 0;
}
body, html {
	background-color: #ffffff;
	font-size: 10px;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, sans-serif;
}
p {
}
img {
	border: none;
}
a {
}
a:hover {

}

/***************** Basic Elements ******************/
#wrapper{
	width: 900px;
	height: 1200px;
	margin: 0px auto;
	padding: 0px;
}

#header{
	width: 555px;
	margin: 15px auto 0;
	padding: 0px;
}
#container{
	width: 800px;
	height: 500px;
	margin: 15px auto;
}

.desc{
	margin-left: 130px;
}

#footer {
	float: right;
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.ie7 #dots{
	height: 2px;
	background-color: #fff;
	margin: 11px 0 11px 0;
}
#dots{
	border: none;
	background-color: transparent;
	background-image: url('../images/dots.jpg');
	background-repeat: repeat-x;
	height: 5px;
	margin: 11px 0 11px 0;
}
.ripe{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.ripe a{
	color: #63c712;
	text-decoration: none;
}
.ripe a:hover{
	color: #000;
}
.fleft{
	float: left;
}
.fright{
	float: right;
}


/********** Contact Page Formatting *************/
#contacttxt{
	background-color: #cccccc;
	float: right;
	width: 385px;
	height: 385px;
	font-family: "Century Gothic", "Avant Garde", arial, verdana, sans-serif;
	text-align: left;
}
#contacttxt h1{
	margin-bottom: 20px;
	font-size: 14px;
	color: #333333;
}

#contacttxt p{
	color: #333333;
	font-size: 12px;
	line-height: 200%;
	text-align: left;
}
#contacttxt a{
	color: #808080;
	text-decoration: none;
}
#contacttxt a:hover{
	color: #000000;
}
#centertxt{
	width: 260px;
	margin: 50px auto 0;
	display: block;
}
/***************** NAV ******************/
.ie7 .nav{
	height: 14px;
	position: relative;
	overflow: hidden;
	display: block;
	border: none;
	width: auto;
}

.nav li{
	margin: 0 auto;
	float: left;
	list-style: none;
}
.ie7 .nav li a:link{
	position: relative;
	top: 0px;
}

.ie7 .nav li a:hover{
	position: relative;
	top: 0px;
}

.nav li a:link{
	display: block;
	border: none;
	height: 14px;
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
}

.nav li a img{
	position: relative;
	top: -14px;
}

.nav li a:hover img{
	position: relative;
	top: 0px;
}
.nav li a:visited{
	display: block;
	border: none;
	height: 14px;
	overflow: hidden;
	width: auto;
	margin: 0;
	padding: 0;
}
#nav-artist #artist a img, #nav-paintings #paintings a img, #nav-photography #photography a img, #nav-contact #contact a img{
	position: relative;
	top: 0px;
}

/***************** FORMS ******************/
input, textarea  {
	vertical-align: middle;
	border: solid 1px #000;
	padding: 2px 1px 1px 3px;
	background: white url('../images/input_bkgrd.png') no-repeat top left;
}
select {
	vertical-align: middle;
	border: solid 1px #000;
}
fieldset {
	margin: 8px;
	border: none;
	border-top: solid 1px #000;
	clear: both;
}
legend {
	font-weight: bold;
	color: #000;
}
form ul {
	list-style: none;
}
form ul li {
	clear: both;
	padding: 5px 0;
}
label {
	width: 150px;
	float: left;
	padding: 3px 5px 0 0;
	text-align: right;
}
.button {
	background: #beccc6 url('../images/button.gif') repeat-x left;
	border: solid 1px #fff;
	color: #fff;
	letter-spacing: 1px;
	padding: 3px;
	cursor: pointer;
}
a.button {
	padding: 4px;
}
