@charset "UTF-8";

/*    
Theme Name: NTOWN615 Custom There
Description: Custom Theme for NTOWN615 
Author: Adam Murray 
Author URI: http://www.twodoorscreative.com
Version: 1.0 

*/ 

body {  background:#5183c0 url(images/ntownBG.jpg) repeat-x top left }
	
p {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#111111;
	line-height:1.3em;
	}

ul {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#111111;
	line-height:1.3em;
	}

ul li   { margin-top:5px}
	
h2 {
	font-family:arial,helvetica,sans-serif;
	font-size:42px;
	color:#111111;
	}

h3 {
	font-family:arial,helvetica,sans-serif;
	font-size:36px;
	color:#111111;
	}

h4 {
	font-family:arial,helvetica,sans-serif;
	font-size:30px;
	color:#111111;
	}

h5 {
	font-family:arial,helvetica,sans-serif;
	font-size:24px;
	color:#111111;
	}

h6 {
	font-family:arial,helvetica,sans-serif;
	font-size:18px;
	color:#111111;
	}
	
a:link {
	color:#992727;
	}
	
a:active {
	color:#992727;
	}
	
a:hover {
	color:#333333;
	text-decoration:underline;
	}
	
a:visited {
	color:#992727;
	}

img.alignleft { float:left; margin:0 5px 0 0}
img.alignright { float:right; margin:0 0 0 5px;}

fieldset {color:#992727;}


/* Header */

#topNav {
	margin-top:90px;
	margin-left:10px;
	}
	
#topNav ul {
	display:inline;
	list-style-type:none;
	list-style-image:none;
	}
	
#topNav ul li {
    height:54px;
	display:inline;
	list-style-type:none;
	list-style-image:none;
	margin:0 10px auto;
	}
	
	
#centerTop {
	background-image:url(images/center_topBG.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto;
	height:30px;
	}
	
/* Index - Center Content */
	
#centerContent {
    /*height:720px;*/
        min-height:600px;
	background-image:url(images/centerBG.png);
	background-position:top center;
	background-repeat:repeat-y;
	}
	
#bookPic {
	margin-left:20px
	}
	
/* Index - Bottom Content */
	
.header {
	text-align:center;
	margin:0 auto 30px auto;
	}
	
#writtenInfo p {
    text-align:justify;
	margin:0 10px;
	}
	
/* Index - Footer */
	
#centerBottom {
	background-image:url(images/centerBG_bottom.png);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 auto 15px;
	height:30px;
	}
	
#footer {
	text-align:center;
	color:#111111;
	}
	
#footer a:link {
	color:#1111111;
	text-decoration:none;
	}
	
#footer a:active {
	color:#111111;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#333333;
	text-decoration:underline;
	}
	
#footer a:visited {
	color:#333333;
	}
	
#footer ul {
	list-style:none;
	display:inline;
	margin:0 auto;
	}
	
#footer ul li {
	display:inline;
	list-style:none;
	margin:5px;
	}
	
