/*Generic styles
*************************************/
p	{
	font-size: 14pt;
	}	


body{
	background: #889;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

li	{
	list-style-type: none;
	}

/*CLASSES
***************************************/
.logo	{
	padding: 10px;
	vertical-align: middle;
	}
/*IDS
***************************************/


div#wrapper{
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #ffc;
	}

div#banner{
	background: url(images/compBanner.gif) no-repeat;
	height: 200px;
	margin-top: 10px;
	border: 15px outset #00f;
	}

#valid-html{
	position: relative;/*W3C validate logo*/
	top: -50px;
	float:right;
	}


#computer{
	float: left;
	padding: 0 0 0 20px;
	}

div#header{
	text-align: center;
	padding-top: 5px;
	}

#header h1{
	font-family: times, serif;
	font-style: italic;
	font-size: 48pt;
	font-weight: bolder;
	background-color: transparent;
	color: #00f;
	padding-bottom: 10px;  
	margin: 0 0 0 150px;
	}

#header h2{
	font-family: times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 24pt;
	padding: 0px;
	margin: 0 0 5px 150px;
	color: #000;
	}

div#shade{
	padding: 0; margin: 0;
	background: url(images/shadow.gif) repeat-x;
	}

div#main{
	padding-left: 10px;
	margin-right: 25px;
	}

#main H1{
	font-style: italic;
	font-size: 36pt;
	font-weight: bold;
	color: #00f;
	margin-top: 45px;
	text-align: center;
	
	}

#main h2{
	color: #00f;
	}


div#nav	{
	position: absolute;
	background: #f4c00d;
	height: 30px; width: 760px;
	border-bottom: 2px solid #000;
	text-align: center;
	font: 12pt helvetica sans-serif;
	font-weight: bold;
	}

div#nav ul{
	margin-top: 3px;
	margin-left: 130px;
	}

div#nav li{	
	float: left;
	display: block;
	height: 30px;
	background: transparent;
	color: #777;
	padding-left: 15px;
	}

div#nav li a{
	text-decoration: none;
	color: #000;
	}

div#nav li a:active, div#nav li a:hover{
	display: block;
	height: 25px;
	color: #fff;
	}

div#rightText{
	position:relative;
	float: right;
	font-size: large;
	right: 50px;
	}

div#footer{
	clear: both;
	width: 500px;
	padding-top: 20px;
	padding-left: 30px;
	}


div.picGallery
	{
	position: absolute;
	width:625px;
	top: 2000px;
	text-align: center;
	background-color: transparent;
	color: white;
	}

.paintings{
	margin-left: 75px;
	}

.paintings img{
	float: left;
	border: 10px #ffa inset;
	margin: 0 15px 0 15px;
	}
/********************************Pseudo Classes****************************/

/*Icecream-cone rollover**/

.icecream {
	float: left;
	background: url(images/wide-cone.gif);
	background-repeat: no-repeat;
	display: block;
	height:310px;
	width: 210px;
	margin-right: 20px;
	top: 60px;
	left: 20px;
	}

.icecream:focus, .icecream:hover, .icecream:active 
	{
	background: url(images/wide-cherry.gif);
	background-repeat: no-repeat;
	}

/*Form Styling*/

form.small	{
	margin-left: 30px;
	}


.cssform{
	background: #bbb;
	margin-left: 30px;
	padding: 10px 0 10px 15px;
	width: 470px;
	}

.cssform p{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border: 2px inset #eee;

	}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	}

	.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
	}

.cssform textarea{
	width: 250px;
	height: 150px;
	}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/*End Form Styles*/
