/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #000066;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 75%;
 color: #000000;
}

h2{
 font-size: 70%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #ffffff;
	width: 974px;
	background-image: url(http://www.likeastory.com/boards/cgi/filmmakingheader974x95.jpg);
	background-repeat:no-repeat;

}

#navBar{
	margin: 0 79% 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.good {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003333;
	display: block;
	text-align: center;
	top: auto;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 690px;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 35px 0px 0px 55px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 76%;
	padding: 0px 4px 0px 0px; 
}

/************* #globalNav styles **************/



#maintable{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #000000;
	width: 95%;
	display: block;
	border-bottom-style: solid;

}

.subpagetitle{
	font-size: 100%;
	color: #000000;
	font-weight: bold;
}


.subpagedes{
	font-size: 90%;
	color: #000033;
	padding: 0px 0px 0px 10px;
}

.header1{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 98%;
}
.header2{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
.lumenu{
	color: #0000FF;
	font-weight: normal;
}

.lumenu a {
	color: #0000FF;
	text-decoration: underline;
	font-weight: normal;
	margin-right: 22px;
}

.forumpost{
	color: #000033;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

.forumpost a {
	color: #000033;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

.nicetext{
    font-family: Verdana,Arial,sans-serif;
	color: #000000;
	font-weight: bold;
}


/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

