body{
	background-color:Black;
}
.container{
	width:136px;
	height:auto;
	float:left;
	margin-left:2%;
}

.logo{
	width:136px;
	height:124px;
	padding-top:30px;
}
.content{
	width:83%;
	height:auto;
	float:right;
}

.left-menu
{
	width:136px;
}

.left{
	width:136px;
	height:auto;
	float:left;
	margin-top:2%;
}
.right{
	width:95%;
	height:auto;
	float:left;
	margin-top:2%;
	text-align:left;
	margin-right:0%;
}
footer{
	width:60%;
	height:5px;
	margin-left:2%;
	text-align:right;
	margin-top:50px;
}

p
{
	font: lighter 12px Helvetica;
	color:#FFF;
	vertical-align:bottom;
	margin-top:50px;
}

.arrowlistmenu
{
	width:100%;
	float:right;
	margin-right:5%;/*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: lighter 16px Helvetica;
	color: white;
	text-align:right;
	background: black url(../images/titlebar.png) repeat-x center left;
	margin-bottom: 3px; /*bottom spacing between header and rest of content*/
	text-transform: lowercase;
	padding: 0px 4px 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	text-decoration:none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	color: #6f6f6f;
}

.arrowlistmenu ul li a{
	color: #6f6f6f;
	background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	font-family:Helvetica, sans-serif;
	text-transform: lowercase;
	display: block;
	padding: 4px 3px;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #1a1a1a;
	font-size: 10pt;
	text-align:right;
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFF;
background-color: #000000;
}

.thumb{
	margin-top:40px;
	width:100%;
}

.quote{font: lighter 12px Helvetica;
	color:#8f8f91;
	vertical-align:bottom;
	margin-top:10px;
	text-align:right;
	margin-right:5px;}
	

