body {
	font-family: "Trebuchet MS", Verdana;
	font-size: 10pt;
	color: #990000;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../pics/primarybg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrap {
	position:relative;
	min-width:760px;
	max-width:960px;
	width: auto !important;
	width:960px;
	height:1280px;
	min-height:1024px;
	max-height:1280px;
	margin:0 auto;
	text-align:left;
	border: medium groove #763001;
	background-attachment: fixed;
	background-image: url(../pics/darken.png);
}
#header	{
	position:absolute;
	float:left; 
	left:7px; 
	top:6px; 
	width:530px; 
	height:106px;
}
#flickrbadge {
	float:right;
	left:814px;
	top:6px;
	width:144px;
	height:244px;
	padding-top: 6px;
}
#headline {
	position:absolute;
	width:767px;
	height:102px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	text-indent: 2pt;
	margin-left: 7px;
	padding-left: 2px;
	left: 0px;
	top: 114px;
}

#menu {
	position:absolute;
	left:0px;
	top:218px;
	width:126px;
	height:500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	margin-left: 7px;
	font-weight: bold;
}
#mainframe {
	position:absolute;
	left:148px;
	width:767px;
	height:500px;
	top: 228px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
}

.image-left {
	float:left;
	padding: 0px;
	margin: 0px 5px 5px 0px;
	border: medium solid #422D33;
}
.image-right {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: medium solid #422D33;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	cursor: crosshair;
}
a:hover {
	font-style: italic;
	color: #B196C2;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
.red {
	color: #FF0000;
	border: thick solid #FF0000;
}
.green {
	color: #00CC00;
	border: thick solid #00CC00;
}
.amber {
	color: #FF9900;
	border: thick solid #FF9900;
}
.purple {
	color: #990099;
	border: thick solid #990099;
}