/*  -------------------------------------------------------------

National Guild Arts Conference
Basic page styles

06.15.06
sbliss@squarehead.com
http://www.squarehead.com

-------------------------------------------------------------- */
* {
margin: 0;
padding: 0;
}
body {
	text-align: left;
	font: small Helvetica, Arial, sans-serif;
	color: #000000;
	background: #333333;
}
/* 
::::::::::::::::::::::::::::::::: page container and columns    
*/
#frame {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -401px;
	background: #FFCCCC;
}
#left-col {
	position: relative;
	width: 167px;
	float: left;
}
#right-col {
	position: relative;
	width: 633px;
	float: left;
	background-color:#FFFFFF;
}
#footer {
	background-color: #CCCC99;
	clear: both;
	width: 800px;
	text-align: center;
}
#footer p {
	font: bold 0.7em/1em Helvetica, Arial, sans-serif;
	padding: 10px;
}
/* 
::::::::::::::::::::::::::::::::: base link styles    
*/
a:link {
	color: #C4310C;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #C4310C;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* 
::::::::::::::::::::::::::::::::: left column navigation    
::::::::::::::::::::::::::::::::: applys to <ul><li> elements 
*/
#left-col #nav {
	float: left;
	width: 167px;
	list-style: none;
	background-color: #DEF3FC;
	border-top: 1px solid #C1CDCD;
}
#left-col #nav li {
	border-bottom: 1px solid #C1CDCD;
	width: 167px;
	float: left;
}
#left-col #nav a:link {
	display: block;
	padding: 2px 14px;
	color: #C4310C;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
#left-col #nav a:visited {
	display: block;
	padding: 2px 14px;
	color: #C4310C;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
#left-col #nav a:hover {
	background-color: #C1CDCD;
	text-decoration: none;
}
#left-col #nav a:active {
	background-color: #C1CDCD;
	text-decoration: none;
}
/* 
::::::::::::::::::::::::::::::::: left column lower links panel    
::::::::::::::::::::::::::::::::: applys to <ul><li> elements 
*/
#left-col #links-panel {
	float: left;
	width: 139px;
	font-size: 80%;
	font-weight: bold;
	height: 100%;
	list-style: none;
}
#left-col #links-panel li {
	width: 139px;
	float: left;
	margin: 4px 0;
	padding: 0 14px;
}
/* 
::::::::::::::::::::::::::::::::: left column styles    
*/
#left-col img {
	float: left;
}
#left-col object {
	float: left;
}
#left-col h5 {
	float: left;
	clear: both;
	width: 139px;
	padding: 14px;
	background-color: #4C6872;
	color: #EEE8CD;
	font: .9em/1.3em Georgia, "Times New Roman", Times, serif;
}
/* 
::::::::::::::::::::::::::::::::: right column styles    
*/
#right-col p {
	padding: 10px 14px 10px 14px;
	font: .85em/1.4em Helvetica, Arial, sans-serif;
}
#right-col ul {
	padding: 10px 14px 10px 30px;
	font: .85em/1.4em Helvetica, Arial, sans-serif;
}
#right-col dl {
	float: left;
	width: 565px;
	padding: 10px 14px 10px 14px;
	font: .85em/1.4em Helvetica, Arial, sans-serif;
}
#right-col dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #EEE8CD;
	padding: 2px;
	background-color: #4C6872;
}
#right-col dd {
	padding: 2px;
	border-bottom: 1px solid #C1CDCD;
}
#right-col h1 {
	margin: 10px 0 0 0;
	padding: 0 14px;
	font-size: 1.4em;
	color: #4C6872;
}
#right-col h2 {
	margin: 10px 0 0 0;
	padding: 0 14px;
	font-size: 1.1em;
	color: #4C6872;
}
#right-col h3 {
	margin: 10px 0 0 0;
	padding: 0 14px;
	font-size: 1em;
	color: #333333;
}
#right-col h5 {
	padding: 14px;
	background-color: #4C6872;
	color: #EEE8CD;
	font: 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
}
#right-col h6 {
	padding: 14px;
	background-color: #CCCC99;
	font: bold 0.85em/1.4em Helvetica, Arial, sans-serif;
}
#right-col .photo {
	margin: 10px 10px 10px 14px;
	border: 3px solid #000000;
	float: left;
}