#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; }

	.ac_results {
		padding: 0px;
		border: 1px solid black;
		background-color: white;
		overflow: hidden;
		z-index: 99999;
	}

	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ac_results li {
		margin: 0px;
		padding: 2px 5px;
		cursor: default;
		display: block;
		/* 
		if width will be 100% horizontal scrollbar will apear 
		when scroll mode will be used
		*/
		/*width: 100%;*/
		font: menu;
		font-size: 12px;
		/* 
		it is very important, if line-height not setted or setted 
		in relative units scroll will be broken in firefox
		*/
		line-height: 16px;
		overflow: hidden;
	}

	.ac_loading {
		background: white url('../indicator.gif') right center no-repeat;
	}

	.ac_odd {
		background-color: #eee;
	}

	.ac_over {
		background-color: #0A246A;
		color: white;
	}
  
  label {
  display: block;
}
label.valid {
  width: 24px;
  background: url(../valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}

label.error {
  padding-left: 5px;
  display: inline-block;
}

input {
  display: inline-block;
}




