﻿* {
	margin: 0;
	padding: 0;
}

body {
background: #ccc url('kofc/images/kofc_back.jpg') center;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #336699;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 900px;
background-color: #fff;
min-height:100%;
position: relative;
}

#header {
height: 150px;
}
#header h1 { 
font-size: 28px;
letter-spacing: -1px;
padding: 23px 0 0 20px;
color: #3069AE;
}
#header h1 a { 
color: #3069AE;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 19px;
color: #DA0000;
padding: 5px 0 0 20px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #fff url(images/menu.jpg);
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
color: #000;
}
#menu ul li a:hover {
color: #000;
text-decoration: underline;
}

#content {
padding: 0 20px 20px 20px;
background: #fff;
background-image:url('images/back.jpg');
}

.left {
float: left;
width: 650px;
text-align: justify;
padding-top: 10px;
}
.left h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

.right {
float: right;
width: 160px;
padding-top: 15px;
}
.right h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
background: #000348 url(images/right_bar.jpg) no-repeat;
color: #fff;
font-size: 13px;
}
.right ul {
padding: 10px 0 15px 10px;
list-style-type: none;
}
.right ul li a {
color: #336699;
text-decoration: none;
font-size: 12px;
font-weight: 100;
}
.right ul li a:hover {
color: #111;
}
#footer {
height: 35px;
width:900px;
line-height: 35px;
background: #fff url(images/footer.jpg) no-repeat;
text-align: center;
font-size: 11px;
color: #fff;
position: absolute;
bottom:-300px;
}
#footer a { color: #fff; }

/* Calendar */

#month { 
border-collapse: collapse; 
margin-left: 2em; 
}

#month th, 

#month td { 
border: 1px solid #000; 
}

#month thead { 
background-color:#000348; 
}

#month td { 
width: 7em; 
height: 10em; 
padding: .2em; 
vertical-align: top; 
overflow: auto; 
}

td .day { 
width: 7em; 
height: 5em; 
overflow:auto; 
margin-top: 0; 
}

#month tbody .weekend { 
background-color:#fff; 
}

#month tbody .next, 

#month tbody .previous { 
background-color:#ccc; 
}

.rtop { 
display:block; 
background:#060; 
}

.rtop * { 
display: block; 
height: 1px; 
overflow: hidden; 
background:#fff; 
}

.r1{
margin: 0 0 0 5px
}

.r2{
margin: 0 0 0 3px
}

.r3{
margin: 0 0 0 2px
}

.r4{
margin: 0 0 0 1px; height: 2px
}

#container h1 { 
margin: 0 0 .5em .5em; 
font: 2em Arial, Helvetica, sans-serif; 
color: #060; 
}

#month th { 
font: 1em bold Arial, Helvetica, sans-serif; 
}

p {
margin-top: 0; 
}