body {
	background-image:url('http://minos-the-minotaur-comic.dumbbum.net/mythology-comic/art/minotaur-site.png');
        background-attachment: fixed;
	color:#555555;
	margin: 0px 0px;
	padding: 0px;
}



.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
}




/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-color:#000000;
	width:780px;
        height:145px;
	
}

/********************** Bar ***************************/
#bar {
	background-image:url('http://minos-the-minotaur-comic.dumbbum.net/mythology-comic/art/greek-design.png');
	width:780px;
        height:20px;
}




/********************** Content ***************************/
#content {
	background-image:url('http://minos-the-minotaur-comic.dumbbum.net/mythology-comic/art/greek-minotaur2.png');
	width:780px;
        color:#ffffff;    
        
}


/********************** Content <h1> is the title of the strip ***************************/
h1{
	font-family: Georgia;
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}



/********************** Content <h2> is the text box yellow font ***************************/
h2{
	font-family: Helvetica;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #ffff99;
        padding-left:7px;
        padding-right:7px;
        line-height:220%;
        text-align: center;
}




/********************** Content <h3> is the text box fonts ***************************/
h3{
	font-family: Helvetica;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
        padding-left:7px;
        padding-right:7px;
        line-height:160%;
        text-align: justify;
}


/********************** Content <h4> is the text box links ***************************/
h4{
	font-family: Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #33ffff;
        padding-left:7px;
        padding-right:25px;
        line-height:150%;
        text-align: right;
}

/********************** Content <h5> is all the links of site ***************************/
h5{
	font-family: Helvetica;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
        padding-left:25px;
        padding-right:2px;
        line-height:150%;
        text-align: left;
       
}

/********************** Content <h6> is all the links of Archives ***************************/
h6{
	font-family: Helvetica;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	padding-left:0px;
        padding-right:0px;
        line-height:150%;
        text-align: left;
       
}

/*************** Content <a> is all the links of site ********************/
#content a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	font-variant: normal;
	text-transform:none;
	color: #ffff99;
	padding-left:0px;
        padding-right:0px;
        line-height:160%;
        text-align: left;
        text-decoration: none;
	
}

#content a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
color: #000000;
text-decoration: none;
}




/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url('http://minos-the-minotaur-comic.dumbbum.net/mythology-comic/art/greek-history-design.png');
height:68px;

}

/*************** The Copyright infos. Place <p> in code and text ********************/
#footerline p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform:none;
	color: #000000;
	text-decoration: none;
	text-align:center;
	padding-top:25px;
}
