@charset "utf-8";

/* CSS Document */

/*
Clear: tells it to keep it inside wrapper
Display Inline: tells it to keep it on one line (eg we can have something on the right)
Float left: puts it on left column
*/


* { padding: 0; margin: 0; }

/***** Header *****/

#headerleft {
	width: 420px;
}

#headerright {
	width: 420px;
	margin-top: 20px;
}

#header {
	height: 168px;
	margin-top: 50px;
}

#home_contact {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 20px;
}

#home_contact a:link, a:visited, a:active {
	color: #35a2dd;
	text-decoration: none;
}

#home_contact a:hover {
	color: #35a2dd;
	text-decoration: underline;
}

#contact {
	width: 420px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 40px;
	text-align: right;
}

#contact a:link, a:active, a:visited {
	color: #35a2dd;
	text-decoration: none;
}

#contact a:hover {
	color: #35a2dd;
	text-decoration: underline;
}

#image_buttons{
/*    border : solid 2px #FFFF00;
*/
	height: 28px;
}

#store_buttons{
/*    border : solid 2px #FFFF00;
*/
	height: 39px;
}

#buttons{
/*    border : solid 2px #FFFF00;
*/
    height: 72px;
    width: 60px;
}

#buttons img { border: none; }

#gall{
/*    border : solid 2px #FFFF00;
*/
}

#gall img { border: none; }

#more{
/*    border : solid 2px #FFFF00;
*/
    height: 62px;
	margin-top: 5px;
    width: 40px;
}

#more img { border: none; }

#return_nav {
	margin-bottom: 10px;
	margin-top: 40px;
	width: 420px;
}

#image {
/*    border : solid 2px #FFFF00;
*/
    height: 610px;
}

#image_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	height: auto;
	margin-top: 16px;
	text-align:left;
	width: 420px;
}

#store_hl {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #35a2dd;
	font-weight: bold;
	margin-top: 16px;
	text-align:left;
	width: 420px;
}

#store_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	line-height: 140%;
	margin-top: 16px;
	text-align:left;
	width: 420px;
}

#store_copy p {
    margin-bottom: 25px;
}

#sold_copy {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.6em;
	margin-top: 4px;
	text-align:center;
	width: 420px;
}
#finishedart {
	margin-bottom: 10px;
	margin-top: 40px;
	width: 420px;
}

#storyboard {
	margin-bottom: 10px;
	margin-top: 40px;
	width: 420px;
}

/***** Footer *****/

#footer {
	padding-top: 40px;
	width: 900px;
}

#footertext {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 20px;
}

#footertext a:link, a:active, a:visited {
	color: #35a2dd;
	text-decoration: none;
}

#footertext a:hover {
	color: #35a2dd;
	text-decoration: underline;
}

#legaltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 12px;
}


/***** Top Right Column *****/

#rightcolumn1 {
	height: 56px;
	margin-bottom: 85px;
}


/***** Bottom Left Column *****/

#leftcolumn2 {
	height: 56px;
	margin-bottom: 85px;
}







