/* CSS Document */
body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 6px;
	}
	
#framer {
	width: 610px;
	margin: 0 auto;
	position: relative;
	background: url(images/bg1.png) repeat-y center;
	}
	
#header {
	width: 610px;
	height: 150px;
	position: absolute;
	top: 10px;
	z-index: 2;
	}
#spacer { 
	width: 610px;
	background: url(images/bg1.png) repeat-y center;
	top: 160px;
	height: 7px;
	position: absolute;
	}
	
#storyboard {
	width: 610px;
	background: url(images/bg1.png) repeat-y center;
	z-index: 1;
	position: absolute;
	top: 167px;
	}
	
#storyboard1 {
	width: 573px;
	padding: 0px;
	margin: 0px auto 0px auto;
	}
	
	/*The Left side */
	
#left {
	width: 396px;
	padding: 0px;
	margin: 0px;
	float: left;
	}
	
.title_banner {
	background: url(images/title_banner.png);
	width: 396px;
	height: 44px;
	margin: 0px;
	}
	
.title {
	color: #0000CC;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 7px 0px 7px;
	margin: 0px;
	}
	
.subtitle {
	color: #0000CC;
	font-family: "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 7px 0px 5px;
	text-align: right;
	margin: 0px;
	}
	
.content {
	background: url(images/bg2.png) repeat-y;
	color: #0000CC;
	font-family: "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 7px;
	margin: 0px;
	text-align: justify;
	}

.content p {
	
	color: #0000CC;
	font-family: "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

.title_bot {
	background: url(images/title_bot.png) no-repeat;
	height: 4px;
	margin: 0px;
	padding: 0px;
	}

/*The Right side */

#right {
	width: 177px;
	float: right;
	padding: 0px;
	margin: 0px;
	}

.sidebar_banner {
	background: url(images/sidebar_banner.png);
	width: 177px;
	height: 44px;
	margin: 0px;
	}
	
.sidebar_title {
	color: #0000CC;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 7px 0px 7px;
	margin: 0px;
	}
	
.sidebar_subtitle {
	color: #0000CC;
	font-family: "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 7px 0px 5px;
	text-align: right;
	margin: 0px;
	}
	
.sidebar_content {
	background: url(images/bg3.png) repeat-y;
	color: #0000CC;
	font-family: "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 7px;
	margin: 0px;
	}
.small_title {
	color: #0000CC;
	font-family: "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
		
.sidebar_bot {
	background: url(images/sidebar_bot.png) no-repeat;
	height: 4px;
	margin: 0px;
	padding: 0px;
	}
	/* Footer */
#bot_spacer {
	clear: both;
	width: 610px;
	height: 1px;
	margin: 0px;
	padding: 0px;
	}

#footer {
	background: url(images/bot_banner.png);
	width: 610px;
	height: 75px;
	}

.footer {
	padding: 10px 25px 5px 25px;
	margin: 0px;
	color: #0000CC;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", Lucida, Arial, Helvetica, sans-serif;
	}
	
/* Link Colors */

a:link {
	text-decoration: none;
	color: #0000CC;
	 }
	
a:active {
	text-decoration: none;
	color: #0000CC;
	 }

a:visited {
	text-decoration: none;
	color: #0000CC;
	 }
	
a:hover {
	text-decoration: underline;
	color: #0000CC;
	 }
	 
/* Bits and pieces */

ul { 	margin-left: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0px;
		 }
		
li { 	margin-left: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0px;
		 }