
/* Control the width of the text layout */

div.flow
{
width: 90% !important;
}

/* Main Settings */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
/* lighter text colour
color: #58583F;*/
font-size: 11pt;
font-family: "arial", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h3,h4,h5
{
color: #67246D;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

/* Clean up the area*/

br.sweep
{
clear: both;
}

/* Set up the image file presentations */

img
{
padding: 0px;
border:  1px;
}

img.float-left
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

img.float-right
{
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
color: #A930D3;
}

a:hover
{
text-decoration: none;
color:#F900B0;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

p
{
line-height: 1.8em;
}

/* Header */

#header
{
width:100%;
height:168px;
background: #0f66c8;

}

#header2
{
width:100%;
height:168px;
background: #33b299;

}

#header3
{
width:100%;
height:168px;
background: #ff0000;

}

#header4
{
width:100%;
height:168px;
background: #3366FF;

}
#header5
{
width:100%;
height:168px;
background: #9900cc;

}
#header6
{
width:100%;
height:168px;
background: #ff9933;

}

#header7
{
width:100%;
height:168px;
background: #ff99ff;

}




#header_content
{
position: relative;
width: 950px;
height:200px;
margin: 0 auto;
}

/* Title */

#title
{

text-align:right; float:right;
margin-top:1.6em;
bottom: 0.6em;
}

#title h1
{
display: inline;
color: #31225f;
font-size: 2.6em;
}


/* Main Content Area */

#main
{
background: #fff ;
}

#main_container p
{
text-align: justify;
margin-bottom: 2.0em;
}

#main_container ul
{
margin-bottom: 2.0em;
}

#main_container
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}



#main_container h3
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
position: relative;
}

#main_container h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
border-bottom: dotted 1px #ECEAEA;
position: relative;
}

#main_container h5
{
font-size: 1.2em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
color:#7d2eb5;
font-family: "arial", helvetica, sans-serif;
font-weight:bold;
}

#main_container h2.c
{
margin-top:1.4em;
text-align:center;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
font-size:x-small;
text-align: center;
clear: both;
border-top: dotted 1px #ECEAEA;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
}


/* Primary content */
	
#Content
{
position: relative;
margin-right: 17em;
}

#column-left
{
position: relative;
float: left;
width: 100%;
margin-right: -17em;
padding-right: 2em;
}

#bgiw
{
background-image:url(../images/vineyardweddingchuppah-washout.jpg);
background-repeat:no-repeat;
color:#000;
position: relative;
float: left;
width: 100%;
margin-right: -17em;
padding-right: 2em;
}

/* Secondary Content */

#Content_2
{
float: right;
}

#column-right
{
width: 13.0em;
float: left;
padding: 0em 0em 0.5em 2em;
border-left: dotted 1px #ECEAEA;

}


