body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border-color: #bcbcbc;
	                                                  
	border-width: 1px;
	                                                  
	border-style: solid;
	                                                  
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
body {
	font-size: 85%;
	font-family: arial, helvetica, sans-serif;
}
#wrapper {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#header {
	border-width: 0px;
	width: 100%;
	height: 200px;
	background-image: url(header_sliver.jpg);
	background-repeat: repeat-x;
}
#header_wrapper {
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(teresa_header.jpg);
	height: 200px;
	width: 1000px;
}
#nav_wrapper {
	padding-right: 100px;
	background-color: #477c68;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#nav {
	font-family: arial;
	padding-top: 5px;
	text-align: right;
	background-color: #477c68;
	height: 25px;
	width: 100%;
}
#nav a {
	font-family: arial;
	font-weight: bold;
	color: white;
	padding-right: 10px;
	padding-left: 13px;
	font-size: 110%;
	text-decoration: none;
}
#main {
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer {
	padding-top: 5px;
	color: white;
	height: 25px;
	width: 100%;
	background-color: #477c68;
	text-align: center;
}
#footer_wrapper {
	background-color: #477c68;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
#footer a {
	text-decoration: underline;
	color: white;
}
#leftcol {
	padding: 20px;
	width: 690px;
	float: left;
}
#rightcol {
	margin-right: 20px;
	padding: 20px;
	width: 210px;
	float: right;
}
#area {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 20px;
	width: 100%;
	border-color: #addbad;
	border-style: solid;
	border-width: 10px;
}
#areatop {
	padding-top: 5px;
	padding-left: 20px;
	font-family: arial;
	font-weight: bold;
	font-size: 160%;
	color: #4a3f55;
	height: 35px;
	background-color: #addbad;
}
#areabottom {
	font-size: 125%;
	font-family: Optima;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 20px;
}
#clear {
	clear: both;
}
#headerbg {
}
#left {
	float: left;
	width: 320px;
}
#right {
	margin-right: 15px;
	width: 320px;
	float: right;
}
.shots {
	margin-bottom: 20px;
	height: 200px;
	width: 300px;
}
.full {
	border-width: 0px;
	margin-top: 10px;
	width: 100%;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.full th {
	background-color: #477c68;
	color: white;
}
.color {
	background-color: #addbad;
}
a {
	color: #29232f;
}
