<pre>@charset "utf-8";

* html body * {
    overflow: visible;
}

* html iframe, * html frame {
    overflow: auto;
}

* html frameset {
    overflow: hidden;
}

html {
    height: 100%;
    margin-bottom: 1px;
    background: #510021 url('../images/background.jpg') repeat-x;
    
    }
    img {
border: none;
}

a {
text-decoration: none;
color:#990000;
}

a:hover {
color:#000;
}


body {
    color: #000;
    text-align: center;
    font-family:Verdana, sans-serif;
    margin-top:0;
}


#top-a {
    padding-left: 10px;
    color: #555;
    font-size: 12px;
    text-decoration: none;
}

#top-a :hover {
    color: #000;
}

.page_margins {
    text-align: left;
    margin: 0 auto;
    min-width: 800px;
    max-width: 800px;
    background-color: transparent;

}

.page {
    padding: 0px;
    background-color: #e6e6e6;
        height: auto;

}


#header {
    position: absolute;
    top: 0px;
    height: 100px;
    width: 800px;
    background-color: transparent;
    background-image: url('../images/header.jpg');
}

#navigation {
    position: absolute;
    top: 100px;
    height: 40px;
    color:#666;
    width: 800px;
    margin: 0;
    border: none;
    background-color: transparent;
    background-image: url('../images/bg2.jpg');
}

#navigation .left {
    text-align: left;
}

#navigation .right {
    text-align: right;
}

#navigation p {
    padding: 0;
    margin: 0;
}

#navigation .left .item {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 9px 5px 8px 5px;
    border-right-style: solid;
    border-right-width: 0px;
    border-right-color: #cccccc;
}

#navigation .right .item {
    padding: 9px 5px 5px 5px;
}

#navigation .right .item .button {
    padding: 1px;
    margin: 0;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
}

#navigation .right .item .button:hover {
    text-decoration: underline;
}

#navigation a {
    font-size: 14px;
	font-weight:bold;
    text-decoration: none;
    color:#666;

}

#navigation a:hover {
    text-decoration: none;
    color:#990000;

}

#topbar {
    width: 100%;
    position: relative;
    height: 31px;
    margin-top: 0;
}

#main {
    float: left;
    margin-top: 150px;
    width: 100%;
    position: relative;
}

#footer {
    margin: 20px 0px 0px 0px;
    text-align: center;
    position: relative;
	
    height: auto;
    font-family:verdana, sans-serif;
    font-size: 14px;
    border: 1px solid #cccccc;
}

#footer img {
    max-height: 20px;
}

#footer .search-form, #footer .feeds, #footer .info-links{
    padding: 10px;
    border-bottom: 1px solid #cccccc;
}

#footer .feeds a, #footer .feeds a img {
    vertical-align:middle;
}

#footer .info-links{
    font-size: 12px;
	background:url('../images/bg2.jpg') repeat-x;
}

#header #logo {
    float: left;
    /*background: url('../images/logo.png') no-repeat;
    width: 332px;
    height: 39px;
    margin-top: 20px;*/
    background-repeat: no-repeat
}

#header #topnav {
    float: left;
    text-align: left;
    position: relative;
    margin: 100px 20px 0 25px;
}

#topnav a {
    color: #666666;
    font-size: 10px;
    text-decoration: none;
}

#topnav a:hover {
    color: #990000;
}

#topbar ul {
    display: inline-block;
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 10px 0 10px;

}

#topbar ul li {
    display: inline-block;
    list-style-type: none;
    float: left;
    font-size: 1.0em;
    margin: 0;
    padding: 6px 5px 5px 5px;
}

#topbar ul li a {
    display: inline-block;
    list-style-type: none;
    padding-left: 10px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
}

#topbar ul li a:hover {
    color: #000;
}

#left_content, #right_content, #center_content {
    position: relative;
    text-align: left;
    font-size: 14px;
    color: #333;
}

#center {
    width: 500px;
    float: left;
    margin-left: 100px;
    padding: 0 5px 0 15px;
}

#left {
    width: 100px;
    float: left;
    margin-left: -650px;
    padding: 0 5px 0 5px;
}

#right {
    width: 200px;
    float: right;
    padding: 0 10px 0 5px;
    color: #333;
}

#main .noleft {
    margin-left: 0;
}

#main .noright {
    margin-right: 0;
}

#main .center-noleft {
    width: 560px;
    
}

#main .center-noright {
    width: 650px;
}

#main .center-noleft-noright {
    width: 800px;
    
}

#center_content {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
}

#center_content a {
    text-decoration: none;
}

#left_content ul {
    padding: 0;
    margin: 0;
    font-size: 18px;
    list-style: none;
    display: inline-block;
}

#left_content ul li a {
    display: inline-block;
    list-style-type: none;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    color: #333;
}

#left_content ul li a:hover {
    color: #000;
}

p {
    margin: 0px 0 0px 0;
}

h1 {
    font-size: 20px;
    font-family:Comic Sans MS, sans-serif;
    color:#FF0066;
}

h1, h1 a, h1 a img {
    vertical-align:middle;
    color:#FF0066;
}

h2 {
    margin: 0px 0px 5px 0px;
    font-size: 17px;
    font-family: arial, sans-serif;
    color: #FF0066;
}

h3 {
    margin: 0px;
    font-size: 15px;
    font-family:arial, sans-serif;
    font-weight: normal;
    color:#000000;

}

.greeting {
    margin: 0px;
    padding: 5px 0px 5px 0px;
    font-size: 10px;
    color: #0480c0;
}

.skip, .hideme, .print, dfn {
    position: absolute;
    left: -1000em;
    top: -1000em
}

.clr {
    height: 0px;
    clear: both;
    margin: 0pt;
    padding: 0pt;
}

.left {
    float: left;
    display: inline-block;
}

.right {
    float: right;
    display: inline-block;
    color: #0480c0;
}

.sub05 {
    width: 4.5%;
}

.sub10 {
    width: 9.5%;
}

.sub15 {
    width: 14.5%;
}

.sub20 {
    width: 19.5%;
}

.sub25 {
    width: 24.5%;
}

.sub30 {
    width: 29.5%;
}

.sub33 {
    width: 31.5%;
}

.sub35 {
    width: 34.5%;
}

.sub40 {
    width: 39.5%;
}

.sub45 {
    width: 44.5%;
}

.sub50 {
    width: 48.5%;
}

.sub55 {
    width: 54.5%;
}

.sub60 {
    width: 59.5%;
}

.sub65 {
    width: 64.5%;
}

.sub70 {
    width: 69.5%;
}

.sub75 {
    width: 74.5%;
}

.sub80 {
    width: 79.5%;
}

.sub85 {
    width: 84.5%;
}

.sub90 {
    width: 89.5%;
}

.sub95 {
    width: 94.5%;
}

#center_content .info {
    padding-right: 10px;
    margin: 5px 0 5px 0;
}

#center_content .info h2, #center_content .sedcards h2, #center_content h3{
    margin: 10px 0px 5px 0px;
    font-size: 17px;
    font-family: arial, sans-serif;
    color: #990000;
}

#center_content h3{
    font-weight: bold;
}

#center_content .info .left, #center_content .info .right {
    font-weight: bold;
}

#center_content .info .left a, #center_content .info .right a {
    color: #800000;
}

#center_content .info .left {
    text-align: left;
}

#center_content .info .right {
    text-align: right;
    padding-right: 5px;
}

.sedcard .image-box {
    display: inline-block;
    float: left;
    width: 150px;
    margin-right: 10px;
}

.sedcard .image-box img {
    max-width: 99%;
    border-style: none;
}

.sedcard .info-box {
    display: inline-block;
    float: left;
    width: 250px;
}

.sedcard .info-box .left {
    text-align: left;
    font-weight: bold;
}

.sedcard .info-box .right {
    text-align: left;
    color:#FF0066;

}

.sedcard-box {
    display: inline-block;
    float: left;
    width: 150px;
    /*padding: 5px;*/
}

.sedcard-box a {
    color: #CC0099;
}

.sedcard-info {
    padding-right: 20px;
    margin-bottom: 10px;
}
    
.sedcard-info p {
    margin-top: 10px;
    margin-bottom: 10px;
    
}

.sedcard-box .info-box {
    padding: 5px 2px 10px 2px;
    margin: 0 0 2px 0;
}

.sedcard-box .image-box img {
    width: 136px;
    border-style: none;
}

.sedcard-box .info-box .left {
    text-align: left;

}

.sedcard-box .info-box .right {
    text-align: right;
}

.sedcard-box .info-box {
    font-size: 12px;
    top: 90px;
}

.sedcard-box .info-box .girl-name {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 2px;
}

.tag-cloud {
    line-height: 150%;
}

.tag-cloud a {
    text-decoration: none;
}

#right_content h3 {
    ;
    font-size: 12px;
    font-weight: bold;
    font-family: verdana,sans-serif;
    color: #ffffff;
    border: medium none;
    background-image: url('../images/1.jpg');
    background-attachment: scroll;
    background-repeat: no-repeat; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px; padding-left:4px; padding-right:4px; padding-top:6px; padding-bottom:7px
}

#right_content .info, #right_content .partner {
    padding: 0px 0 0px 0;
    border: 1px solid #cccccc;
    background-image: url('../images/bg23.gif');
	background-color:#fff;
    background-attachment: scroll;
    background-repeat: repeat;
}

#right_content .info a, #right_content .partner a {
    color: #990000;
    font-size: 12px;
}

#right_content .info a:hover, #right_content .partner a:hover {
    color: #000;
}

#right_content .info p, #right_content .partner p {
	margin:4px;
    padding: 4px 10px 4px 10px;
    background-position: 10px 6px;
    background-color: #EEE;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

#right_content .info p:hover, #right_content .partner p:hover {
    background-color:#ccc;
}

#right_content .info .last, #right_content .partner .last {
    border-bottom-style: none;
}
</pre>
