* {
	margin: 0;
	padding: 0;
}


#content, #header, #logo, #girl, #girl_stacy, #girl_tracy { 
	behavior: url(css/iepngfix.htc);
}


body {
	font: 50.5% Verdana, "Lucida Grande", Lucida, sans-serif;
}

p, li {
	font-size: 1.4em;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

a img {
	outline: none;
	border: none;
}

.email_link {
	color: #d4667b;
}

html {
	background: #f6afbd url(../images/bg_column.gif) repeat-x left top;
	
}

/* @group Layout */

#wrapper {
	width: 750px;
	margin: 0 auto;
}

#header {
	position: relative;
	float: left;
	display: inline;
	height: 190px;
	width: 685px;
	padding: 20px;
	margin: 20px 0 0 0;
	color: white;
	background: url(../images/header_bg.png) no-repeat left top;
	z-index: 10;
}

#content {
	position: relative;
	float: left;
	display: inline;
	width: 685px;
	padding: 10px 20px 0 20px;
	color: #666666;
	background: url(../images/page_btm.png) no-repeat 0px bottom;
	z-index: 900;
}

#footer {
	position: relative;
	float: left;
	display: inline;
	clear: both;
	width: 100%;
	padding: 0 20px 10px 20px;
	margin: 10px 0 0 0;
	z-index: 900;
}

#footer_btm {
	position: relative;
	float: left;
	display: inline;
	width: 100%;
	clear: both;
	height: 20px;
	z-index: 1010;
}

#girl {
	position: absolute;
	bottom: 50px;
	right: 30px;
	z-index: 1000;
}

/* @end */

/* @group header */

#logo {
	position: absolute;
	top: 110px;
	left: 18px;
	text-indent: -99.9999em;
	width: 325px;
	height: 32px;
	background: url(../images/chisholm_creative_logo_white.png) no-repeat left top;
}

#tagline {
	position: absolute;
	top: 185px;
	left: 25px;
	font-size: 1.5em;
}

#tagline_second_line {
	padding: 0 0 0 75px;
	display: block;
}

#tagline_exclamation {
	position: absolute;
	bottom: -2px;
	right: -10px;
	color: white;
	font: italic 1.7em sans-serif, "Lucida Grande", Lucida, Verdana;
}


/* @end */

/* @group footer */

#footer_contact {
	position: relative;
	float: right;
	display: inline;
	width: 400px;
	margin-right: 10px;
	text-align: right;
}

#left_btm_corner {
	position: absolute;
	bottom: -100px;
	left: -165px;
	z-index: 1;
}

#left_btm_corner_container {
	position: relative;
	clear: both;
}

/* @end */

/* @group nav */

#nav {
	position: relative;
	float: left;
	display: inline;
	background: url(../images/content_bg.png) repeat-y left top;
	width: 100%;
	padding: 0px 9px 0px 11px;
	z-index: 1001;
}

#nav li {
	position: relative;
	display: inline;
	padding: 9px 10px 13px 10px;
	color: #666666;
	z-index: 900;
}

#nav li a {
	position: relative;
	text-align: center;
	color: #666666;
	line-height: 30px;
	padding-bottom: 5px;
	font-size: 1em;
	z-index: 900;
}


/*
#nav li ul li { 
	width: 400px; 
}
*/

#nav ul {
	width: 300px;
}

#nav li ul li a { 
	font-size: .7em;
	line-height: 20px;
	width: 300px; 
}

#nav li ul li a:hover { 
	text-decoration: underline;
}


#nav ul ul { 
	top: 0; 
}



/* @end */

/* @group content */

#body_home #content_container {
	position: relative;
	float: left;
	display: inline;
	width: 550px;
	z-index: 900;
}

#content_container {
	position: relative;
	float: left;
	display: inline;
	width: 550px;
	z-index: 900;
}

#content_container p {
	position: relative;
	margin-bottom: 20px;
	font-size: 1.6em;
	line-height: 1.6em;
	z-index: 900;
}


/* @end */



