body {
	font: 8pt/16pt georgia;
	margin: 0px;
	background: url(./images/kilt2.jpg);
	color: #555753;
	background-color: #336666;
}

div {
	border: 1px grey solid;
}

p {
	font: 9pt/16pt georgia;
	margin-top: 0px;
	text-align: justify;
	}
	
h3 {
	font: italic normal 12pt georgia;
	letter-spacing: 1px;
	margin-bottom: 0px;
	/*color: #7D775C;*/
	color: black;
	font-weight: bold;
	}
	
img {
	border: 1px solid #666666;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-color: gray;
	border: 2px solid black;
}

#header {	
	padding-left: 40px;
	background: url(./images/kilt2.jpg);
	font: 18px Monotype Corsiva;
	color: white;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 12px;	
	border: 1px solid white;
}

#headerblock {
	margin-right: 12px;
	margin-left: 12px;	
}

#main {
	margin-left: 12px;
	margin-right: 12px;	
	/*border: 2px solid pink;*/
}

#menu {
	display: inline;
	float: left;
	width: 80px;
	padding: 12px;
	margin-top: 12px;
	margin-bottom: 12px;
	font: 10px verdana, sans-serif;
	font-weight: bold;
	background-color: black;
	border: 1px solid white;
}

#menu a:link {
	text-decoration: none;
	display: block;
	color: #988F5E;
}

#menu a:visited {
	text-decoration: none;
	font: 10px verdana, sans-serif;
	font-weight: bold;
	display: block;
	color: #988F5E;
}

#menu a:hover, a:active {
	font: 10px verdana, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	color: #988F5E;
}


#content {
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 120px;
	padding: 12px;
	border: 1px solid black;
	min-height: 600px; 
	height:auto;
	background-color: white;
}

#links #name {
	width: 300px;
}

#photos td {
	width: 350px;
}

#photos img {
	border: 1px solid #666666;
}

#members td {
	padding-top: 15px;
}

#members img {
	border: 1px solid #666666;
}

/*#pic {
	border-style: solid;
	border-right-width: 0cm;
}

#name {
	width: 200px;
	border-style: solid;
	border-left-width: 0cm;
}*/

#content a:link {
	font-weight: bold;
	text-decoration: underline;
	color: black;
	font: 12px georgia, sans-serif;
	display: inline;
	}
#content a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: black;
	font: 12px georgia, sans-serif;
	display: inline;
	}
#content a:hover, a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #9685BA;
	font: 12px georgia, sans-serif;
	display: inline;
	}
	
#footer a:link, a:visited, a:active, a:hover {
	color: white;
	text-decoration: none;
	}

/* for Internet Explorer */
/*\*/
* html #content {
	height: 600px;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border: 0px solid black;
	}

#footer p {
	display: inline;
	float: right;
	text-align: right;
	border: 0px;
	color: white;
	font: 11px verdana, sans-serif;
	margin-right: 14px;
}

.announcement
{
	font: normal 12pt georgia;
	font-weight: bold;
	text-align: center;
}

.announcement_details
{
	text-align: center;
}

/* Firefox hack to avoid jittering when page has/hasn't a scrollbar */

/*HTML {
height: 100%;
}
BODY {
min-height: 101%;
}*/







