a {
text-decoration: none;
}

#main {
background-color: #ffffff;
background-repeat: no-repeat;
border-style: solid;
border-width: 1px;
border-color: #5e7094;

height: auto;
width: 50%;
margin:auto;
}


#nav ul {
diplay: inline;
font-family: Verdana;
font-size: 14px;

font-weight: normal;
list-style-type: none;
margin-top: 10px;
margin-left: 35px;
padding: 0;
width: 1200px;
overflow: hidden;
}

#nav li {
float: left;
}




#nav a:link {
display: block;
width: 130px;
color: #000000;
font-weight:bold;
text-decoration: none;

}


#nav a:visited {
display: block;
width: 130px;
color: #000000;

text-decoration: none;

font-weight: normal;
}


#nav a:hover {
display: block;
width: 130px;
color: #212ed8;

text-decoration: none;

font-weight: bold;
}


#nav a:active {
display: block;
width: 130px;
color: #212ed8;

text-decoration: none;

font-weight: bold;
}



#content {
width: 900px;
}

#footer {
font-family: Georgia; 
font-size: 12px;
width: 50%;
margin:auto;
}

#preload {
display: none;
}

#anniversary {
position: absolute;
top: 430px;
left: 690px;
background-repeat: no-repeat;
border: none;
}

/*----- Tabs -----*/
.tabs {
    width:90%;
    display:inline-block;
	margin-left: 40px;
	margin-top: 5px;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
        .tab-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            font-size:14px;
            font-weight:600;
            color:#4c4c4c;
            transition:all linear 0.15s;
	text-decoration:none;	
        }
 
        .tab-links a:hover {
            background:#c7c6c6;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#edf3fb;
        color:#4c4c4c;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        padding: 15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }
/*  End Tabs  */


.offshow {
        display:inline-block;
	margin-left: 40px;
	margin-top: 20px;
}

	/*----- Tab Links -----*/
    /* Clearfix */
    .offshow-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .offshow-links li {
        margin:0px 5px;
        float:left;
        list-style:none;
    }
 
        .offshow-links a {
            padding:9px 15px;
            display:inline-block;
            border-radius:3px 3px 0px 0px;
            background:#ffffff;
            font-size:12px;
            font-weight:600;
            color:#4c4c4c;
            transition:all linear 0.15s;
	    text-decoration:none;	
        }
 
        .offshow-links a:hover {
            background:#c7c6c6;
            text-decoration:none;
        }
 
    li.active a, li.active a:hover {
        background:#edf3fb;
        color:#4c4c4c;
    }
 
    /*----- Content of Tabs -----*/
    .offshow-content {
        padding: 15px;
        border-radius:3px;
        box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
        background:#ffffff;
    }
 
        .offshow {
            display:none;
        }
 
        .offshow.active {
            display:block;
        }
/*  End Tabs  */


