/* ----------------------------------------

Orcabelle Consulting, LLC

CSS for positioning



Version: 1.0

Author: Matt Flynn

E-mail: dbconsulting@orcabelle.com 

---------------------------------------- */

body {
        text-align: center;
        margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		font-style: normal;
		background-color: #ffcf63;/*Yellow*/
        }
	
	/* =Typography
	---------------------------------------- */
	
	p,h1,h2,pre,hr {
        margin: 0px 10px 10px 10px;
        }
	
	a {
		color: #000000;
		text-decoration: none;
	}
	
	a:HOVER {
		text-decoration: underline;
	}
	
	a.seelink {
		text-decoration: underline;
	}
	
	a.backtotop {
		font-size: 11px;
		text-decoration: underline;
		text-align: right;
	}
	
	ul {
		padding-left: 30px;
	}
	
	li {
		padding-left: 10px;
	}
	
	h2 {
		font-size: 19px;
		color: #000000;
		margin-top: 20px;
	}
	
    #frame {
        width: 978px;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        padding: 0px;
        text-align: left;
        background-color: white;
		border: medium #31659c solid;
        }
        
    #contentheader {
		margin: 0px 0px 0px 0px;
        }

	#contentheader p { 
		margin: 0px 0px 0px 0px;
		}

    #contentleft {
        width: 255px;
        margin: 0px 0px 0px 0px;
        float: left;
        }

	#contentleft p { 
		margin: 0px 0px 0px 0px;
		}

	#contentleft .address { 
		margin-left: 20px;
		font-size: 10pt;
		}

	#contentleft ul {
		list-style: none;
		margin-left: -10px;
		margin-top: 10px;
		}

	#contentleft ul li a
		{
		background: transparent url(images/blue_square.gif) left center no-repeat;
		padding-left: 15px;
		text-align: left;
		text-decoration: none;
		color: #31659c;
		}
	
	#contentleft ul li a:hover
		{
		background: transparent url(images/yellow_square.gif) left center no-repeat;
		}
	
	#contentleft ul li a#current
		{
		background: transparent url(images/yellow_square.gif) left center no-repeat;
		}

	#ballroomrentalsblueframe {
		margin-right: auto;
        margin-left: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		border: solid 2px #31659c;
		width: 125px;
		}

	#ballroomrentals {
		margin: 0px 0px 0px 0px;
		background-color: #ffcf63;
		color: #000000;
		font-size: 14pt;
		text-align: center;
		padding: 5px 5px 5px 5px;
		}

	#ballroomrentals a {
		text-decoration: none;
		}

    #contentcenter {
        width: 505px;
		margin-left: 15px;
        padding: 0px 0px 0px 0px;
        float: left;
        }
    
	#contentcenter table {
	margin: 10px 0px 5px 15px;
	}

	#contentcenter h1 {
		color: #31659c;
		margin-bottom: 2px;
		}

	#contentcenter h2 {
		color: #31659c;
		margin-top: 10px;
		}

	#contentcenter img {
		margin: 10px 10px 10px 10px;
		}

    #contentcenterwide {
        width: 655px;
		margin-left: 15px;
        padding: 0px 0px 0px 0px;
        float: left;
        }
    
	#contentcenterwide table {
	margin: 10px 0px 5px 15px;
	}

	#contentcenterwide h1 {
		color: #31659c;
		margin-bottom: 2px;
		}

	#contentcenterwide h2 {
		color: #31659c;
		margin-top: 10px;
		}

    #contentright {
		margin-top: 10px;
        width: 175px;
        padding: 0px;
        float: left;
		text-align: left;
		border: solid 1px #31659c;
        /*background:#fff;*/
        }

	#contentright h1 {
		color: #31659c;
		padding: 0px 0px 0px 0px;
		margin: 4px 5px 4px 5px;
		}

	#contentright p {
		padding: 4px 5px 4px 4px;
		margin: 0px 0px 0px 0px;
		font-size: 10pt;
		}

    h1 {
        font-size: 14px;
        padding-top: 10px;
        }
        
    #contentheader h1 {
        font-size: 14px;
        padding: 10px;
        margin: 0px;
        }
    
    #footer {
        clear:both;
		color: #000000;
        position:relative;
        text-align:left;
		margin-top: 5px;
        margin-left: 269px;
		margin-bottom: 5px;
	}

	#footer a{
		padding-right: 17px;
		}

    #footer .black {
		color: black;
	}

	#rentals table{
		color: #31659c;
		}

	#rentals ul {
		margin: 2px 2px 2px 2px;
		}

	.smallblue {
		font-size: 9pt;
		color: #31659c;
	}

	.small {
		font-size: 9pt;
	}

