* {
    padding: 0px;
    margin: 0px;
    font-size: 1em;
    font-family: "Comic Sans MS", Verdana, Helvetica, Arial, Sans-serif;
}

body {
    margin: 15px;
    background: #45294F url('../images/tile.jpg') top left fixed repeat-x;
}

h1, h2, h3, h4, h5, h6 {
    color: #4F355A;
    font-weight: bold;
}
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

blockquote {
    margin: 20px 30px;
}

#content ul,
#content ol {
    margin: 5px 25px;
}

a:hover {
    text-decoration: none;
}

.subtext {
    font-size: 0.6em;
}

#container {
    width: 1000px;
/*     background: transparent url('../images/alleycat_bg.jpg'); */
    background-color: #fff;
    border: 1px solid #000;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}

#header {
    background: transparent url('../images/alleycatlogocw.jpg') top left no-repeat;
    display: block;
    height: 252px;
    width: 1000px;
}
#header h1,
#header h2 {
    display: none;
}
#header a {
    display: block;
    height: 100%;
    width: 100%;
}

#menu {
    margin: 20px;
    float: left;
    background: #4c2451;
    min-height: 400px;
    width: 175px;
    border: 2px solid #553850;
}

#menu ul,
#menu li {
    list-style-type: none;
}
#menu li a {
    display: block;
    width: 155px;
    padding: 5px 10px;
    font-size: 1.2em;
    color: #000;
    border-bottom: 2px solid #553850;
    opacity: 0.5;
}
#menu li a:hover {
    opacity: 1.0;
}
#altos-rep {
    background-color: #fff;
    text-align: center;
    padding: 10px;
}

#content {
    margin: 20px;
    margin-left: 0px;
    width: 700px;
    float: right;
}
#footer {
    clear: both;
    background: #462b4e url('../images/alleycatfooter.jpg') top left repeat-x;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
}
#footer h2 {
    font-size: 1.2em;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    text-decoration: none;
    color: #a9a0b3;
}

#blog_link
{
    float:right;
}

li { list-style:none; }

