

#container {
	width:1024px;
	float:left;
	position:absolute;
	background-color:#e2ddd6;
}

#header { 
	background-image:url(images/a1a.jpg);
	background-repeat:no-repeat;
	float:left;
	width:1024px;
	height:36px;
	margin:0px;
}

#titletopper {
	background-image:url(images/b1a.gif);
	background-repeat:no-repeat;
	width:1024px;
	height:150px;
	float:left;
	
}

#contentstuf {
	float:left;
	width:1024px;
	background-image:url(images/contentbg.gif);
	background-repeat:repeat-y;
}

#content {
	float:left;
	position:relative;
	background-color:#e2ddd6;
	width:780px;
	height:inherit;
}

#content-left {
	float:left;
	width:244px;
	height:514px;
	background-image:url(images/c1.gif);
	background-repeat:no-repeat;
}

#countdown {
	float:left;
	width:1024px;
	height:37px;
	background-image:url(images/d1d.jpg);
	font-family:"copper";
	font-size:20px;
	font-stretch:expanded;
	color:#CCCCCC;
	text-align:center;	
	padding-top:inherit;
	line-height:35px;
}

#footer {
	float:left;
	width:1024px;
	height:31px;
	background-image:url(images/e1e.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
	
}

@font-face {
	font-family:"copper";
	src: local("Copperplate"), url("images/Copperplate.ttf") format(TrueType);
}

@font-face {
	font-family:"caslon";
	src: local("Big Caslon"), url("images/BigCaslon.ttf") format(TrueType);
}

body {
	margin: 0px;
	padding: 0px;
	background-color:#211d1c;
}

.mainphoto{
	padding-left:20px;
	padding-top:10px;
	float:right;
}

#searchbox {
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin:1px;
	padding:1px;
	background:#cccccc;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#7b2d00;
	font-weight:lighter;
	padding-left:5px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	font-weight:lighter;
	margin-left:15px;
	margin-right:15px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	font-weight:lighter;
	margin-left:15px;
	margin-right:15px;
	text-indent:10px;
}

#text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	font-weight:lighter;
	margin-left:15px;
	margin-right:15px;
}

#searchtext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	padding-left: 40px;
}

li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	font-weight:lighter;
	margin-left:5px;
	margin-right:15px;
	text-align:justify;
}


.leftmenu {
	font-family:"copper";
	font-size:16px;
	font-stretch:semi-expanded;
	color:#CCCCCC;
	font-weight:lighter;
	padding-bottom:3px;
	padding-left:0px;
	padding-right:15px;
	text-align:right;
	line-height:25px;
	
}
	

.align-justify {
	text-align: justify;
}
a {
	color:#CCCCCC;
	text-decoration: none;
}

#page-content a {
	color:#000000;
	text-decoration: underline;
}
#page-content a:hover {
	text-decoration: underline;
	color:#F93;
}

#menu-page a:link, #menu-page a:visited { color:#333333; }
#menu-page a:hover { color: #5b8fbe; text-decoration:underline; }



