@import url('styles_ext.css');


/* floating header fix */ 
.csc-header { 
 clear: both; 
}
        body {
                margin: 0px auto;
                padding: 0px; 
                font-family: Georgia, Verdana, Arial;
                font-size: 12px; 
                background: transparent url('../images/main-bg.jpg') fixed center top;
                background-repeat: no-repeat;
        }
        div {		

        }
        li {
        	font-family: Georgia, Verdana, Arial;
        	font-size: 11px; 
        }
        img { border: 0; } 

        .important {
        	color: red;
        }
        #pagecontainer {	
                width: 100%;
                height: 100%;
        }
        #maincontainer {
                width: 700px;
                min-height: 500px; 
                padding: 10% 0px 10% 0px; 

        }

        #mainmenu {
                font-family: Georgia, Verdana, Arial;
                padding-bottom: 30px; 
                width: 70%;
                height: 20px; 
                text-align: center;
        }
        #mainmenu div{
        	float: left;
                padding: 0px 2px 0px 2px;
        }
        #mainmenu a {
                font-size: 12px;
                text-decoration: none;
                color: black;
        }
        #mainmenu a:hover {
        	color: #AEAEAE;
        	text-decoration: underline;
        }
        #maincontent {
                font-family: Georgia, Verdana, Arial;
                width: 470px;
                padding: 10px 20px 20px 20px;
                min-height: 240px;
                border: 1px solid;
                text-align: left;
                background: url('../images/translucent.gif');
        }
        #maincontent hr { border: 0px; border-top: 1px solid gray; }
        #maincontent h1 {
                font-size: 14px;
        }
        #maincontent p {
/*                font-size: 12px; */
		  font-size: .97em;
		  line-height: 1.5em;
        }
        #maincontent a {
/*        	font-size: 11px;  */
        	color: #59595B;
        	text-decoration: none;
        }
        #maincontent a:hover {
        	text-decoration: underline;
        	color: red;
        }
        
        #footercontainer {
        	font-family: Georgia, Verdana, Arial;
        	width: 470px; 
        	padding: 10px 20px 20px 20px;
        	border: none;
        	text-align: left;
        	margin: auto;
        }
        #footercontainer a {
               	color: #59595B;
        	text-decoration: none;
        }
        #footercontainer a:hover {
        	text-decoration: underline;
        	color: red;
        }


	.mcel {
		padding-left: 1px; 
		padding-right: 1px; 
		padding-top: 2px; 
	}
	#totop_link {
		padding-top: 20px; 
		text-align: right;
	}
	.csc-textpic-caption {
		background-color: #ADADAD;
		font-family: Georgia, Verdana;
		font-size: 11px; 
		padding: 2px 10px 2px 10px; 
		border-top: 1px solid;
	}
	.csc-textpic-image {
		border: 1px solid; 
	}
	.quote {
		padding: 10px 5px 15px 5px; 
		border-bottom: 2px dotted;
	}

        .floatr {
                float: right;
                width: 100px;
        }
        .floatl {
                float: left;
                width: 100%;
        }
        .clearb {
        	clear: both;
        }
        .tx-veguestbook-pi1 form { 
                clear: both; 
         }