/*  COLOURS
RED: #7A1E18
RED(80%): #9B5652
RED(75%): #9B5652
BLUE: #004578
BEIGE: #948671
*/

/*************************** PAGE ELEMENTS *****************************/
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    font-size: 11px;
    background-image: url(../images_page/background.gif);
}

a:link {
    color: #7A1E18;
}

a:hover {
    color: #004578;
}

a:visited {
    color: #9B5652;
}

h2 {
    color: #004578;	
    font-size: 16px;
}

h3 {
    color: #004578;
    background-image: url(../images_page/arrow_beige.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    font-size: 14px;
}

img {
    border: 0px;
}


/*************************** DIVS *****************************/
#wrapper {
    width: 800px;
    margin: auto;
}

#header {
    width: 800px;
    height: 122px;
    background-image: url(../images_page/header.gif);
    color: #7A1E18;
}

#topper {
    float: right;
    margin-right: 10px;
    margin-top: 104px;
}

#midder {
    background-color: #FFFFFF;
}

#sidebar {
    float: left;
    width: 225px;
    color: #FFFFFF;
}

#menu {
    width: 200px;
    margin: 15px 0px 0px 10px;
    background-color: #948671;
}

#menu_top {
    width: 200px;
    height: 10px;
    background-image: url(../images_page/menu/menu_top.gif);
    background-repeat: no-repeat;
    background-position: top;
}

#menu_middle {
    width: 200px;
    /*background-image: url(../images_page/menu/menu_middle.gif);*/
}

#menu_bottom {
    width: 200px;
    height: 10px;
    background-image: url(../images_page/menu/menu_bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}


    
#menu ul {
    list-style: none;
	color: #00467F;
	font-size: 12px;
	padding: 0px;
}

#menu li a {
    text-align: right;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url('../images_page/menu/arrow_red.gif');
	background-position: center right;
    background-repeat: no-repeat;
    display: block;
    padding: 8px 18px 8px 0px;
    margin-right: 11px;
}


#menu li {
	text-align: left;
	padding: 3px 0px 3px 0px;
	cursor: default;
}

#menu li img {
    float: right;
}

#menu a:hover {
    color: #004578;
    background-image: url('../images_page/menu/arrow_blue.gif');
	background-position: center right;
    background-repeat: no-repeat;
    display: block;
}

#member_header {

}

#member_header ul {
	display: block;
	list-style: none;
	padding: 0px;
	margin:  0px;
	clear:  both;
	border: solid transparent 1px;
	/* border is to fix IE 7 issue */
}

#member_header li {
	display: block;
	float: left;
	margin: 0;
	padding:  5px 10px;
	font-size: 11px;
}

#member_header li a {
	text-decoration: none;
	font-weight: bold;
}

#member_header li a:hover {
    color: #004578;
}


#content {
    float: left;
    width: 525px;
    padding-left: 10px;
    padding-right: 40px;
    margin-top: 2em; 
    line-height: 150%;
}

#content_intro {
    width: 575px;
    margin-top: 18px;
}

#content_intro_text {
    float: left;
    width: 215px;
    color: #7A1E18;
    font-size: 15px;
    line-height: 25px;
    height: 125px;
    padding: 20px 20px 0px;
}

#content_intro_pic {
}

#footer {
    width: 800px;
    height: 23px;
    background-image: url(../images_page/footer.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    color: #7A1E18;
}

#footer_content {
    padding-top: 6px;
    padding-left: 10px;
}

/******************************** CLASSES ***********************************/

.align_left {
    float: left;
    padding-right: 5px;
}

.align_right {
    float: right;
    padding-left: 5px;
}

.clear {
    clear: both;
}

.date {
	font-size: 80%;
	color:  #777;
}

.entry {
	margin-bottom: 2.5em;
}











