@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size: 100%;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;

}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background-image: url(images/bg3.jpg);
	background-repeat: repeat-x;
	background-color: #8F7D55;
	margin: 6px 0px 0px 0px;
}

a:link {
	color: #EF4F01;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D04502;
}
a:hover {
	text-decoration: underline;
	color: #EF4F01;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}

#page {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	height: 110px;
	background-color: #f0e1c4;
	text-align: center;
	
}
#banner h1 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 2.5em;
	margin: 0;
	letter-spacing: .1em;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#page #banner h2 {
	font-family: "Lucida Sans", Arial, sans-serif;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 0.93em;
}
#page #banner a:link {
	color: #000;
	text-decoration: none;
}
#page #banner a:visited {
	text-decoration: none;
	color: #000;
}
#page #banner a:hover {
	text-decoration: none;
	color: #EF4F01;
}
#page #banner a:active {
	text-decoration: none;
	color: #000;
}

#nav {
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
	height: 38px;
	background-color: #f0e1c4;
	background-image: url(images/bg-nav.jpg);
	background-repeat: repeat-x;
}

/* holds main body content*/
#main {
	background-color: #f0e1c4;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	
}

#main #pix {position:relative;
	width: 750px;
		overflow: hidden;
}

#main #pixrule {
	margin: 491px 0px 0px 0px;
}

#main #text {
	padding: 25px 62px 25px 62px;
}

#main #text h1 {
	font-size: 1.25em;
	padding: 0px 0px .5em 0px;
}
#main #text li {
	margin-left: 3em
}

#main #textforportfolio {
	margin: 0px 0px 0px 0px;
	padding: 25px 62px 25px 62px;
}


#main #textforportfolio h1 {
	font-size: 1.25em;
	padding: 0px 0px 1em 0px;
}

#footer {
	background-color: #F04F01;
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
}
