div{
    border: 0px solid black;
}

body{
    background-image: url("../images/greg_pattern.png");
    font-family: Futura, "Century Gothic", sans-serif;
    color: #4C5085;
	margin: 0px;
}

a:link{
    color: #4F9BAF;
}

a:visited{
    color: #4F9BAF;
}

img{
    border: none;
}

div#content{
    margin-left: 15%;
    margin-right: 15%;
    background-color: #d6e053;
    padding-bottom: 5px;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div#contentPad{
    margin: 15px;
    padding: 20px;
    background-color: #FFFABB;
}
div#banner{
    width: 100%;
    float: left;
}
div#logo{
    background-image: url("../images/greg_noword.png");
    background-repeat: no-repeat;
    float: left;
    width: 215px;
    height: 215px;
}
div#welcome{
    width: 15%;
    float: right;
}

div#linkbar{
    position: relative;
    top: -50px;
    left: 145px;
}
div#linkbar ul{
    list-style: none;
}
div#linkbar li{
    float: left;
    margin-left: 15px;
}

div.event, div.gift{
    width: 275px;
    height: 155px;
    float: left;
    margin: 20px;
    padding: 5px;
}
div.event div.title{
    float: left;
    font-weight: bold;
}
div.event div.date{
    float: right;
    position: relative;
}
div.event div.description{
    clear: both;
    height: 50px;
    overflow: hidden;
}

div.eventControllers{
	float: right;
	top: -214px;
	position: relative;
}

div.gift .name{
    font-size: 19px;
}

div.gift .notexact{
    font-weight:bold;
}

div.gift .description{
    font-style: italic;
    height: 115px;
    overflow: auto;
}

span.infoLink{
	font-style: italic;
	font-size: 8pt;	
}

span.message{
    font-size: large;
    color: red;
}
