* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #000;
	background: #996666;
}

#outerHeader {
	margin: 0 auto;
	background: url(../images/layout/outerHeaderBG.jpg) repeat-x;
	
}

#header {
	min-height: 143px;
	width: 770px;
	margin: 0 auto;
	background: url(../images/layout/headerBG.jpg) no-repeat;
}


#outerContent {
	background: #fff url(../images/layout/outerContentBG.jpg) repeat-x;
	min-height: 300px;

}

#contentWrapper.rightcol {
	background-image: url(../images/layout/contentWrapperBG.gif);
	background-repeat: repeat-y;
	background-position: 0 20px;
}

#contentWrapper {
	width: 770px;
	padding-top: 8px;
	margin: 0 auto;
	font-size: 80%;
}

#content {
	width: 410px;
	margin: 0 auto;
}

#content p {
	margin: 5px 0;
}

#content img {
	border: 1px solid #666;
}

#content a {
	text-decoration: none;
	color: #666;
}

#content a:hover, #content a:focus {
	text-decoration: underline;
	color: #999966;
}

#leftcol {
	width: 150px;
	float: left;
	padding-top: 14px;
}

#rightcol {
	width: 150px;
	float: right;
	color: #4e4845;
	background-color: transparent;
}

#rightcol img {
	margin-top: 10px;
	border: 1px solid #666;
}

#fireweed {
	margin: 50px 0;
}

#outerFooter {
	clear: both;
	font-size: 85%;
	margin-top: 25px;
	background: #8c9c81 url(../images/layout/outerFooterBG.jpg) bottom repeat-x;
	min-height: 40px;
	border-top: 1px solid #251212;
}

#footer {
	width: 770px;
	margin: 0 auto;
	font-size: 85%;
}


#footer p {
   float: right;
   padding: 8px;
}

#footer p a {
	color: #000;
} 

#footer p a:hover, #footer p a:focus {
	color: #999966;
}

/********** text elements ******************/

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000;
	background-color: transparent;
}

h1 {
	font-size: 2em;
	margin: 20px;
}

h2 {
	font-size: 1.8em;
	margin: 20px auto 5px;
}

h3 {
	font-size: 1.6em;
	margin: 20px auto 5px;
}

h4, h5, h6 {
	color: #999966;
	background-color: transparent;
	margin: 0 auto 10px;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
	margin: 10px auto 5px;
}
h6 {
	font-size: 1em;
	font-variant: small-caps;
}
/********** Generic classes **********************/

.right {
	float: right;
	margin: 4px 0 2px 5px;
}

.left {
	float: left;
	margin: 5px 8px 0 0;
}

.clearit {
	font-size: 0;
	line-height: 0;
	clear: both;
}

.thankyou {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 100px;
	line-height: 1.5em;
}

/********** Constant Contact classes **********************/

.cc {
	margin-top: 50px;
}

/********* Side Navigation ********************/

#leftcol ul {
	list-style-type: none;
	padding: 0 0 60px 0;
	margin: 0;
	background: #CFD0AE url(../images/layout/asg_logo.jpg) bottom no-repeat;
}

#leftcol li {
	margin-bottom: 1px;
}

#leftcol li a {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #663366;
	padding: 2px 3px;
	border: 1px solid #666;
}

#leftcol li a:hover, #leftcol #current a {
	color: #000;
	background-color: #C5C5A9;
}
	
/************ Column control ****************/

.twocol #rightcol {
	display: none;
}

.twocol #content {
	margin-right: 0;
	margin-left: 170px;
	width: auto;
}

/************ Form Elements ****************/
#formcontainer {
	width: 80%;
	margin: 20px 20px 50px;
	padding: 20px;
	border: 1px groove #999966;
}

#col1 {
	width: 100%;
}

fieldset label {
	display: block;
	margin: 4px 0 0 5px;
}

fieldset input, fieldset textarea {
	background-color: #fff;
	border: 1px solid #666;
	margin-left: 5px;
	color: #999;
}

input.button {
	background-color: #663366;
	color: #fff;
	margin: 20px;
	padding: 2px 5px;
	border: 1px solid #666;
}

input.button:hover {
	background-color: #999966;
	color: #666;
	border: 1px solid #fff;
}

/************ Gallery Pages ********************/

div.caption_img {
	float: left;
	width: 200px;
	height: 244px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
div.caption_img a {
	width: 180px;
	height: 230px;
	display: block;
}
div.caption_img img {
	width: 180px;
	height: 230px;
	vertical-align: bottom;
	border: 0;
}
div.caption_img p {
	text-align: center;
	width: 100%;
	margin: 5px 0;
	padding-top: 1px;
	font-style: italic;
	font-size: 0.85em;
	line-height: .8em;
}

/************ For IE mac ********************/

 /*\*//*/
 #header {
	height: 143px;
}

 #outerContent {
	height: 300px;
}
/**/