/* default stylee */
	body {
		margin: 0;
		text-align: center;
		font-family: verdana, serif;
		background-color: #8C7564;
		font-size: 100.1%;
		line-height: 1.6em;
		font-size: 0.75em;
		color: #2E2E2E;
	}

	a {
		color: #444;
		font-weight: bold;
	}

	p {
		margin: 0 0 10px 0;
	}

	h2 {
		line-height: 1em;
		margin: 5px 0;
		font-size: 1.7em;
		font-family: Calibri;
		color: #3F3F3F;
		font-weight: normal;
	}

    img {
        border: 0;
    }

	ul {
		margin-bottom: 20px;
		padding-left: 20px;
	}

/* global classes */ 
	.clear { 
		clear: both;
	}

	.hidden {
		display:none;
	}

	.left {
		float: left;
	}

    .right {
        float: right;
    }

    .error {
        color: red;
    }

/* structure */
	#topBg {
		width: 100%;
		height: 172px;
		background-color: #3C332B;
		border-bottom: 1px solid #C8C8C8;
	}

	#container {
		width: 800px;
		margin: 0 auto;
		position: relative;
		top: -130px;
		border: 5px solid #fff;
		background-color: #FFDABF;
		min-height: 500px;
		text-align: left;
		-webkit-box-shadow: 3px 3px 10px #000;
		-moz-box-shadow: 3px 3px 10px #000;
	}

	#topText {
		margin: 15px 20px 10px 20px;
	}

	#bgLeft {
		position: absolute;
		left: -80px;
		top: 67px;
	}

	.halfWidth {
		float: left;
		width: 340px;
		margin: 10px 20px;
	}

	.mainColumn {
		width: 445px;
		margin: 10px 20px;
	}

	.secondaryColumn {
		width: 275px;
		margin: 10px 20px;
	}

	.secondaryColumn img {
		margin-bottom: 10px;
	}

	#footer {
		width: 800px;
		margin: 0 auto;
		position: relative;
		top: -125px;
		text-align: right;
		font-size: 0.9em;
		font-weight: bold;
		color: #E9E9E9;
	}

    #footer a {
        color: #E9E9E9;
        text-decoration: none;
    }

    #footer a:hover { 
        text-decoration: underline;
    }

/* navigation */
	#navigation {
		height: 60px;
		width: 800px;
		background-color: #FFA078;
		margin: 0;
		padding: 0;
	}

	#navigation li {
		margin: 20px 0 0 18px;
		float: left;
		list-style: none;
		font-family: Almagro;
		font-size: 3em;
	}

	#navigation a {
		color: #fff;
		text-decoration: none;
		outline: none;
        font-weight: normal;
	}

	#navigation a:hover {
		background-color: #3C332B;
		border-bottom: 5px solid #FFDABF;
	}

/* pages */
    .secondaryColumn ul {
        list-style:none;        
        padding-left: 10px;
        margin: 0 0 15px 0;
    }

    .secondaryColumn ul a {
        line-height: 1.6em;
        display: block;    
        text-decoration: none;
        padding-left: 17px;
        background-image: url("../image/dot.gif");
        background-position:1px 6px;
        background-repeat: no-repeat;
		outline: none;
    }

    .secondaryColumn ul a:hover {
        background-image: url("../image/bullet.gif");
        background-position: 0px 4px;
    }

    .rotate {
        position: absolute;
        display: none;
    }

    .rotate.first { 
        display: block;
    }

    #imageHolder {
        width: 275px;
        height: 210px;
    }

/* form */
    label {
        display: block;
        float: left;
        width: 80px;
    }

    input, textarea {
        margin-bottom: 5px;
        width: 250px;
    }

    fieldset {
        margin: 20px 90px 20px 20px;
        border: 0;
        padding: 0;
    }

    button {
        background-color: #8C7565;
        color: #fff;
        border: 0;
        height: 24px;
        font-family: arial;
    }