body, table, form, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}
body {
	background: url(../images/background_lines.gif) repeat-x;
}
a img {
	border: none;
} 
/****************************************************************/
/*                       Container                             */
/****************************************************************/
#container { 
	width: 984px;
	margin: 0 auto;
	text-align: left;
}
/****************************************************************/
/*                          Divs                              */
/****************************************************************/
#titlebar {
	width: 984px;
	height: 98px;
	float: left;
	background: url(../images/TitleBarTop.gif) no-repeat;
}

#mainContent { 
	margin: 0 0 0 480px;
	width: 504px;
	height: 674px;
	padding: 0; 
}

#mainContentHeader {
	width: 504px;
	height: 99px;
}

#leftContent{
	width: 480px;
	height: 576px;
	float: left;
	padding: 0px;
}

#rightContentHOME{
	width: 394px;
	height: 533px;
	float: left;
	padding: 0px 100px 0px 10px;
}

#rightContent{
	width: 494px;
	height: 547px;
	padding-left: 10px;
	float: left;
}
#rightContentWorkshop{
	width: 494px;
	height: 279px;
	padding-left: 10px;
	float: left;
}

#leftContentPROJ{
	width: 592px;
	height: 442px;
	float: left;
	padding: 0px;
}
#rightContentPROJ {
	width: 392px;
	height: 380px;
	float: left;
}
#rightContentPROJtext {
	float: left;
	width: 366px;
	height: 280px;
	padding: 0 16px 0 10px;
}
	
#pageHeader {
	width: 504px;
	height: 28px;
}
#pageHeaderPROJ {
	width: 390px;
	height: 28px;
}
#bottomContent {
	width: 958px;
	height: 126px;
	padding: 8px 26px 0px 0px;
	float:left;
}
#footer {
	width: 984px;
	height: 54px;
	float: left;
	margin-top: 134px;
}
#footerL { 
	width: 480px;
	height: 54px;
	background: url(../images/Footerlogo.jpg) no-repeat #8C7D56;
	float: left;
} 
#footerR { 
	width: 484px;
	height: 54px;
	padding: 0px 20px 0px 0px;
	float: left;
}

#credits {
	margin: 0 0 0 10px;
	width: 384px;
	height: 10px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 674px;
	background-image:url(../images/BlueViolin_home.jpg);
}
#sidebarbio {
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 674px;
	background-image:url(../images/SidebarBio.jpg);
}
#sidebarcontact {
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 674px;
	background-image:url(../images/SidebarContact.jpg);
}
#sidebarworkshop {
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 674px;
	background-image:url(../images/SidebarWorkshop.jpg);
}
#sidebarblog {
	float: left; /* since this element is floated, a width must be given */
	width: 480px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 674px;
	background-image: url(../images/SidebarBlog.jpg)
}

/****************************************************************/
/*                          Navigation Divs                            */
/****************************************************************/
#NavHome {
	margin-top: 228px;
	float: right;
	width: 200px;
	height: 240px;
	text-align:right;
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#FFF;
	padding-right:10px;
}
#NavGen {
	margin-top: 250px;
	float: right;
	width: 200px;
	height: 240px;
	text-align:right;
	font:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	padding-right:10px;
}
#navPROJ {
	margin-top: 68px;
	width: 392px;
	height: 20px;
	float: left;
	padding: 0;
	list-style: none; }
	
#navPROJtop {
	width: 372px;
	font-family:Arial, Helvetica, sans-serif;
	height: 46px;
	float: left;
	text-align:right;
	font-size:10px;
	padding: 0 20px 0 0;
	list-style: none; }		
/****************************************************************/
/*                          Floats                              */
/****************************************************************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/****************************************************************/
/*                          Text                              */
/****************************************************************/
.HOMEpagetextBLUE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6B8C9F;
}
.MainBodytextBLUE {
	font-size: 14px;
	color: #6B8C9F;
	padding: 0px 30px 0px 0px;
}
.MainBodytextBLUEbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #6B8C9F;
	font-weight: bold;
}
.SmallBodytextBLUE {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6B8C9F;
}
.SmallBodytextITALIC {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6B8C9F;
	font-style: italic;
}
.SmallERBodytextITALIC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #9A8E64;
	font-style: italic;
}

.HOMEpagetextBROWN {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #9A8E64;
}
.HOMEpagetextBROWNbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #9A8E64;
	font-weight: bold;
}

.MainBodytextBROWN {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9A8E64;
}
.MainBodytextBROWNbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9A8E64;
	font-weight: bold;
}
.WhiteFOOTERfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 26px 0px 10px 10px;
}

/*Links*/
.class1 a:link {
	text-decoration: none;
	color:#9A8E64;
	}
.class1 a:visited {
	text-decoration: none;
	color:#9A8E64;
	}
.class1 a:active {
	text-decoration: none;
	color:#9A8E64;
	}
.class1 a:hover {
	text-decoration: none;
	color:#61593F;
	}
.class2 a:link {
	text-decoration: none;
	color:#FFFFFF;
	}
.class2 a:visited {
	text-decoration: none;
	color:#FFFFFF;
	}
.class2 a:active {
	text-decoration: none;
	color:#FFFFFF;
	}
.class2 a:hover {
	text-decoration: none;
	color:#d2cdab;
	}
	
.class3 a:link {
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: none;
	color:#9A8E64;
	}
.class3 a:visited {
	text-decoration: none;
	color:#9A8E64;
	}
.class3 a:active {
	text-decoration: none;
	color:#9A8E64;
	}
.class3 a:hover {
	text-decoration: none;
	color:#61593F;
	}
	
.class4 a:link {
	text-decoration: none;
	color:#FFFFFF;
	}
.class4 a:visited {
	text-decoration: none;
	color:#FFFFFF;
	}
.class4 a:active {
	text-decoration: none;
	color:#FFFFFF;
	}
.class4 a:hover {
	text-decoration: none;
	color:#61593F;
	}
	
/*WorkbenchThumbs*/

.WorkbenchThumbL {
	display:inline;
	width: 164px;
	height: 248px;
	float:left;
	padding: 20px 0 0 10px;
}

.WorkbenchThumbM {
	display:inline;
	width: 164px;
	height: 248px;
	float:left;
	padding: 20px 0 0 0px;
}

.WorkbenchThumbR {
	display:inline;
	width: 164px;
	height: 248px;
	float:left;
	padding: 20px 0 0 0px;
}
