/* Browser Resets */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6,
a, p, dl, dt, dd, ol, ul, li, blockquote,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, pre,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	vertical-align: baseline;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}

/* Alberta Styles */
body {
	background: #000;
	color: #FFF;
	font: 100% Arial, Helvetica, sans-serif;
}
#container {
	margin: 0 10%;
}
.skipnav {
	float: left;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.menu {
	float: right;
	font-size: 0.75em;
	letter-spacing: 0.25em;
	margin: 10px 0 10px 0;
}
#main {
	border: 1px solid #FFF;
	clear: both;
	margin: 0;
}
#menubar {
	line-height: 1.5em;
	margin: 1% 5%;
}
.menulist {
	background: #000;
	width: 100%;
}
.menulist li {
	display: inline;
	list-style: none;
	text-transform: uppercase;
}
.menu2 {
	float: right;
	font-size: 0.75em;
	letter-spacing: 0.25em;
	margin: 10px 5%;
}
h1 {
	background: #000 url(images/fineart2wear.jpg) center top no-repeat;
	color: #FF9999;
	font: bold 150% Arial, Helvetica, sans-serif;
	height: 63px;
	text-indent: -5000px;
}
#content {
	margin: 20px 0;
}
h2 {
	font: bold 110% Arial, Helvetica, sans-serif;
	margin: 10px 5%;
}
h3 {
	color: #FF9999;
	font: bold 85% Arial, Helvetica, sans-serif;
	margin: 10px 5%;
}
#main p {
	font-size: 85%;
	margin: 1em 5%;
}
#main p.tagline {
	border: 1px solid #FFF;
	letter-spacing: 0.25em;
	margin: 0 5%;
}
.tagline {
	padding: 0.25em;
	text-align: center;
}
#content {
	clear: both;
}
#content ul.single li {
	font-size: 85%;
	list-style: disc;
	margin: 0 40px 0 65px;
}
#content ul.open li {
	font-size: 85%;
	list-style: disc;
	margin: 0 40px 1em 65px;
}
.main-image {
	float: left;
	margin: 0 5%;
	width: 300px;
}
.intro {
	font-size: 110%;
	margin-top: 60px;
}
.nav2 {
	display: block;
	float: right;
	font-size: 0.75em;
	letter-spacing: 0.25em;
	margin: 100px 5% 20px;
}
.item {
	margin: 0 5%;
}
.item img {
	margin: 40px 5% 0;
}
.item p {
	margin: 20px auto 40px;
	width: 40%;
}
.address {
	clear: both;
	font: bold 110%/1.5em Arial, Helvetica, sans-serif;
	margin: 20px 0 10px 0;
	text-align: center;
}

/* Footer styles */
#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
}
.copyright {
	font-size: 75%;
}

/* Link styles */
a:link,
a:visited {
	background: #000;
	color: #FFF;
}
a:focus,
a:hover,
a:active {
	background: #000;
	color: #F08080;
	text-decoration: none;
}
h3 a:link,
h3 a:visited {
	background: #000;
	color: #FF9999;
	text-decoration: none;
}
h3 a:focus,
h3 a:hover,
h3 a:active {
	background: #000;
	color: #FFF;
	text-decoration: underline;
}
.skipnav a:link,
.skipnav a:visited {
	background: #000;
	color: #000;
}
.skipnav a:focus,
.skipnav a:hover,
.skipnav a:active {
	background: #000;
	color: #FFF;
	text-decoration: underline;
}
.menulist a:link,
.menulist a:visited {
	background: #FF9999;
	color: #000;
	padding: 2px 4px;
	text-decoration: none;
}
.menulist a:focus,
.menulist a:hover,
.menulist a:active {
	background: #FFFFFF;
	color: #000;
	padding: 2px 4px;
	text-decoration: none;
}