body {
	margin:0; padding:0;
	font:11pt/1.5 verdana, sans-serif;
	background: #cccccc url("Resources/Background.gif") repeat-x;
	}

#header {
	margin:0; padding:0;
	}
#header .leftlogo {
	margin:0 200px 0 0;
	}
#header ul {
	clear:right;
	position:relative;
	top:40px;
	font-size:8pt;
	}
#header li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	}
#header li a {
	text-decoration:none;
	}
#header .rightlogo { 
	float:right;
	width: 200px;
	}

.column-in {
	margin:0; padding:0em 1em;
	}

#main1 {
	margin:0; padding:0;
	}
#main2 {
	margin:0; padding:0;
	}

#left {
	float:left;
	width:150px;
	margin:0; padding:0;
	font-size:80%;
	}
#left ul {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0;
	}
#left li {
	display: block;
	margin: 0;
	padding: 0;
	}
#left li a {
	display: block;
	height: 50px;
	width:152px;
	padding: 0;
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	background: #cc6600;
	}
#left li #HomeMenu {
	background: url("Resources/Home.gif") 0 0 no-repeat;
	}
#left li #HomeMenu:hover {
	background-position: -151px 0;
	}
#left li #BlogMenu {
	background: url("Resources/Blog.gif") 0 0 no-repeat;
	}
#left li #BlogMenu:hover {
	background-position: -151px 0;
	}
#left li #GamesMenu {
	background: url("Resources/Games.gif") 0 0 no-repeat;
	}
#left li #GamesMenu:hover {
	background-position: -151px 0;
	}
#left li #StoryMenu {
	background: url("Resources/Story.gif") 0 0 no-repeat;
	}
#left li #StoryMenu:hover {
	background-position: -151px 0;
	}
#left li #MusicMenu {
	background: url("Resources/Music.gif") 0 0 no-repeat;
	}
#left li #MusicMenu:hover {
	background-position: -151px 0;
	}
#left li #FilmMenu {
	background: url("Resources/Film.gif") 0 0 no-repeat;
	}
#left li #FilmMenu:hover {
	background-position: -151px 0;
	}
#left .DPoNIimg {
	border:2px #cc6600 solid; 
	margin-top:10px; 
	}
#left .DPoNIimg:hover {
	border:2px solid #cc0000;
	}

#right {
	float:right;
	width:250px;
	margin:0; padding:0;
	font-size:70%;
	}
#right h2 {
	color: #800000;
	}
#right .thumb {
	width:50px;
	height:70px;
	float:left;
	margin:5PX .2em 0 .2em;
	}
#right .banner {
	margin:5px 0 10px 0;
	}

.title {
	font-weight: bold;
	font-style: italic;
	}

#middle {
	margin:0 250px 0 160px;
	font-size:80%;
	}
#middle .column-in {
	margin:0em .5em; padding:0 1em;
	border: solid 1px black;
	background:white;
	}
#middle h1 {
	color: #cc6600;
	font-weight:normal;
	font-size:24pt;
	text-align:center;
	}
#middle h2 {
	color: #cc6600;
	font-weight:normal;
	font-size:20pt;
	}
#middle h2 a { text-decoration: none; }
#middle h3 a { text-decoration: none; }
#middle .Previous {
	margin-top:40px;
	}
#middle .intro {
	background-color: #cccccc;
	border:1px solid black;
	padding:.4em;
	}
#middle .pull {
	text-align:center;
	padding:.75em;
	font-style:italic;
	}

.footer {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0 0 10em 0;
	background:transparent;
	}
	
.quote {
	font-style:italic;
	font-size: 80%;
	margin-top: -0.5em;
	}
h1,h2,h3,h4 { margin: 0.2em 0 }
p { margin: 0.5em 0 }
a { color: #800000; }
a:hover { color: #cc0000 }

dl {
    float: right;
    margin: 0 10 20px 20px;
}

dt {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
    padding: 6 10 10 10;
    text-align: left;
}

dd {
    font-size: 1em;
    margin: 0 0 10 0;
    padding: 10px;
    text-align: justify;
}

dd p { margin-top: 0em; }
dd li { margin-bottom: 1em; }
dd h3 { font-size: 1.2em }
dd h4 {font-size: 1em }
dl ul {
    list-style-type: none;
    margin: .4em 0 0 0;
}

.float{
    border: solid 2px #800000;
    width:150px; 
    height:108px; 
    float:left; 
    margin-right: .4em;
    position:relative; 
}

.float:hover {border: solid 2px #cc0000 }

.floatcontainer:after{
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden;
}

.blogPhotoLeft {
	float: left;
	margin-right: 5px;
	border: solid 1px #cc6600
}

.blogPhotoRight {
	float: right;
	margin-left: 5px;
	border: solid 1px #cc6600 
}