/* Elements */

aside, article, section, header, footer, nav {
	display: block;
}
footer {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

div, h1, h2, h3, p, img {
	margin: 0;
	padding:0;
}

html {
	margin: 0;
	padding:0;
}

body {
	background: #000000;
	font-family: Arvo, serif;
	font-size: 16px;
	text-align: center;
	color: #9E84BA;
	letter-spacing: 1.5px;
}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }

.title {
        text-indent: -200em;
}

.justify {
	text-align: left;
}

h1 {  line-height: 1.6em;
      font-size:  1.4em;
      text-decoration: none;
}

h2 {
	font-family: Florence, Coronetscript, Cursive;
        padding: 10px;
        color: #888888;
}

h3 {
	margin: 5px;
	padding: 10px;
}

h4, h5, h6 {
}

p {  
	line-height: 1.5em;
} 

ul, ol {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #6E7A8A;
}

a:hover {
	text-decoration: underline;
}

strong  { 
	text-decoration: none;
	color: #9B6ACC;
	line-height: 160%;
}	    

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 15px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	background: no-repeat center top;
}

/* Header */

header {
	margin: 2px auto;
}

#header h1 {
	text-align: center;
	margin: 0px;
	padding-top: 15px;
	font-size: 32px;
}

#header h2 {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

#header a {
	text-decoration: none;
	color: #5C5C5C;
}

/* Menu */

#mainNav {
	width: 800px;
	height: 35px;
	margin: 0px auto;
	margin-top: .6em;
	padding: 2px 0px 3px 5px;
	background: #6600CC;
}

#mainNav ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#mainNav li {
	float: left;
	
}

#mainNav a {
	display: block;
	float: left;
	height: 40px;
	margin: 0px;
	padding: 0px 20px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-weight: normal;
	color: #B5B5B5;
}

#mainNav .current_page_item a {
	color: #FFFFFF;
}

#mainNav a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}


/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	border: 4px solid #000000;
}

#colOne {
	color: #730000;
	text-align: justify;
	float: left;
	width: 20%;
	padding: 10px;
	Background: #303062;
	border-bottom: 1px solid #000;
}

#colOne h3 {
	font-size: 1.2em;
	text-align: center;
	padding: 10px 10px 10px 10px;
	color: #786E50;
	background: #762B2B;;

}

#colOne li {
	
}

#colOne ul {
	padding: 5px 5px;
	list-style: none;
	line-height: 180%;
	bottom-border: 1px solid #BOBOCF;
}

#colOne a {
	color: #BOBOCF;
}

#colOne a:hover {
	color: #B5B5B5;
	text-decoration:underline;
}

#colTwo {
        float: right;
	width: 75%;
	padding: 10px;
}


/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0px auto;
	padding: 15px 0px;
	border-top: #363636 1px solid;
	
}

#footer p {
	margin: 0px;
	text-align: center;
}
