*{
 margin:0px;
 padding:0px;
}
body { /* background picture, not content */
 background-color:#FFFFFF;
/* background-image:url('img/background.gif');
 background-repeat:repeat-x;
 background-attachment:fixed;*/
 color:#000000;
}
p {
 margin:10px 0px;
}
li {
 margin-left:16px;
}
/** Content Setup **/
#outerTable {
 width:1060px;
 background-color:#FFFFFF;
}
#innerTable {
 width:1010px;
/* width:100%;*/
}
#menu {
 background:url('img/menubg.gif') repeat-x;
 width:100%;
 height:30px;
}
#postMenuSpacer {
 height:13px;
 visibility:hidden;
}
#header {
 width:800px;
 height:100px;
 text-overflow:hidden;
 overflow:hidden;
}
#feature {
/* width:25%;*/
}
#logo {
/* width:37.5%;*/
}
#flashpix {
/* width:37.5%;*/
}
#catchphrase {
 width:67%;
 font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
 font-variant:small-caps;
 color:#FFFFFF;
}
#innerTableRightColumn {
 text-align:right;
 width:200px;
 padding-right:6px;
}
#special {
}
#YBF { 
}
.inlineContent {
 width:570px;
}

/** #catchphrase div within php include **/
#catchphraseText {
}

/** #feature div within php include **/
#featureElement {
 display:inline;
}

/** #flashpix div within php include **/
#flashpixElement {
 display:inline;
}

/** .inlineContent div withing php include **/
.mainContentDefaultFormatting {
 font-family:Verdana;
 font-size:12px;
}

/** #logo div within php include **/
#logoElement {
 display:inline;
}

/** #menu Elements **/
.menuItemTD {
 padding:1px 11px;
 text-align:center;
 font-size:16px;
 font-family:Gill Sans Light, sans-serif;
 letter-spacing:.1px;
 font-weight:100;
}
a.menuItemA:link { /*unvisited*/
 color:#484848;
 text-decoration:none;
}
a.menuItemA:visited { /*unvisited*/
 color:#484848;
 text-decoration:none;
}
a.menuItemA:hover { /*mouseover*/
 color:#222222;
 text-decoration:underline; 
}
a.menuItemA:active { /*selected*/
 color:#000000;
}

/** #special div within php include **/
#specialText {
}

/** #YBF inside **/
#YBFelement {
 font-family:Verdana;
 font-size:14px;
}

/** Gray Sliced Box **/
.gray_0_0 {
}
.gray_0_1 {
 width:575px;
}
.gray_0_3 {
}
.gray_1_0 {
}
.gray_1_1 {
 width: 500px;
 height: auto;
 background-color:#D5D6D8;
}
.gray_1_3 {
}
.gray_2_0 {
}
.gray_2_1 {
}
.gray_2_3 {
}

/** Green Sliced Box **/
.green_0_0 {
}
.green_0_1 {
}
.green_0_3 {
}
.green_1_0 {
}
.green_1_1 {
}
.green_1_3 {
}
.green_2_0 {
}
.green_2_1 {
}
.green_2_3 {
}

/** Green Sliced Box **/
.yellow_0_0 {
}
.yellow_0_1 {
}
.yellow_0_3 {
}
.yellow_1_0 {
}
.yellow_1_1 {
}
.yellow_1_3 {
}
.yellow_2_0 {
}
.yellow_2_1 {
}
.yellow_2_3 {
}




a{
 text-decoration:none;
}
a:hover{
 text-decoration:underline;
}

/* some custom definitions */
.footer {
	text-align:center;
	font-family:Tahoma, Arial, sans-serif;
	color:#484848;
	font-size:14px;
}
.quoteAuthor {
	color:#757575;
	font-style:italic;
	padding-left:20px;
}
.idealTime {
	font-style:italic;
	color:#232323;
	font-weight:100;
}

/* content definitions as classes if used (namely on workshops page) */
.contentH3 {
	margin:22px 10px 3px;
}
.contentUL {
	margin:3px 18px;
}
.contentLI {
}


/* twitter design */
#twitterTitle {
	font-family:Arial, sans-serif;
	color:#757575;
	text-align:left;
	font-size:15px;
}
.twitterItem {
	border:1px solid #757575;
	background:#FDFDFD;
	color:#636363;
	font-size:13px;
	font-family:Tahoma, Arial, sans-serif;
	padding:4px 2px 4px 4px;
}
.twitterDate {
	text-align:left;
	text-decoration:italic;
	color:#575757;
	font-size:13px;
}