* {
	margin: 0;
	padding: 0;
}
html {
	background: transparent url(/images/bg_body.jpg) repeat-x;
}

body {
	margin: 0;
	padding: 0; 
	font: normal 0.7em/1.4em Myriad, Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #7c7c7c;
	background: transparent url(/images/bg_header.jpg) no-repeat center top;
}
#container {
	margin: 0px auto;
	padding: 0;
	width: 700px;
	border: none;
	text-align: left;
	background-image: url(footerbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 70px;
}

a, a:visited {
	font: bold;
	text-decoration: none;
	color: #990000;
}

a:hover {
	font: bold;
	text-decoration: underline;
	color: #FF0000;
}
p {
	margin-bottom: 15px;
}

#menu {
	text-align: right;
	padding-top: 150px;
	padding-right: 40px;
	font: normal 1.2em/1.2em Myriad, Tahoma, Arial, Georgia, sans-serif;
	text-transform: uppercase;
	width: 700px;
}

#menu a, #menu a:visited {
	padding: 5px;
	color: #FFFFFF;
	border: 3px solid #4C4C4C;
	background-color: #666666;
	text-decoration: none;
}

#menu a:active {
	padding: 5px;
	border: 3px solid #CC0000;
	background-color: #990000;
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	padding: 5px;
	border: 3px solid #4C4C4C;
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
}

#content{
	position: relative;
	left: 270px;
	color: #4C4C4C;
	width: 430px;
	padding-bottom: 20px;
	text-align: left;
}
#alt-content{
	position: relative;
	color: #4C4C4C;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 20px;
	text-align: left;
	font-family: Myriad, Tahoma, Arial, Georgia, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
#content .portfolio {
	font: normal 14px Myriad, Tahoma, Arial, Georgia, sans-serif;
}

#content h1 {
	padding-top: 10px;
	font: bold 2.2em/1.7em Myriad, Tahoma, Arial, Georgia, sans-serif;
}
#content h2 {
	color: #4C4C4C;
	font: bold 1.5em/1.5em Myriad, Tahoma, Arial, Georgia, sans-serif;
}
#content h3{
	font: normal 1.3em/1.5em Myriad, Tahoma, Arial, Georgia, sans-serif;
	margin-bottom: 15px;
}
#content p{
	font: normal 1.2em/1.5em Myriad, Tahoma, Arial, Georgia, sans-serif;
}

#footer{
	font: regular 1.0em/1.4em Myriad, Tahoma, Arial, Georgia, sans-serif;
	color: #ABABAB;
	left: 270px;
	position: relative;
	text-align: left;
	width: 430px;
}

#footer a, #footer a:visited {
	color: #ABABAB;
}

#footer a:hover {
	color: #990000;
}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #000000;
 font: bold 16px Arial, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 0px;
 margin-right: 5px;
 border: 1px solid #000000;
 border-bottom: none;
 background: #AAAAAA;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #333333; }
ul.tabbernav li a:visited { color: #666666; }

ul.tabbernav li a:hover
{
 color: #000000;
 background: #DDDDDD;
 border-color: #000000;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 background: white;
 padding:5px;
 border:1px solid #000000;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
