/* commented backslash hack to hide from ie5 mac \*/ 
html, body	{
	height:100%;
	} 
/* end hack */
html,body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	min-width:775px;/* stop mozilla sliding off the edge */
	font-family:Arial, Verdana, sans-serif;
	font-size:0.8em;
	color:#626263;
	background-color:#232222;
	background-image:url('images/bodybgculture.gif');
	background-repeat:repeat-y;
	background-position: center;
}

.container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 775px;
	text-align: left;
	min-height:100%;
	margin-bottom:-30px;
	height:auto;
}

* html .container {height:100%;} /* for ie to resize */

.header {
	width:100%;
	height:100px;
	background-image:url('images/bgculture.gif');
	background-repeat:repeat-x;
	border-bottom:2px solid #ccc;
	border-top:1px solid #eee
}

.menu {
	height:30px;
	background:#7090ca;
	font-size:1em;
	color:#fff;
	text-align:center;
	}

.menu a {
	display:block;
	float:right;
	width:6em;
	height:30px;
	border-left:1px solid #eee;
	background:#313438;
	color:#fff;
	text-decoration:none;
}

.menu a:hover {
	display:block;
	float:right;
	width:6em;
	height:30px;
	border-left:1px solid #eee;
	background:#47494c;
	color:#7090ca;
	text-decoration:none;
}

a.biglink {
	display:block;
	width:90%;
	padding:5px;
	border:1px solid #313438;
	margin-top:10px;
	color:#626263;
	text-decoration:none;
	background:#e5edfb;
	
}

a.biglink:hover {
	border:1px solid #000;
	background:#7090ca;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 775px;
	clear:both;
	height:30px;
	color: #626263;
	background:#7090ca;
	border-top:1px solid #000;
}

.clearfooter{
	clear:both;
	height:30px;
}

.rightcol {
	float:right;
	width:30%;
	margin-top:20px;
	clear:both;
	}

p {
	padding:10px;
	margin-bottom:-10px;
}

.rightcol p {
	padding:10px;
	margin-bottom:15px;
	}

h1 {
	font-size:1.4em;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-20px;
	font-weight:normal;
	font-style:italic;
	color:#ababab;
}

h2 {
	font-size:1.2em;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:-20px;
	font-weight:bold;
	font-style:italic;
	color:#ababab;
	background:#eee;
	padding:3px;
}

.logo {
	font-size:2.5em;
	font-weight:normal;
	font-style:italic;
	color:#7090ca;
	padding-left:10px;
	padding-top:30px;
}

a {
	color:#7090ca;
	text-decoration:none;
}

a:hover {
	color:#7090ca;
	text-decoration:underline;
	}

a.footer {
	color:#fff;
}

a.footer:hover {
	color:#fff;
	text-decoration:underline;
	}

form {
	padding:0px;
	margin:0px;
	margin-top:25px;
	margin-right:10px;
	text-align:right;
	}

input {
	margin-top:3px;
	border:1px solid #ccc;
	padding:3px;
	color: #7090ca;
}

.searchbox {
	width:90%;
	}

.searchbutton {
	background:#eee;
	border:1px solid #ccc;
	cursor:pointer;
	}

.img1 {
	float:left;
	margin:10px;
	border:2px solid #ccc;
}
