@charset "UTF-8";
/*
Site Name:Golbal Educaiton Confrence
Description: 
Author: Akram Taghavi-Burris
Author URI: ogec.occc.edu

*/
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
}
body {
	background:url(images/bg.jpg) #A67E41 no-repeat top;
	margin:0 auto;
	padding:0px 0px 0px 0px;
}


#wrapper {
	width:900px;
	margin:0px auto;
}

#header {
	height:160px;
	margin:auto;
	width:800px;
	position:relative;
}

/*tables*/

td{
	height:30px;
	border-bottom:thin dotted #A67E41;
	
}

.thead{
	font-size:12pt;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:thin solid #A67E41;
}
	
/*  menu*/
	
#menucontainer{
	height:36px;
	display:block;
	padding:0px 0 0px 0px;
	font-weight:normal;
	margin:0px auto;
	text-transform:uppercase;
	width:800px;
	}
		
#menu{
	margin: 0px 10px;
	padding: 0px 0px;
	height:36px;
	float:left;
	
	}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width:750px;
	/*changes*/
	 position: relative;
 z-index: 597;


	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {
	color:#fff;
	display: block;
	margin: 0px;
	padding: 10px;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	}

#menu li a:hover, #menu li a:active {
	background:#4f2617;
	color: #fff;
    margin: 0px;
	padding: 12px 10px 11px 10px;
	text-decoration: none;
	}
	
/* page */

#page {
	padding:15px;
	float:left;
	width:900px;
	min-height:600px;
	background:#f8ebcd;
	}
#content {
	margin: 10px;
	padding: 15px 0; 
}

#side-content {
	margin: 0 10px 0 26%; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}

#sidebar{
	float: left; 
	width: 24%; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}

/*agenda table classes*/
.time{
	font-weight: bold; 
	font-size:16px;
}
.title{
	font-weight:bold;
	}



/* footer */

#footer {
	padding:15px;
	float:left;
	width:900px;
	min-height:300px;
	color:#f8ebcd;
	font-size:10px;
}

/* left column */
.left{
	
	float:left;
	padding:20px 0px 0px 0;
	display:inline;
	overflow:hidden;
}

/* right column */
.right{
	
	float:right;
	padding:20px 0px 0px 0;
	display:inline;
	overflow:hidden;
}

/* clearfloats*/
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

