
	
	/* Text Styles */
	
	body {
	background: #000000;
	background: url(../images/pixel-bg.png);
	background-repeat: repeat-x;
	margin: 0;
	background-position-y: -140px;
	padding: 0;
	text-align: center; /* Centre the container for IE 5. */
	color: #777777;
	font-family: Myriad Pro;
	font-size: small;
	text-transform: none;
	min-width: 900px;	}
	
	p {
	margin-left: 5px;
	}
	
	p.date {
	color: #bbbbbb;
	font-style: italic;
	margin-top: -10px;
	}
	
	h1 {
	color: #ffffff;
	text-transform: uppercase;
	}
	
	h1#SiteTitle {
	
	/* Replace Heading "Red Tape Media" with the Site Logo */
	
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/red_tape_media.png) no-repeat;
	height: 183px;
	width: 223px;
	}
	
/*	#sidebar h1#SiteTitle {
	margin-left: -100px;
	}
*/
	h2 {
	font-family: Myriad Pro;
	font-size: small;
	font-weight: bold;
	}
	
	h2#i_msg {

		/* Replace Heading "Coming Soon" with the PNG image */
	
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/0_msg.png) no-repeat right;
	height: 17px;
	width: 100px;
	margin-top: 10px;
	}
	
	h2#i_about {

		/* Replace Heading "About" with the PNG image */
	
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/1_about.png) no-repeat right;
	height: 17px;
	width: 100px;
	margin-top: 10px;
	}


	h2#i_archives {

		/* Replace Heading "Archives" with the PNG image */
	
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/2_archives.png) no-repeat right;
	height: 17px;
	width: 100px;
	margin-top: 10px;
	}

	h2#i_studio {

		/* Replace Heading "Studio" with the PNG image */
	
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/3_studio.png) no-repeat right;
	height: 17px;
	width: 100px;
	margin-top: 10px;
	}
	
	#sidebar h1#SiteTitle {
	margin-bottom: 50px;
	}
	
	/* Link Styles */
	
	a:link, a:visited {
	color: #111111;
	text-decoration: none;
	border-width: 0px 0px 1px 0px;
    border-style: none none solid none;
    border-color: #550000;
    }
    	
	a:hover {
	color: #d11414;
	text-decoration: none;
	border-width: 0px 0px 0px 0px;
    border-style: none;
    }
    
	/* Layout */

	#container_home { 
	width: 900px;
	margin:0 auto;
	text-align: left;
	}
	
	#container_home p {
	margin-right: 75px;
	}
	
	#container_page { 
	width: 900px;
	margin:0 auto;
	text-align: left;
	}
	
	#header {
	margin-top: 30px;
	/*height: 250px;/*
	}
	
	#sidebar {
	/* used on the child pages only */
	width: 300px;
	float: left;
	}
	
	#nav_menu {
	/* used on the child pages only */
	text-align: center;
	margin-left: -45px;
	margin-bottom: 40px;	
	}
	
	#content {
	/* used on the child pages only */
	float: left;
	width: 400px;
	}
	
	
	div.firstcell {
	clear: left;
	float: left;
	width: 100px;
	margin-bottom: 20px;
	margin-right: 60px;
	}
	
	div.gridcell {
	float: left;
	width: 740px;
	margin-bottom: 20px;
	}
	
	img.mleft {
	margin-left: -45px;
	}
	
	li {
	margin-right: 75px;
	list-style-type: square;
	}

	#footer_container {
	margin:0 auto;
	clear: both;
    bottom: 0;
    width: 900px;
    }
    
    #footer p {
    font-size: smaller;
    margin-top: 100px;
    }
    
    #footer {
    width: 100px;
	margin:0 auto;
	text-align: right;
	float: left;
    }

