/* CSS Document */


.sodTabUnSel_home {
	background-image: url(images/SOD_tabs_unsel_home.png);
	background-repeat: no-repeat;
}
.sodTabUnSel_myspace {
	background-image: url(images/SOD_tabs_unsel_myspace.png);
	background-repeat: no-repeat;
}
.sodTabUnSel_blog {
	background-image: url(images/SOD_tabs_unsel_blog.png);
	background-repeat: no-repeat;
}
.sodTabUnSel_about {
	background-image: url(images/SOD_tabs_unsel_about.png);
	background-repeat: no-repeat;
}
.sodTabUnSel_home:hover {
	background-image: url(images/SOD_tabs_sel_home.png);
	background-repeat: no-repeat;
}
.sodTabUnSel_myspace:hover {
	background-image: url(images/SOD_tabs_sel_myspace.png);
	background-repeat: no-repeat;
}
.sodTabUnSel_blog:hover {
	background-image: url(images/SOD_tabs_sel_blog.png);
	background-repeat: no-repeat;
}
.sodTabUnSel_about:hover {
	background-image: url(images/SOD_tabs_sel_about.png);
	background-repeat: no-repeat;
}
.sodTabSel_home {
	background-image: url(images/SOD_tabs_sel_home.png);
	background-repeat: no-repeat;
}
.sodTabSel_myspace {
	background-image: url(images/SOD_tabs_sel_myspace.png);
	background-repeat: no-repeat;
}
.sodTabSel_blog {
	background-image: url(images/SOD_tabs_sel_blog.png);
	background-repeat: no-repeat;
}
.sodTabSel_about {
	background-image: url(images/SOD_tabs_sel_about.png);
	background-repeat: no-repeat;
}

.sodHeader-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
.sodHeader-med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}
.sodHeader-small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}
.sodBody-small {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight: normal;
	color: #ffffff;
}
.sodQuote {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
	font-weight: normal;
	color: #ffffff;
}
.sodNote {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight: normal;
	color: #20361a;
}

div#container {
  position: relative;
  margin: 0 auto;
  width: 900px;
  text-align: left;
  }
#main_title {
	position:absolute;
	width:500px;
	height:74px;
	z-index:1;
	left: 200px;
	top: 0px;
	background-image: url(images/SOD_main_title.png);
	visibility: visible;
}
#bkgnd-left {
	position:absolute;
	width:300px;
	height:546px;
	z-index:1;
	left: 0px;
	top: 140px;
	background-image: url(images/SOD_bkgnd-left.png);
	visibility: visible;
	border: none;
}
#bkgnd-middle {
	position:absolute;
	width:300px;
	height:546px;
	z-index:1;
	left: 300px;
	top: 140px;
	background-image: url(images/SOD_bkgnd-middle.png);
	visibility: visible;
	border: none;
}
#bkgnd-right {
	position:absolute;
	width:300px;
	height:546px;
	z-index:1;
	left: 600px;
	top: 140px;
	background-image: url(images/SOD_bkgnd-right.png);
	visibility: visible;
	border: none;
}
#tabHome {
	position:absolute;
	width:95px;
	height:40px;
	z-index:8;
	left: 201px;
	top: 81px;
	visibility: visible;
	border: none;
}
#tabMySpace {
	position:absolute;
	width:130px;
	height:40px;
	z-index:7;
	left: 322px;
	top: 76px;
	visibility: visible;
	border: none;
}
#tabBlog {
	position:absolute;
	width:87px;
	height:40px;
	z-index:6;
	left: 494px;
	top: 81px;
	visibility: visible;
	border: none;
}
#tabAbout {
	position:absolute;
	width:99px;
	height:40px;
	z-index:5;
	left: 609px;
	top: 78px;
	visibility: visible;
	border: none;
}
