#accordion {
	min-width:350px;
	width: 50%;
	max-width:450px;
	margin: 40px auto;
}

.ui-accordion .ui-accordion-header {
	border:1px;
	border-style:solid;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
	text-align:center;

}

.ui-accordion .ui-accordion-content
{
	border:thin;
	border-left-style:dashed;
	border-right-style:dashed;
	border-color:#CCCCCC;
	padding:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


#accordion .ui-accordion-content p {  
    color: #666666;
	margin-top: 0em; 
	margin-bottom: 0em;
}  

#accordion h3{
    color: #666666;
	margin-top: 0em; 
	margin-bottom: 0em;
}

#accordion h3.ui-state-active {
    color:#333333;
    text-shadow: 0 0 0 gray;
}

#accordion .ui-state-focus {
    outline: none;
}

#accordion .ui-accordion-content:last-of-type {
border-bottom-style:dashed;
}
/*End Accordion*/

/*Begin Navigation*/
.menu {
width:140px;
float:left;
margin:2%;
}

.content {
width:83%;
}

body {
font-family: BebasRegular, bebas, Helvetica, sans-serif;
background-color:#666666;
}


a 
{
    color:#CCCCCC;
	text-decoration:none;
}

/*Removes all the underlines and blue stuff*/
a:hover 
{
     color:#000000;
     text-decoration:none; 
     cursor:pointer;  
}

a#main
a#gallery
a#quotes {
	color:#00CC00;
}

/*Highlights the page you're on*/
body#main a#main,
body#gallery a#gallery,
body#quotes a#quotes {
	color:#336699;
}
/*End Navigation*/


@font-face {
    font-family: 'BebasRegular';
    src: url('/includes/fonts/bebas/BEBAS.eot');
    src: url('/includes/fonts/bebas/BEBAS.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/bebas/BEBAS.woff') format('woff'),
         url('/includes/fonts/bebas/BEBAS.ttf') format('truetype'),
         url('/includes/fonts/bebas/BEBAS.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'BonvenoCFLight';
    src: url('/includes/fonts/bonveno/BonvenoCF-Light-webfont.eot');
    src: url('/includes/fonts/bonveno/BonvenoCF-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/bonveno/BonvenoCF-Light-webfont.woff') format('woff'),
         url('/includes/fonts/bonveno/BonvenoCF-Light-webfont.ttf') format('truetype'),
         url('/includes/fonts/bonveno/BonvenoCF-Light-webfont.svg#BonvenoCFLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBook';
    src: url('/includes/fonts/quicksand/Quicksand_Book-webfont.eot');
    src: url('/includes/fonts/quicksand/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/quicksand/Quicksand_Book-webfont.woff') format('woff'),
         url('/includes/fonts/quicksand/Quicksand_Book-webfont.ttf') format('truetype'),
         url('/includes/fonts/quicksand/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;

}