/* CSS Document */

body {
background-image:url(../images/background2.jpg);
background-position:center;
background-repeat:repeat;
background-attachment:fixed;
color:#FFFFFF;
}

.titleText {
color:#FFFFFF;
font-weight:bold;
font-size:15px;
}




.header {
background-image:url(../images/header2.jpg);
background-position:bottom;
background-repeat:no-repeat;
background-color:#000000;
width:850px;
height:150px;
border-style:solid;
border-color:#333333;
border-width:2px;
margin-left: auto;
margin-right: auto;
}

.Nav {
width:850px;
border-style:solid;
border-color:#333333;
border-width:2px;
background-color:#000011;
text-align:left;
margin-left: auto;
margin-right: auto;
}

.comic {
width:850px;
text-align:left;
margin-left:auto;
margin-right:auto;
}

.frontpage {
width:850px;
text-align:left;
margin-left:auto;
margin-right:auto;
background-color:none;
border-style:none;
border-color:#EEEEEE;
border-width:2px;
}

.pageblock {
text-align:left;
margin-left:auto;
margin-right:auto;
background-color:#000000;
border-style:none;
border-color:#333333;
border-width:2px;
}

.mlink {
font-size:12px;
color:#FFFFFF;
}

.navlink {
font-size:14px;
font-weight:400;
color:#FFFFFF;
padding: 3px 10px 3px 10px;
text-decoration:none;
}

.navlink:hover {
font-size:16px;
font-weight:800;
padding: 0px 6px 0px 6px;
}

.mText {
font-size:12px;
font-weight:300;
color:#FFFFFF;
}

.lText {
font-size:15px;
font-weight:300;
color:#FFFFFF;
}

.label {
font-size:12px;
font-weight:600;
color:#FFFFFF;
}

button.button-nav {
width:100px;
height:20px;
border-style:double;
border-color:#333333;
border-width:2px;
background-color:#000000;
text-align:center;
}

button.button-nav:hover {
border-color:#000000;
}
