	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 1000px;
	 }

body	{
	background: #000 url(img/bg.jpg) top no-repeat;
	font: 12px/1.3 arial, helvetica, verdana, sans-serif;
	color: #000;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	text-indent: -9999px;
	display: block;	
	width: 310px;
	height: 154px;
	background: transparent url(img/alliedarts.png) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 0 0 16px 0;
	}
	
h4	{
	font-size: 14px;
	color: #630;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #39c;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #69c;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: transparent;
	}
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 5px 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: transparent;
	width: 1000px;
	margin: 20px auto;
	padding: 0;
	text-align: left;
	}
	
#left	{
	width: 630px;
	height: 550px;
	float: left;
	padding: 20px;
	margin: 0;
	background: transparent url(img/bg.png);
	}
	
#right 	{
	width: 310px;
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#text	{
	overflow: auto;
	height: 520px;
	width: 620px;
	padding-right: 10px;
	}
	
#submenu	{
	width: 275px;
	height: 200px;
	padding: 15px 10px 15px 15px;
	margin: 0 10px 20px 0;
	background: transparent url(img/bg.png);
	}

#footer	{
	clear: both;
	background: transparent;
	width: 1000px;
	margin: 0;
	padding: 20px 0 20px 0;
	color: #fff;
	}
	
#footer em	{
	color: #fff;
	}

#footer a	{
	color: #fff;
	}

	/*	Menu	*/

#menu	{
	width: 310px;
	height: 120px;
	padding: 0;
	}
	
#menu a	{
	display:block;
	text-indent: -9000px;
	overflow: hidden;
	float: left;
	}
	
.home {
	width: 310px; height: 35px;
	background: url(img/menu/home.png) no-repeat;
	}
	
a:hover.home {
	width: 310px; height: 35px;
	background: url(img/menu/home-on.png) no-repeat;
	}
	
.events {
	width: 75px; height: 30px;
	background: url(img/menu/events.png) no-repeat;
	}
	
a:hover.events {
	width: 75px; height: 30px;
	background: url(img/menu/events-on.png) no-repeat;
	}
	
.visual {
	width: 129px; height: 30px;
	background: url(img/menu/visual.png) no-repeat;
	}
	
a:hover.visual {
	width: 129px; height: 30px;
	background: url(img/menu/visual-on.png) no-repeat;
	}
	
.about {
	width: 106px; height: 30px;
	background: url(img/menu/about.png) no-repeat;
	}
	
a:hover.about {
	width: 106px; height: 30px;
	background: url(img/menu/about-on.png) no-repeat;
	}

.blog {
	width: 75px; height: 24px;
	background: url(img/menu/blog.png) no-repeat;
	}
	
a:hover.blog {
	width: 75px; height: 24px;
	background: url(img/menu/blog-on.png) no-repeat;
	}
	
.literary {
	width: 129px; height: 24px;
	background: url(img/menu/literary.png) no-repeat;
	}
	
a:hover.literary {
	width: 129px; height: 24px;
	background: url(img/menu/literary-on.png) no-repeat;
	}

.contact {
	width: 106px; height: 24px;
	background: url(img/menu/contact.png) no-repeat;
	}
	
a:hover.contact {
	width: 106px; height: 24px;
	background: url(img/menu/contact-on.png) no-repeat;
	}
	
.classes {
	width: 75px; height: 24px;
	background: url(img/menu/classes.png) no-repeat;
	}

a:hover.classes {
	width: 75px; height: 24px;
	background: url(img/menu/classes-on.png) no-repeat;
	}
	
.kids {
	width: 129px; height: 24px;
	background: url(img/menu/kids.png) no-repeat;
	}
	
a:hover.kids {
	width: 129px; height: 24px;
	background: url(img/menu/kids-on.png) no-repeat;
	}
	
.give {
	width: 106px; height: 24px;
	background: url(img/menu/give.png) no-repeat;
	}
	
a:hover.give {
	width: 106px; height: 24px;
	background: url(img/menu/give-on.png) no-repeat;
	}
	
		/*	Buttons	*/
	
.btn	{
	display: block;
	position: relative;
	float: left;
	height: 85px;
	width: 120px;
	margin: 7px 6px;
	padding: 0;
	background: #000;
	text-indent: -9999px;
	}
	
.btn a	{
	display: block;
	}
	
		/*	Classes	*/
	
.tab	{
	padding: 20px 0 0 0;
	clear: both;
	}
	
.header	{
	background: #000;
	color: #fff;
	font-weight: bold;
	}
	
.cell	{
	background: #fff;
	}
	
	/*   Links 	*/

a:link	{
	color: #39c;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited	{
	color: #39c;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover	{
	color: #39c;
	font-weight: bold;
	text-decoration: underline;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	background: #000;
	padding: 6px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#selectomatic a	{
	color: #fff;
	}