@charset "UTF-8";
/* CSS Document */

/* DWOOMAN.COM */
/* (c) 2008 */

* { behavior: url(common/iepngfix.htc); }

img { border:0; }


/* PAGE STYLES */
body {
	background-color:#fff;
	font: 12px Trebuchet MS, Verdana, Arial, sans-serif;
	color: #000;
	}


#wrapper {
	background-color:;
	margin:23px 0 0 18px;
	width:850px;
	height:;
	}

/* TOP BANNER STYLES */
#topBanner {
	width:100%;
	background:;
	}

#topBanner .index {
	background:#555; /* <<< color of words in banner */ 
	}

#topBanner .index:hover {
	background:#ff009c; /* <<< color of words in banner on mouseover */
	}
	
	
/* BOTTOM PAGE STYLES */
.bottomPage {
	margin-top:26px;
	clear:both;
	}
	
#nav {
	width:348px;
	float:left;
	background:;
	}

.metanav {
	list-style:none;
	}

.metanav li {
	margin:0 0 4px -40px;
	padding:0;
	}

/* FONT COLOR FOR NAV */
.metanav img {
	background:#999;
	}

/* FONT MOUSE OVER COLOR FOR NAV */
.metanav img:hover {
	background:#ff009c;
	}

/* FONT COLOR FOR CURRENT PAGE NAV */
.metanav #current {
	background:#ff009c;
	}

/* CONTENT SECTION STYLES */
.content {
	width:500px;
	float:right;
	background:;
	}

.content p {
	line-height:18px;
	}

/* DEFAULT LINK COLOR */
.content a:link {
	color:#ff009c;
	background:;
	text-decoration:none;
	}

.content a:visited {
	color:#ff009c;
	background:;
	text-decoration:none;
	}

/* HOVER LINK COLOR */	
.content a:hover {
	color:;
	background:;
	text-decoration:;
	border-bottom: solid 3px;
	border-color:#ff009c;
	}
	
	
/* <<<<<< PAGE SPECIFIC STYLES >>>>>> */	

/* VIDEO TITLE */
.content .vidTitle {
	font: italic 30px Trebuchet MS, Verdana, Arial, sans-serif;
	color:#444;
	}
	
/* LAYOUT FOR IMAGES GRID <<<on Illustrations, Sketches, Storyboards pages */

.imageGrid ul{ /* <<< layout for row of images in grid */
	list-style:none;
	margin:0px;
	padding:0px;
	}

.imageGrid ul li { /* <<< layout for image in the grid */
	display:inline;
	width:;
	margin:0 40px 0 0;
	}

.imageGrid img { /* <<< style for image in the grid */
	border:solid 3px;
	color:#eee;
	}