/*Welcome to the Cascading Style Sheet for
artproducegallery.com by Pixel Lava Interactive

NOTES:
no punctuation = universal style (for a, body, H1, H2, span, etc.)
. = div class="___", will show up in Dreamweaver's code inspector
# = div id="___", won't show up in Dreamweaver's code inspector
A Note On Padding and Spacing: top right bottom left

 Purple: #330033
 Green: #CCCC33
 
/* containers ____________________________*/

body,
html {
	margin:0;
	padding:0;
	background-position: center;
	background-color: #CCCC33;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color:#FFFFFF;
    }
body {
    min-width:1000px;
    }

/*main page container*/
#container {
    margin:0 auto;
    width:1000px;
	background: url(images/artproducegallery_04.jpg);
    }

/*Storefront containers*/
div#home01  {
	background: url(images/artproducegallery_01.jpg);
	width: 1000px;
	height: 38px;
	margin: 25px 0px 0px 0px;
}
div#home02  {
	background: url(images/artproducegallery_02.jpg);
	width: 1000px;
	height: 117px;
}

div#hometoptext  {
	width: 900px;
	height: 100px;
	margin: 0px 0px 0px 75px;
	padding: 0px 0px 0px 0px;
}

div#home_windows  {
	width: 1000px;
	height: 256px;
}
div#home04  {
	background: url(images/artproducegallery_03.jpg);
	width: 1000px;
	height: 116px;
}

div#homebottomtext  {
	width: 900px;
	height: 100px;
	margin: 0px 0px 0px 75px;
	padding: 10px 0px 0px 0px;
}

div#home05  {
	background: url(images/artproducegallery_04.jpg);
	width: 1000px;
	height: 100px;
}

/* manual text formatting _______________________*/

.H1 {
	font-family: Courier New, Courier, monospace;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.H2 {
	font-family: Courier New, Courier, monospace;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

.H3 {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.normal {
	font-family: Trebuchet MS, Verdana, Geneva;
	font-size: 12px;
	color: #FFFFFF;
}


.speciallink {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.speciallink: hover {
	text-decoration: underline;
}


/* automatic text formatting _______________________*/
h1{
	font-family: Courier New, Courier, monospace;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	}
h2{
	font-family: Courier New, Courier, monospace;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	}
h3{
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	}
p{
	font-family: Trebuchet MS, Verdana, Geneva;
	font-size: 12px;
	color: #FFFFFF;
	}	
a{
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
	}
a:hover{
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:underline;
	}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.footerhref {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99CC99;
}
