	body {
		padding: 0px;
		margin: 0px;
        font: 10pt Helevetica, sans-serif;
        color: #000;
        background:  #ccf url("") no-repeat fixed top left;
		text-align:center;
	}

	a:link {
		text-decoration:none;
	}

	a:visited {
		text-decoration:none;
	}

	a:hover {
		text-decoration:underline;
	}

	a:active {
		text-decoration:none;
	}

	#societies {
		width: 54em;
		margin: 5px auto 5px;
		border-bottom: solid 0px #ccc;
		text-align: right;
		color: #666;
	}
	
		#societies a:link{
			color: #666;
		}
		
		#societies a:hover{
			color: #00c;
			text-decoration: none;
		}

	#allthing {
		width: 55em;
		margin: 0px auto 0px;
		text-align: left;
		border: solid 1px #000;
		background: #fff;
	}

	#header {
		padding: 10px 0 10px 0;
		margin: 0px;
		height: ;
		border-bottom: solid 0px #003399; 
		background: #fff url("images/rose.jpg") no-repeat top left;
		font: 30pt Garamond, serif;
		color: #fff;
		text-align: left;
	}

	#leftmenu {
		float: left;
		width: 12em;
		margin: 0em;
		padding: 0em 0em 1em 0em;
		border-right: solid 1px #ccc;
		text-align: left;
		font: 1em Tahoma, sans-serif;
	}
	
		#leftmenu ul {
			padding: 0px;
			margin: 0px;
			list-style: none;
			line-height: 150%;
		}
	
		#leftmenu li {
			width: 10em;
			padding: 0 0 0 1em;
			margin: 0 0 0 1em;
		}
	
		li#black {
			background: #ccc;
		}
				
		li#black a {
			background: #ccc;
		}

		li#white {
			background: #fff;
			color: #ccc;
		}
					
		li#white a {
			background: #fff;
			color: #666;
		}
		
		li#white a:hover {
			background: #ccc;
			text-decoration: none;
		}
		
		#leftmenu h1{
			font: 1.1em bold Tahoma, sans-serif;
			color: #006;
			margin: 1em 0 0 1em;
			line-height: 150%;
		}
	
	#main {
		margin: -3em 1em 0px 12em;
		padding: 0.1em 2em 1em 2em;
		border-top: solid 1px #ccc;
	}

	#footer {
		clear: both;
		margin-top: 1em;
		padding: 1em 15em 1em 15em;
		border: 0px solid #000;
		background: #ccc;
		font-size: 0.9em;
		text-align: center;
	}
	
	#bluebox {
		padding: 2%;
		margin: 2%;
		background: #ccf;
		text-align: center;
        font: bold 1.1em Helevetica, sans-serif;
	}
	
	#twitbox {
		padding: 0.25% 4% 2% 4%;
		margin: 2%;
		background: #ccf;
        font: 0.9em Helevetica, sans-serif;
	}
	
	#photobox {
		float: right;
		width: 17em;
		margin: 0em -2em 0.5em 0.5em;
		padding: 2%;
		background: #fff;
		border: solid 0px #ccc;
		text-align: center;
	}
	
	#photoboxsmall {
		float: right;
		width: 10em;
		margin: 0em -2em 0.5em 0.5em;
		padding: 2%;
		background: #fff;
		border: solid 0px #ccc;
		text-align: center;
	}
	
	#photoboxwide {
		width: 100%;
		margin: 0em 6em 0em 0em;
		background: #fff;
		border: solid 0px #ccc;
		text-align: center;
	}
	
	#caption {
		width: 95%;
		margin: 1% 3% 1% 3%;
		font: 0.8em bold Tahoma, sans-serif;
		text-align: left;
	}

	h1 {
		font: 2em Tahoma, sans-serif;
		color: #006;
		line-height: 100%;
	}

	h2 {
		font: 1.5em Tahoma, sans-serif;
		color: #006;
		line-height: 80%;
	}

	h3 {
		font: 1.25em Tahoma, sans-serif;
		color: #666;
		line-height: 80%;
	}

	h4 {
		font: 1.1em Tahoma, sans-serif;
		color: #666;
		line-height: 80%;
	}
	
	hr {
		border: 0;
		width: 75%;
		color: #ccc;
		background-color: #ccc;
		height: 1px;
	}