/* CSS Document created 01/08/08 by Fraser Patullo*/
#noticeBoard{
    padding-top:0;
    margin-top:0;
    width:320px;
    background: #ffffff url(../attributes/cork.gif) repeat;
    float:left;
    clear:left;
    border: 1px solid #a0509c;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#noticeBoard h2{
    color:white;
    font-size: 1em;
    text-align: center;
    padding: 5px 0;
    text-decoration: underline;
    font-weight: 500;
    background-color: #38AA7E;
}
#noticeBoard img{
	margin:0 0 0 15px;
}
	
#content{
	float:left;
	clear:none;
	width:650px;
}
#content h2, #content h1{
	font:1.4em normal Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
        color: black;
        margin-top:15px;
}
#content h1{
	font-size:1.6em;
	margin-top:0.2em;
}
#noticeBoard h2{
    background-color: #C98FC6;
}

img.middle{
    margin:0 19px;
}
