
* {margin:0;padding:0;} 

html, body, #wrapper {
	height: 100%;
	padding: 0;
	background: black url(/img/ce_back1.jpg) no-repeat top center;
	color: #FFF;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

body > #wrapper {height: auto; min-height: 100%;}

#header {
	width: 960px;
	margin: 0 auto; 
	padding-top: 30px;
	padding-bottom: 90px;
}


/* --- Logo --- */

#logo {float: left;}
#logo h1 {position:relative}
#logo h1 a {
	z-index:1;	
	position:absolute;
	top:0;
	left:0;
	width:380px;
	height:65px;
	min-height:28px;
	background:transparent url(/img/Creative-Environments-Logo.png) no-repeat;
	font-size:1em;
}


/* --- Menu --- */

#menu {
	float:right;
	width: 550px;
}

#menu ul {
	margin: 0;
	list-style: none;
	float:right;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-top:18px;
	padding: 5px 13px 5px 13px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -.5px;
	font-size: 1.5em;
	color: #FFFFFF;
}

#menu a:hover {
	color: #FEEDB9;
}

#menu .current_page_item a {
	color: #FEEDB9;
}


#page {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 30px;
	clear:both;
	background-image: url(/img/backshader.png)
	
}

#page p {padding: 0; line-height:1.4em; font-size:1.15em; text-align:justify; padding-bottom:10px;}

#left-col {width: 520px;}

#right-col {width: 380px;}

#centerfull-col {width: 960px;}

.column {
	float:left;
	display:inline;
	overflow:hidden;
	margin: 0 15px;
}


.vidlist {list-style:square; padding-left:15px;}
.vidlist a {text-decoration:none;}
.vidlist a:hover {text-decoration:underline;}
.vidlist li {padding-bottom:5px;}

.videocaption {font-size:1em; text-align:center; padding-top:5px;}

.linklist1, .linklist2 {list-style:none; font-size:1.2em; padding:20px; float:left;}
.linklist1 li {width:150px; padding-bottom:3px; }
.linklist2 li {width:230px; padding-bottom:3px; }

.conservatory {text-align:center; line-height:1.8em; padding-bottom:5px;}

.awards {text-align:center;}

.tag1 {float:right; padding: 20px 0 0 20px;}
.tag2 {float:right; margin-top:-10em; padding: 0 0 0 20px;}

.fr_iframe {float:left; margin-top:-3em; padding: 0 0 0 15px;}

/*



#contactForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
}

#contactForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#contactForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#contactForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

#contactForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

#contactForm input
{
	position: relative;
	top: -1.4em;
	left: 10.3em;
	display: block;
	padding: 2px;
}

#contactForm input.submit
{
	clear: both;
	top: 0;
}

#contactForm label
{
	clear: both;
	float: left;
	display: block;
	width: 10.5em;
	font-weight: bold;
}

#contactForm textarea
{
	position: relative;
	top: -1em;
	left: 10.5em;
	display: block;
	padding: 2px;
}

#contactForm select
{
	position: relative;
	top: -1.4em;
	left: 10.5em;
	display: block;
}



*/



#footer {position: relative;
	width: 960px;
	margin: 0 auto; 
	margin-top: -30px;
	height: 30px;
	left: 10px;
} 

#copyright {float:left;}
#AddThis {float:right; padding-right:10px;}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */