html, body {
    font-family: "Calibri", "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background-color: #D14D02;
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

#container {
    position: relative;
	width: 1048px;
	margin: auto;
	text-align: left;
	background-image: url(../graphics/whitebg.gif);
}

#header {
	background: url(../graphics/header-graphic.jpg) no-repeat left;
	height: 202px;
}

#content {
	background-image: url(../graphics/whitebg.gif);
}

#leftcol {
    float: left;
    width: 524px;
	background: #fff;

}
#slideshow {
    background: #fff;
    position: relative;
    top: -16px;
	height: 335px;
	width: 460px;
	left: 43px;
}
#slideshow img {
    border: 0;
}
.cv {
    background: #fff;
    height: 335px;
	width: 460px;
}

#rightcol {
    float: left;
    width: 481px;
    padding-right: 43px;
    height: 311px
	background: #fff;
}

#leftcol2 {
    float: left;
    width: 132px;
    padding-left: 43px;
	background: #fff;
}

#rightcol2 {
    float: left;
    width: 830px;
    padding-right: 43px;
	background: #fff;
}

#footer {
    clear: both;
    height: 100px;
    padding-right: 30px;
	background: #fff;
}

#navbar {
	text-align: left;
	padding-top: 24px;
	position: relative;
	width: 250px;
	left: 530px;
	top: 0px;
} 

#navbar2 {
    position: absolute;
    top: 429px;
    left: 513px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
}
a.donatesm {
  display: block;
  width: 102px;
  height: 22px;
  text-decoration: none;
  background: url("../graphics/donate_header_button.gif");
}
a.donatesm:hover  {
  background-position: 0px -22px;
}
a.aboutsm {
  display: block;
  width: 102px;
  height: 22px;
  text-decoration: none;
  background: url("../graphics/about-us_header_button.gif");
}
a.aboutsm:hover  {
  background-position: 0px -22px;
} 
a.joinsm {
  display: block;
  width: 102px;
  height: 22px;
  text-decoration: none;
  background: url("../graphics/join-svac_header_button.gif");
}
a.joinsm:hover  {
  background-position: 0px -22px;
}
a.contactsm {
  display: block;
  width: 102px;
  height: 22px;
  text-decoration: none;
  background: url("../graphics/contact-us_header_button.gif");
}
a.contactsm:hover  {
  background-position: 0px -22px;
}
a.homesm {
  display: block;
  width: 102px;
  height: 22px;
  text-decoration: none;
  background: url("../graphics/home_header_button.gif");
}
a.homesm:hover  {
  background-position: 0px -22px;
}
a.coursessm {
  float: right;
  display: block;
  width: 102px;
  height: 22px;
  text-decoration: none;
  background: url("../graphics/courses_header_button.gif");
}
a.coursessm:hover  {
  background-position: 0px -22px;
}
.displace {
	position: absolute;
	left: -5000px;
}

a.donatelg{
  display: block;
  width: 72px;
  height: 72px;
  text-decoration: none;
  background: url("../graphics/donate_lg_icon.jpg");
}
a.donatelg:hover  {
  background-position: 0px -72px;
}
a.aboutlg {
  display: block;
  width: 72px;
  height: 72px;
  text-decoration: none;
  background: url("../graphics/about-us_lg_icon.jpg");
}
a.aboutlg:hover  {
  background-position: 0px -72px;
} 
a.joinlg {
  display: block;
  width: 72px;
  height: 72px;
  text-decoration: none;
  background: url("../graphics/join-svac_lg_icon.jpg");
}
a.joinlg:hover  {
  background-position: 0px -72px;
}
a.contactlg{
  display: block;
  width: 72px;
  height: 72px;
  text-decoration: none;
  background: url("../graphics/contact-us_lg_icon.jpg");
}
a.contactlg:hover  {
  background-position: 0px -72px;
}
a.homelg {
  display: block;
  width: 72px;
  height: 72px;
  text-decoration: none;
  background: url("../graphics/home_lg_icon.jpg");
}
a.homelg:hover  {
  background-position: 0px -72px;
}
a.courseslg {
  float: right;
  display: block;
  width: 72px;
  height: 72px;
  text-decoration: none;
  background: url("../graphics/courses_lg_icon.jpg");
}
a.courseslg:hover  {
  background-position: 0px -72px;
}

