html, body {
	height: 100%;	
}

body {
	background-color: #0a1c02;
	margin:0px;
	background-image:url(images/ceili_body_bg.jpg);
	background-repeat:repeat-x;
}

#outer_wrapper {
	position:relative;
	width:100%;
	height: 100%;
	background-image:url(images/ceili_wrapper_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#container {
	position:relative;
	margin:auto;
	width: 950px;
	padding: 0px;
}

hr {
	border: 15px 0px 0px 0px;
	border: solid;
	color: #413538;
	margin: 5px 0px 0px 0px;
}
	

/*---------------HEADER STYLES--------------*/
#header {
	position:relative;
	width: 950px;
	height:135px;
	background-color:#0a1c02;
}
#logo {
	position:absolute;
	top:0px;
	left:0px;
}
#news_signup {
	position:absolute;
	width:275px;
	top:0px;
	right:0px;
}

/*---------------MENU STYLES--------------*/
#menu {
	position:relative;
	width: 950px;
	padding:12px 0px 12px 0px;
	z-index:10;
}
#tag {
	position:relative;
	margin-bottom:12px;
}
#main_nav {
	position:relative;
	background-color:#000000;
}

/*---------------FEATURE STYLES--------------*/
#feature {
	position:relative;
	width: 950px;
	margin-bottom:14px;
	z-index:1;
}

/*---------------CONTENT STYLES--------------*/
#contentarea {
	position:relative;
	width: 950px;
	padding-bottom:40px;
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:top;
}
* html #contentarea {height:350px;} /*for IE6*/

#content {
	position:relative;
	float:left;
	width:900px;
	padding:60px 25px 60px 25px;
	text-align: center;
}

#flash {
	width: 950px;
	margin: 0 auto;	
}

/*#column1{
	position:relative;
	float:left;
	width:231px;
	padding:0px 25px 0px 25px;
}*/
#column2{
	position:relative;
	float:left;
	width:253px;
	padding:20px 25px 0px 25px;
}
#twitter_feed {
	position:relative;
}

/*---------------FOOTER STYLES--------------*/
#footer {
	position:relative;
	width: 950px;
	padding:14px 0px 40px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#555555;
	line-height:2;
}

#footer a {
	color: #555555;
	text-decoration: none;
}
#footer a:hover {color: #ffffff;}

#footer_links {
	position:relative;
	width:700px;
	float:left;
}
#staticnav {position:relative; display:block;}
#staticnav a {padding:0px 3px 0px 3px}

#footer_info {
	position:relative;
	width:250px;
	float:right;
	text-align:right;
}

/*---------------GENERAL STYLES--------------*/
a {
	color: #d6c29b;
	text-decoration: underline;
}
a:hover {
	color: #555555;
	text-decoration: underline;
}

#content ul li {list-style:disk; padding-bottom:10px;}
#content ol li {list-style:decimal;}

.clearfloat {clear:both;}



/* -------SLIDESHOW-----------*/
#slideshow {
    position:relative;
    height:252px;
    margin-top: 0px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 252px;
    background-color: #FFF;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 252px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}
/*-----------END SLIDESHOW--------*/

