/*-----attach body.custom to any style you add here-----*/

body.custom  {
	background-image: url(/images/back.jpg);
	background-repeat:no-repeat;
        background-attachment: fixed; }


body.custom #rotating {
	border-top: none;}

body.custom .homelink {
	visibility: hidden;
        padding: 0px 20px 0px 20px; }

body.custom .description {
	display: none; }

body.custom ul.menu {
	bottom: -160px;
	right: 10px; }

/*---Border---*/
body.custom #container {
	border: 1px solid #cccccc;}
 
body.custom ul.menu {
	right: 10px;}
 
body.custom #rotating {
	border-top: none;}


/*---Background---*/
 
body.custom  .homelink a {
	color: #000000;}
 
body.custom .homelink a:hover {
	color: #000000;}
 
body.custom .description {
	color: #cccccc;}
 
body.custom ul.menu {
	right: 10px;}
 
body.custom #rotating {
	border-top: none;}

/*-----authorbox-----*/
#authorbox{
    background:#EFEFEF;
    border:1px solid #CECFD0;
    width:638px;
    margin:0 auto;
    margin-bottom:10px;
    overflow:hidden;
}
    #authorbox h4{
        font-size:18px;
        color:#191919;
        margin:0;
        padding:10px 10px 5px 10px;
    }
.authortext{
        padding-left:100px;
        font-size:14px;
    }
#authorbox img{
        margin:0;
        padding:10px;
        float:left;
    }
    #authorbox p{
        color:#191919;
        margin:0;
        padding:0px 10px 10px 10px;
    }
 #authorbox h4 > a{
        text-decoration:none;
    }
#authorbox p{
        color:#191919;
    }