    body{
		background-image:url('http://www.oleetkustudios.net/picz/layout/cloudsideLRBG.png');
		background-repeat:repeat-x;
		background-position:right top;
		background-color:#303B47;
		background-attachment:fixed;
	}
	img{
		border:none;
	}
	.box{
		width:900px;
		padding:2px;
		border:3px solid black;
		background-color:white;
		color:black;
		margin:auto;
		margin-top:25px;
        }
	.inbox{
			border:solid 2px black;
            padding: 2px;
			width:90%;
            background-color:#194485;
            font-weight:bold;
            font-family:Arial;
			margin:auto;
        }
	.box .inbox {
			color:white;
		}
	.box .inbox a{
		color:white;
		text-decoration:none;
		font-weight:bold;
	}
	.box .inbox span.buttons{
		float:right;
	}
	.box .inbox span.buttons span#title{
		margin:auto;
	}
	.box .inbox form{
		display:inline-block;
		margin:auto;
	}
    .box #newsbox{
		padding:10px 35px;
	}
	.box #newsbox a{
		color:grey;
	}
	/*#timestamp {
		color:grey;
		font-style:italic;
		font-size:smaller;
		text-align:right;
		margin-top:10px;
	}*/
	.timestamp {
		color:grey;
		font-style:italic;
		font-size:smaller;
		text-align:right;
		margin-top:10px;
	}
	.box p{
		padding:0px 15px;
		text-align:center;
	}
	.box a{
		color:grey;
	}
	.box td p{
		text-align:left;
		padding:0px 15px;
	}
	.box table{
		margin:2px 0px;
	}
	/*this is the darkbox!*/
	.darkbox{
		width:900px;
		padding:2px;
		border:3px solid black;
		margin:auto;
		margin-top:25px;
		color:white;
		background-color:black;
		border-color:white;
	}
	.darkbox .inbox a{
		color:white;
		text-decoration:none;
		font-weight:bold;
	}
	.darkbox .images{
		border-color:white;
	}
	.darkbox .images img{
		border-color:white;
	}
	.darkbox p{
		color:white;
		padding:0px 35px;
		text-align:center;
	}
	.darkbox td p{
		color:white;
		text-align:left;
		padding:0px 35px;
	}
	.darkbox p a{
		color:grey;
	}
	.darkbox .inbox span.buttons{
		float:right;
	}
	.darkbox .inbox span.buttons span#title{
		margin:auto;
	}
	.darkbox .inbox form{
		display:inline-block;
		margin:auto;
	}
	
	.images{
		border-right:dashed 2px black;
		padding:15px;
		margin-right:5px;
		display:block;
	}
	.images img {
		border:2px dashed black;
	}
	#comic{
	display:table;
	margin:auto;
	}
	.menu
       {
		color:white;
		background-color:grey;
		padding:5px;
		border:solid 3px black;
		letter-spacing: 4px;
		text-align:center;
		font-weight:bolder;
		font-family:monospace;
		text-transform:uppercase;
	}
        
	.menu a:link {color:white;text-decoration:none;}      /* unvisited link */
	.menu a:visited {color:white;text-decoration:none;}  /* visited link */
	.menu a:hover {color:white;text-decoration:underline;}  /* mouse over link */
	.menu a:active {color:white;text-decoration:underline;}  /* selected link */

	/* css dropdown code */
	#navbar {
		display:table;
		margin:auto;
		margin-left:70px;
		padding: 0;
		height: 1em;
	}
	#navbar li {
		list-style: none;
		float: left;
	}
	#navbar li a {
		display: block;
		//padding: 3px 8px;
		background-color:grey;
		color: #fff;
		text-decoration: none;
		}
	#navbar li ul {
		display: none; 
		width: 10em; /* Width to help Opera out */
		}
	#navbar li a:hover {
		background-color:#47c ; }
	#navbar li:hover ul {
		display: block;
		position: absolute;
		margin: 0;
		padding: 0;}
	#navbar li:hover li {
		float: none; }
	#navbar li:hover li a {
		background-color: #999;
		padding:8px 0;
		border-bottom: 1px solid black;
		color: #fff; }
	#navbar li li a:hover {
		background-color: #47c; }
	/*end drop code*/
    .flourishAnchor{
	position:absolute;
	height:5px;
	width:5px;
	}
	.flourish{
		background: transparent url('http://www.oleetkustudios.net/picz/layout/bar-flourish.png') no-repeat;
		display:block;
		width:75px;
		height:75px;
		position:relative;
		left:-80px;
		top:-43px;
	}
	.logoflourish{
		background: transparent url('http://www.oleetkustudios.net/picz/layout/fullflourish_shadow.png') no-repeat;
		display:inline-block;
		width:200px;
		height:200px;
		position:relative;
		left:710px;
		top:-35px;
	}
	.titleflourish{
		background: transparent url('http://www.oleetkustudios.net/picz/layout/title_shadow.png') no-repeat;
		width:400px;
		height:125px;
		position:relative;
		left:-72px;
		top:-24px;
	}
	.foot{
		color:white;
		margin:auto;
		text-align:center;
		margin-top:5px;
	}
	.foot a:visited{
		color:white;
	}
	audio{
		width:90%;
		margin:auto;
	}