* {
    padding:0;
    margin:0;
    }
body {
	background:#eeeeee;	
	color: #000000;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    }
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	
}
h1 {
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	color: #CC0000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color:#EEC201;
	border-top-width: thin;
	border-top-style: none;
	background-color: #F8ECC6;
	font-weight: bold;
	font-size: 22px;
}

.msp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/********** Top Banner **********/
#banner {
    width:800px;
    margin:20px auto 0;
    height:190px;
    border:3px double #1c1d4d;
	background:#ddd url(../images/protectyourwedding_190.jpg) top center no-repeat;	
    }
#banner h1 {
    color:#fff;
    float:left;
    margin-right:200px;
    padding:10px 0 0 40px;
    }
#banner .FSF_form {
    float:right;
    margin-right:10px;
    margin-top:5px;
    }
#banner .FSF_intro {
    display:none;
    }
#banner .FSF_submit {
    display:none;  /* only if the browser handles submit with the return key */
    }

.clearing {
    clear:both;
    height:0px;
    }    
/*********** Main Body **********/
#outerWrapper {
    width:800px;
    margin:auto;
    background:#ffffff;
    padding-top:20px;
    border-right:3px double #1c1d4d;
    border-left:3px double #1c1d4d;
    border-bottom:3px double #1c1d4d;
    }
#wrapper {
    width:100%;
    margin:0;
    background:#fff;
    }
#container {
    float:left;
    width:740px;
    }
/***** middle *****/
.trail a {
    font-size:1.0em;
    text-decoration:none;
    color:#1c1d4d;
    }   
#center {
    float:right;
    width:590px;
    font-size:10;
	}
#center p {
    padding:5px;
    text-align:justify;
    }
#center img {
    float:left;
    margin:5px;
    }
/********** Sidebars **********/
.sideblock {
    margin:10px;
    }
/***** left *****/
#left {
    float:left;
    width:150px;
	}
#left ul {
    list-style:none;
    }
#sideMenu a {
    display:block;
    padding:3px 5px;
    margin:3px 0;
    color:#000;
    text-decoration:none;
    background:#ddd;
    font-size:0.9em;
    }
#sideMenu ul li ul li a {
    padding-left:10px;
    }
/***** right *****/
#right {
    float:right;
    width:10px;
	}
#loginBlock {
    margin:20px 0 0 10px;
    font-size:0.8em;
    }
#loginBlock a {
    margin-left:20px;
    color:#003366;
    }
#loginBlock input {
    margin-bottom:5px;
    }
#loginBlock input.text {
    height:0.9em;
    }
#loginBlock input.button {
    margin-left:15px;
    }
/********** Footer **********/
#footer {
    width:800px;
    margin:auto;
    height:20px;
    }
#footer a, #footer p {
    font-size:0.9em;
    color:#000;
    }
#footer p {
    padding:10px;
    }

