/* Site component positions by div #ID */

body
{
}

#sitecontainer
{
    margin-top:30px;
    padding-top:30px;
	height:auto;
	width:960px;
	margin:0px auto;
}
#contentcontainer 
{
    height:650px;
    width:100%;
}
#left
{
	height:100%;
	width:150px;
	margin:0px;
	float:left;
}

#nav
{
	height:100%;
	width:150px;
	margin:0px;
	float:left;
	
}

#bottom 
{
    margin-top:145px;
    float:none;
    display:block;
}

#right
{
	height:auto;
	width:810px;
	margin:0px;
	float:right;
}

#header
{
	height:auto;
	width:auto;
	margin:0px;
	float:none;
}

#slogan
{
	height:auto;
	width:100%;
	margin:0px;
	float:none;
}

#content
{
	height:auto;
	width:800px;
	margin:0px;
	float:right;
}

#title
{
	height:50px;
	width:800px;
	margin:0px;
	float:none;
}

#text
{
	height:443px;
	width:800px;
	margin:0px;
	float:none;
}

#footer
{
	height:auto;
	width:100%;
	margin:0px;
	border:none;
	float:left;
	padding:0px;
}

#quick
{
	height:auto;
	width:49%;
	margin:0px;
	border:none;
	float:left;
	padding:0px;
}

#copy
{
	height:auto;
	width:49%;
	margin:0px;
	border:none;
	float:right;
	padding:0px;
}

/*This is for the Gallery section only */

#gallery
{
    width:960px;
    height:auto;
}

.gallery_img
{
    width:%;
    height:auto;
}

.left_column
{
    width:49%;
    float:left;
}

.right_column
{
    width:49%;
    float:right;
}

/* Menu anchor button proportions */

div.menu
{
    float:none;
    height:29px;
    width:100%;
}

a.menu
{
    height:29px;
    width:100%;
}

#cal_nav
{
    width:100%;
    float:none;
}