/* ------------------------------------------------------------------------------------------------------*/
/* ZERO OUT ALL BROWSER PRE-SET VALUES  -----------------------------------------------------------------*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}



/* ------------------------------------------------------------------------------------------------------*/
/* BASE BLOCK ELEMENTS & GLOBAL STYLES ------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center; /* for centering layout in IE 5.x */
	background:url(../images/shared/bg_texture.jpg);
	background-repeat:repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* Container for entire page */

#wrapper {
	width: 780px;
	margin: 42px auto 0 auto;
	text-align: left; /* counter the centering in the body tag */
	background-image: url(../images/shared/content_bgTile.jpg);
	background-repeat:repeat;
}


/* Container for background image on home page */

#backgroundImage {
	width: 780px;
	margin: 0;
	background-image: url(../images/home/flower_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 245px;
}

#contentArea_top { }

#contentArea_bottom { 
	clear: both;
	margin-top: 13px;
}



/* ------------------------------------------------------------------------------------------------------*/
/* HEADER & TOP NAVIGATION ------------------------------------------------------------------------------*/


#title {
	margin: 36px 0 0 56px;
	width: 218px;
	float: left;
}

#mainImg {
	margin: 28px 0 0 341px;
	width: 400px;
	height: 344px;
	text-align: right;
}


/* Container for personal statement on home page */

#quote {
	margin: 103px 0 0 332px;
	width: 400px;
	height: 291px;
	text-align: right;
}

#artworkInfo{
	margin: 0 11px 0 0;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #B34315;
}

#artwork_subNav {
	width: 261px;
	margin: 0 0 8px 469px;
}
	
	
#horizDivider {
	width: 702px;
	margin-left: 36px;
}


/* home page only */

#horizDivider_short {
	width: 398px;
	margin-left: 340px;
}

#thumbnails {
	width: 390px;
	margin: 6px 0 0 345px;
}


/* home page only */

#viewWork_btn {
	width: 390px;
	height: 125px;
	margin: 13px 0 0 353px;
}

#mainNav {
	width: 143px;
	margin: 14px 0 0 39px;
	padding: 0;
	float: left;
}

#mainNav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainNav ul li{
	margin: 0 0 17px 0;
	padding: 0;
}



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

#pageContent {
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	border-left: 1px solid #CC6699;
	border-right: 1px solid #CC6699;
}


#textColumn {
	width: 355px;
	margin: 45px 0 20px 12px;
	padding: 0;
 	text-align: left;
	float: left;
}

/* Alt propoerties for Standards-based browsers */
body > #wrapper > #pageContent > #textColumn { margin: 45px 0 20px 25px; }



/* Used to stretch background below floated text/image columns (forces pageContent DIV to stretch down to "contain" floated text column)" */

#clear {
	clear: both;
}


/* Headlines */

#textColumn h1 {
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	color: #663333;
}


/* Text Subheads */

#textColumn h2 {
	margin: 0 0 13px 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight:bold;
	color: #663333;
}


/* Body Copy */

#textColumn p{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	font-weight:bold;
	line-height: 14px;
	color: #996666;
}


#textColumn a:link {
	color: #CC6699;
	text-decoration: none;
}
#textColumn a:visited {
	color: #CC6699;
	text-decoration: none;
}
#textColumn a:hover {
	color: #CC6699;
	text-decoration: underline;
}
#textColumn a:active {
	color: #CC6699;
	text-decoration: underline;
}



#imgColumn {
	width:326px;
	margin: 0 0 0 418px;
	padding: 0;
}

/* Alt propoerties for Standards-based browsers */
body > #wrapper > #pageContent > #imgColumn { margin: 0 0 0 421px; }


#imgColumn img {
	border-left: 1px solid #CC6699;
}

.formTitle {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #CC6699;
}


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


#footer {
	width: 750px;
	height: 25px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	clear: both;
	background-image: url(../images/shared/footerBar.gif);
	background-repeat: no-repeat;
}

#footer p {
	margin: 0;
	padding: 4px;
	font-size: 9px;
	line-height: 10px;
	color: #FFCCFF;
}

#footer a:link {
	color: #FFCCFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFCCFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFCCFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFCCFF;
	text-decoration: underline;
}
