body {
  background: #5FA2D9 url("images/bggrad.jpg") repeat-x;
}

ul#portfolio {list-style:none;margin:0px;padding:0px;}

#wrapper {
  background: url("images/mainbg.jpg") no-repeat center 11px;
  height: 900px;
  width: 985px;
  margin: 10px auto;
}

#contentwrapper {
  
}

#leftGallery {
  height: 506px;
  width: 240px;
  position:relative;
}

.header {
  height 40px;
}

.menutop {
  height: 44px;
}

.menubot {
  height: 36px;
}

.menushadow {
  height: 40px;
}

.leftcshadowbot {
  height: 40px;
}
.rightcshadowbot {
  height: 40px;
}

.menutopshadow {
  height: 22px;
}

.menutopcshadowright {
  height: 22px;
}
.menutopcshadowleft {
  height: 22px;
}
.menu {
  height: 250px;
}
.menucont {
  height: 506px;
}
.content {
  height: 506px;
}

.contentblock {
  padding: 10px 20px;
}

.contentdaily {
  padding: 40px;
  color: #FFF;
  height: 426px;
  background: url('images/chalkboard.jpg') no-repeat top left;
}

.contentblockhome {
    padding: 10px 20px;
}

.left {
  height: 506px;
}

.left_top {
   height: 44px;
}

.left_bot {
   height: 36px;
}

.right_top {
   height: 44px;
}

.right_bot {
   height: 36px;
}

.contenthome {
  height: 506px;
}

.content {
  height: 506px;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16{
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_16 .grid_1 {
	width:60px;
}
    .container_16 .grid_2 {
	width:120px;
}
    .container_16 .grid_3 {
	width:180px;
}
    .container_16 .grid_4 {
	width:240px;
}
    .container_16 .grid_5 {
	width:300px;
}
    .container_16 .grid_6 {
	width:360px;
}
    .container_16 .grid_7 {
	width:420px;
}
    .container_16 .grid_8 {
	width:480px;
}
    .container_16 .grid_9 {
	width:540px;
}
    .container_16 .grid_10 {
	width:600px;
}
    .container_16 .grid_11 {
	width:660px;
}
    .container_16 .grid_12 {
	width:720px;
}
    .container_16 .grid_13 {
	width:780px;
}
    .container_16 .grid_14 {
	width:840px;
}
    .container_16 .grid_15 {
	width:900px;
}
    .container_16 .grid_16 {
	width:960px;
}

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
