/*
Project: Blank CSS Template
Project Website: http://code.google.com/p/blank-css-template/
License: GNU-GPL v2
File: styles.css
*/

body {background:#369299 url(../img/bg.jpg) repeat-x; margin:0;margin-top:50px; padding:0; color:#666; }
html {overflow-y:scroll;} /* Firefox hack that forces the sidebar to be always visible */

/* LINKS */
a {text-decoration:underline; color:#369299;}
	a:hover{text-decoration:none;}


td {
	vertical-align:top;
}
/* LAYOUT */
#mainWrapper {width:100%; margin:0 auto; text-align:left;}

.container {
	width:850px;
	background:#FFF;
}


.header {
 	height:20px;
	background:#369299 ;
}


.footer { 
 height:20px;
	background:#18646c ;
}

.logo li  {
	display:inline;
 	list-style: none;
	margin-right:25px;
	
}

.logo { 
	padding-top:0px;
	padding-bottom:0px;
}
.facebox {
	width:650px;
}
#container {
	width:850px;
	background:#FFF;
	display:table;
}
#row  {
    display: table-row;
    }
	
#column { display:table-column;
}

