/*
Theme Name: The 476 Webcomic
Theme URI: http://the476.sevengem.net
Description: 
Version: 2.0
Author: Emily Grace
Author URI: http://sevengem.net

*/

#ultra-container {
	width: 1000px ;
	position: relative ; margin-left: auto ; margin-right: auto ;
	background-color: white ;
	padding: 0 ;
	}

body	{
	background-image: url(imgs/bg.gif) ;
	font-size: 19px ;
	font-family: Arial, Helvetica, sans-serif ;
	}

a, a:visited,
a:active	{
	color:  #b3b3b3 ;
	text-decoration: none ;
	}

a:hover	{
	text-decoration: underline ;
	}

#home-logo, #top-menu {
	padding-top: 3px ;
	}

#home-logo {
	position: absolute ;
	border: 0 ;
	border-top-width: 3px ; border-left-width: 3px ;
	border-color: black ; border-style: solid ;
	width: 109px ;
	}

#top-menu {
	background-color: white ;
	border: 0 ;
	border-top-width: 3px ;
	border-right-width: 3px ;
	border-style: solid ;
	border-color: black ;
	text-align: right ;
	}

#page-body {
	border: 0 ;
	border-right-width: 3px ;
	border-left-width: 3px ;
	border-color: black ;
	border-style: solid ;
	padding: 4px 4px 4px 121px ;
	}

#footer	{
	border: 3px solid black ;
	border-top-width: 0 ;
	text-align: right ;
	font-size: 15px ;
	font-style: italic ;
	padding: 2px ;
	}

#home-logo a img,
#top-menu a img,
.prev img, .next img {
	border: 0 ;
	}
        .next {text-align: right}

.aligncenter {
	display: block ;
	margin-left: auto ; margin-right: auto ;
	}