@charset "utf-8";
/* CSS Document */

body,
html {
    margin:0;
    padding:0;
    background:#ffffff;
    color:#000;
    }
body {
    min-width:660px;
	background-color: #ffffff;
	font-family: "Comic Sans MS", "Arial"; font-size: 14px; 
    }
#wrap {
    background:#ffffff;
    margin:0 auto;
    width:660px;
    }
#left_column {
    background:#ffffff;
    float:left;
    width:350px;
	margin-left:25px;
	}
#left_column_centred {
    background:#ffffff;
    float:left;
    width:305px;
	margin-left:25px;
	}	
#right_column_centred {
    background:#ffffff;
    float:right;
    width:305px;
	}
#right_column {
    background:#ffffff;
    float:right;
    width:260px;
	}

h1 {  font-family: "Comic Sans MS", "Arial"; font-size: 14pt;}

a:link {color: #009900;}
a:visited {color: #009900;}
a:hover {color: #006600;}

a {  text-decoration: none}

.content {font-family: "Comic Sans MS", "Arial"; font-size: 14px; }
.contentbold {font-family: "Comic Sans MS", "Arial"; font-size: 14px; font-weight: bold; }
.contentboldlarge {font-family: "Comic Sans MS", "Arial"; font-size: 16px; font-weight: bold; }
.contentitalic_black {font-family: "Lucida handwriting", "Arial"; color: #000000; font-size: 14px; font-weight: italic; }
.contentitalic_green {font-family: "Lucida handwriting", "Arial"; color: #009900; font-size: 14px; font-weight: italic; }
.contentbullet {font-family: "Comic Sans MS", "Arial"; font-size: 32px; font-weight: bold;}

#menu {
	  float: center;
	  margin-top: 100px;
	  margin-bottom: -100px;
}